Skip to main content

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 Workflowsn8n
2

Add a trigger

Click on the + button to add a triggern8n
3

Select your trigger

Choose your trigger (Trigger Manually is selected in this example)n8n
4

Add HTTP Request node

Click on the + button > Core > HTTP Requestn8nn8n
5

Configure HTTP method

Select POST as Methodn8n
6

Enter API endpoint

Enter https://api.linkup.so/v1/search in URLn8n
7

Set up authentication

In Authentication, select “Predifined Credential Type”n8n
8

Credential Type

In Credential Type, select “Bearer Auth”n8n
9

Create new credential

In Bearer Auth, click on ”+ Create new credential”n8n
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.
n8n
11

Enable request body

Toggle on “Send Body”n8n
12

Body Content Type

Select “JSON” as the Content Typen8n
13

Specify Body

Select “Using JSON” as the Specify Body optionn8n
14

JSON Body

Use JSON to specify your search parameters
{
  "q": "How's the weather in Paris today?",
  "depth": "standard",
  "outputType": "sourcedAnswer"
}
n8nSave and run your workflow.
You are all set to use Linkup in your n8n workflow! Visit the Concepts page to learn more about the different Linkup parameters.
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.