Node ReferenceTools
Web search with Jina
Executes web searches using the Jina AI API.
Executes web searches using the Jina AI API.
| Category | Tools |
| Node type | dynamiq.nodes.tools.JinaSearchTool |
| SDK class | dynamiq.nodes.tools.JinaSearchTool |
| Connection | Jina |
Connection
This node requires a Jina Connection. Create one under Connections before adding the node, or pick an existing one on the node's CONFIGURATION tab.
Inputs
| Field | Type | Required |
|---|---|---|
query | string | Yes |
Outputs
| Field | Type |
|---|---|
content | dict[string, string] |
content.result | string |
content.sources_with_url | list[Any] |
content.raw_response | dict[string, Any] |
content.images | dict[string, Any] |
content.query | string |
content.request_body | dict[string, Any] |
content.headers_used | dict[string, Any] |