Overview
We are actively working on creating a Linkup node for n8n. In the meantime, follow this tutorial to get contextual information from the internet.Configuration Steps
1
Open your n8n account and create a workflow
Go to Workflows > Create Workflows

2
Add a trigger
Click on the + button to add a trigger

3
Select your trigger
Choose your trigger (Trigger Manually is selected in this example)

4
Add HTTP Request node
Click on the + button > Core > HTTP Request



5
Configure HTTP method
Select POST as Method

6
Enter API endpoint
Enter 
https://api.linkup.so/v1/search in URL
7
Set up authentication
In Authentication, select “Predifined Credential Type”

8
Credential Type
In Credential Type, select “Bearer Auth”

9
Create new credential
In Bearer Auth, click on ”+ Create new credential”

10
Add Bearer Token
Copy your Linkup API key in the Bearer Token field, click save and close the window
Get your API key
Create a Linkup account for free to get your API key.

11
Enable request body
Toggle on “Send Body”

12
Body Content Type
Select “JSON” as the Content Type

13
Specify Body
Select “Using JSON” as the Specify Body option

14
JSON Body
Use JSON to specify your search parameters
Save and run your workflow.

Facing issues? Reach out to our engineering team at [email protected] or via our Discord or book a 15 minutes call with a member of our technical team.