Linkup integration (AI, Data). Imported from open-connector.
https://api.linkup.so/v1/credits/balance
/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The natural-language query sent to Linkup. |
| depth | string | required | The Linkup search depth to execute. |
| maxResults | integer | optional | The maximum number of search results to return. |
| includeImages | boolean | optional | Whether Linkup should include images in the search results. |
| includeDomains | array | optional | Only include results from these domains. |
| excludeDomains | array | optional | Exclude results from these domains. |
| fromDate | string | optional | A calendar date in YYYY-MM-DD format. |
| toDate | string | optional | A calendar date in YYYY-MM-DD format. |
/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The natural-language query sent to Linkup. |
| depth | string | required | The Linkup search depth to execute. |
| maxResults | integer | optional | The maximum number of search results to return. |
| includeImages | boolean | optional | Whether Linkup should include images in the search results. |
| includeDomains | array | optional | Only include results from these domains. |
| excludeDomains | array | optional | Exclude results from these domains. |
| fromDate | string | optional | A calendar date in YYYY-MM-DD format. |
| toDate | string | optional | A calendar date in YYYY-MM-DD format. |
| includeInlineCitations | boolean | optional | Whether Linkup should include inline citations in the answer. |
/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The natural-language query sent to Linkup. |
| depth | string | required | The Linkup search depth to execute. |
| maxResults | integer | optional | The maximum number of search results to return. |
| includeImages | boolean | optional | Whether Linkup should include images in the search results. |
| includeDomains | array | optional | Only include results from these domains. |
| excludeDomains | array | optional | Exclude results from these domains. |
| fromDate | string | optional | A calendar date in YYYY-MM-DD format. |
| toDate | string | optional | A calendar date in YYYY-MM-DD format. |
| structuredOutputSchema | string | required | The JSON schema string that defines the structured response shape. |
| includeSources | boolean | optional | Whether Linkup should include sources alongside the structured data. |
/v1/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The webpage URL to fetch. |
| includeRawHtml | boolean | optional | Whether Linkup should include the raw HTML in the response. |
| extractImages | boolean | optional | Whether Linkup should include extracted images in the response. |
| renderJs | boolean | optional | Whether Linkup should render the webpage JavaScript before extraction. |