Jina
Search the web or extract content from URLs
Integrate Jina AI into the workflow. Search the web and get LLM-friendly results, or extract clean content from specific URLs with advanced parsing options.
Extract and process web content into clean, LLM-friendly text using Jina AI Reader. Supports advanced content parsing, link gathering, and multiple output formats with configurable processing options.
| Parameter | Type | Required | Description |
|---|
url | string | Yes | The URL to read and convert to markdown (e.g., "https://example.com/page"\) |
useReaderLMv2 | boolean | No | No description |
gatherLinks | boolean | No | No description |
jsonResponse | boolean | No | No description |
apiKey | string | Yes | No description |
withImagesummary | boolean | No | No description |
retainImages | string | No | Control image inclusion: "none" removes all, "all" keeps all |
returnFormat | string | No | No description |
withIframe | boolean | No | No description |
withShadowDom | boolean | No | No description |
noCache | boolean | No | No description |
withGeneratedAlt | boolean | No | No description |
robotsTxt | string | No | No description |
dnt | boolean | No | No description |
noGfm | boolean | No | No description |
| Parameter | Type | Description |
|---|
content | string | The extracted content from the URL, processed into clean, LLM-friendly text |
tokensUsed | number | Number of Jina tokens consumed by this request |
Search the web and return top 5 results with LLM-friendly content. Each result is automatically processed through Jina Reader API. Supports geographic filtering, site restrictions, and pagination.
| Parameter | Type | Required | Description |
|---|
q | string | Yes | Search query string (e.g., "machine learning tutorials") |
apiKey | string | Yes | No description |
num | number | No | No description |
site | string | No | Restrict results to specific domain(s). Can be comma-separated for multiple sites (e.g., "jina.ai,github.com") |
withFavicon | boolean | No | No description |
withImagesummary | boolean | No | No description |
withLinksummary | boolean | No | No description |
retainImages | string | No | Control image inclusion: "none" removes all, "all" keeps all |
noCache | boolean | No | No description |
withGeneratedAlt | boolean | No | No description |
respondWith | string | No | Set to "no-content" to get only metadata without page content |
returnFormat | string | No | No description |
| Parameter | Type | Description |
|---|
results | array | Array of search results, each containing title, description, url, and LLM-friendly content |
↳ title | string | Page title |
↳ description | string | Page description or meta description |
↳ url | string | Page URL |
↳ content | string | LLM-friendly extracted content |
↳ usage | object | Token usage information |
↳ tokens | number | Number of tokens consumed by this request |
tokensUsed | number | Number of Jina tokens consumed by this request |