Tools
Linkup
Search the web with Linkup
Usage Instructions
Integrate Linkup into the workflow. Can search the web.
Tools
linkup_search
Search the web for information using Linkup
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | Yes | The search query |
depth | string | Yes | Search depth (has to either be "standard" or "deep") |
outputType | string | Yes | Type of output to return (has to be "sourcedAnswer" or "searchResults") |
apiKey | string | Yes | Enter your Linkup API key |
includeImages | boolean | No | Whether to include images in search results |
fromDate | string | No | Start date for filtering results (YYYY-MM-DD format) |
toDate | string | No | End date for filtering results (YYYY-MM-DD format) |
excludeDomains | string | No | Comma-separated list of domain names to exclude from search results |
includeDomains | string | No | Comma-separated list of domain names to restrict search results to |
includeInlineCitations | boolean | No | Add inline citations to answers (only applies when outputType is "sourcedAnswer") |
includeSources | boolean | No | Include sources in response |
Output
| 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 |
Notes
- Category:
tools - Type:
linkup