Connect your n8n workflow to an internet search
Open your n8n account and create a workflow
Add a trigger
Select your trigger
Add HTTP Request node
Configure HTTP method
Enter API endpoint
https://api.linkup.so/v1/search
in URL
Set up authentication
Configure custom authentication
Create new credential
Add authentication headers
Configure API key
YOUR_LINKUP_API_KEY
in the code snippet you just paste. Click on the top right “Save” button.Enable request body
Configure request parameters
Name | value |
---|---|
q | your query |
depth | ”deep” or “standard” |
outputType | ”searchResults” or “sourcedAnswer” |