👀 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 go to Workflows > Create Workflows

2. Click on the + button to add a trigger

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

4. Click on the + button > Core > HTTP Request

5. Select POST as Method

6. Enter https://api.linkup.so/v1/searchin URL

7. In Authentication, select “Generic Credential Type”

8. In Generic Auth Type, select “Custom Auth”

9. In Custom Auth, click on ”+ Create new credential”

10. Get your Linkup API Key

Get your API key

Create a Linkup account for free to get your API key.

11. Copy the following Json:

json
{
    "headers": {
        "authorization": "Bearer <YOUR LINKUP API KEY>",
        "Content-Type": "application/json"
    }
}

12. Toggle on “Send Body”

13. Add the following body parameters

Namevalue
qyour query
depth”deep” or “standard”
outputType”searchResults” or “sourcedAnswer”

💾 Save.

You are all set to use Linkup in your n8n workflow! Visite the Concepts page to learn more about the different Linkup parameters.

Facing issues? Reach out to our engineering team at support@linkup.so