> ## Documentation Index
> Fetch the complete documentation index at: https://docs.linkup.so/llms.txt
> Use this file to discover all available pages before exploring further.

# n8n

> Use the official Linkup node in n8n

## Overview

Use the official [Linkup integration for n8n](https://n8n.io/integrations/linkup/) to add [**Search**](/pages/documentation/endpoints/search/overview), [**Fetch**](/pages/documentation/endpoints/fetch/overview), [**Research**](/pages/documentation/endpoints/research/overview), and [**Tasks**](/pages/documentation/endpoints/tasks/overview) to your workflows.

The Linkup node is verified by n8n and supports the main Linkup actions directly inside the n8n editor.

## Configuration steps

<Steps>
  <Step title="Search for the Linkup node">
    In your n8n workflow, click the + button and search for Linkup.

    Select the verified Linkup node.

    <img src="https://mintcdn.com/linkup-8b5c238e/SV3MCR3VkGnY2ma1/pages/integrations/n8n/assets/search_linkup_node.png?fit=max&auto=format&n=SV3MCR3VkGnY2ma1&q=85&s=f476465703b38d070109dea58dd6b6dd" alt="Search for the Linkup node in n8n" width="1024" height="560" data-path="pages/integrations/n8n/assets/search_linkup_node.png" />
  </Step>

  <Step title="Select the desired endpoint">
    Choose the endpoint your workflow needs. For example, select "Perform a web search" under Search actions to use [**Search**](/pages/documentation/endpoints/search/overview).

    <img src="https://mintcdn.com/linkup-8b5c238e/SV3MCR3VkGnY2ma1/pages/integrations/n8n/assets/select_endpoint.png?fit=max&auto=format&n=SV3MCR3VkGnY2ma1&q=85&s=18017c7a3f437660c5a13dcda1b41922" alt="Select a Linkup endpoint in n8n" width="1024" height="560" data-path="pages/integrations/n8n/assets/select_endpoint.png" />
  </Step>

  <Step title="Connect your credentials">
    In "Credential to connect with", select an existing Linkup account or click "Create new credential".

    <img src="https://mintcdn.com/linkup-8b5c238e/SV3MCR3VkGnY2ma1/pages/integrations/n8n/assets/connect_credentials.png?fit=max&auto=format&n=SV3MCR3VkGnY2ma1&q=85&s=9d5b391016c2bf8deb03b45dc2baf941" alt="Connect Linkup credentials in n8n" width="1024" height="560" data-path="pages/integrations/n8n/assets/connect_credentials.png" />
  </Step>

  <Step title="Add your API key">
    Paste your Linkup API key and save the credential.

    <Card title="Get your API key" icon="key" href="https://app.linkup.so" horizontal="True">
      Create a Linkup account for free to get your API key.
    </Card>

    <img src="https://mintcdn.com/linkup-8b5c238e/SV3MCR3VkGnY2ma1/pages/integrations/n8n/assets/add_api_key.png?fit=max&auto=format&n=SV3MCR3VkGnY2ma1&q=85&s=0702c4de7e6482c395a37001b5cbcd45" alt="Add your Linkup API key in n8n" width="1024" height="560" data-path="pages/integrations/n8n/assets/add_api_key.png" />
  </Step>

  <Step title="Run a search">
    Enter your query, choose the `depth` and `outputType`, then execute the node.

    <img src="https://mintcdn.com/linkup-8b5c238e/SV3MCR3VkGnY2ma1/pages/integrations/n8n/assets/run_search.png?fit=max&auto=format&n=SV3MCR3VkGnY2ma1&q=85&s=7e33cdc75d85f227858e58554a2d8340" alt="Run a Linkup search in n8n" width="1024" height="560" data-path="pages/integrations/n8n/assets/run_search.png" />
  </Step>
</Steps>

You are all set to use Linkup in your n8n workflow! Visit the [**Search** overview](/pages/documentation/endpoints/search/overview), [**Fetch** overview](/pages/documentation/endpoints/fetch/overview), [**Research** overview](/pages/documentation/endpoints/research/overview), or [**Tasks** overview](/pages/documentation/endpoints/tasks/overview) to learn more about each Linkup capability.

## Use an HTTP Request node

If you need to call a Linkup API endpoint that is not covered by the n8n node yet, use n8n's HTTP Request node with your Linkup API key as a bearer token.

For example, call `POST https://api.linkup.so/v1/search` with this JSON body:

```json theme={"system"}
{
  "q": "How's the weather in Paris today?",
  "depth": "standard",
  "outputType": "sourcedAnswer"
}
```

<Info>
  **Need help?** Email `support@linkup.so`, ping us on [Discord](https://discord.com/invite/9q9mCYJa86), or [talk to us](https://calendar.app.google/zNUZz7RxgMMk9pKW7).
</Info>
