Linkup
Search the web with Linkup
Integrate Linkup into the workflow. Can search the web.
| Parameter | Type | Required | Description |
|---|
q | string | Yes | The search query (e.g., "latest AI research papers 2024") |
depth | string | Yes | Search depth: "standard" for quick results, "deep" for comprehensive search |
outputType | string | Yes | Output format: "sourcedAnswer" for AI-generated answer with citations, "searchResults" for raw results |
apiKey | string | Yes | No description |
includeImages | boolean | No | No description |
fromDate | string | No | No description |
toDate | string | No | No description |
excludeDomains | string | No | No description |
includeDomains | string | No | No description |
includeInlineCitations | boolean | No | Add inline citations to answers (only applies when outputType is "sourcedAnswer") |
includeSources | boolean | No | No description |
pricing | custom | No | No description |
metadata | string | No | No description |
rateLimit | string | No | No description |
| Parameter | Type | Description |
|---|
answer | string | The sourced answer to the search query |
sources | array | Array of sources used to compile the answer, each containing name, url, and snippet |