spraay_search_extract
Extract clean, structured content from URLs for use in RAG pipelines. Returns full text of up to 5 pages, ready for LLM processing.
Instructions
Extract clean, structured content from specific URLs — perfect for RAG pipelines. Returns the full text content of each page, ready for LLM consumption. Up to 5 URLs per request. Costs $0.015 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of 1-5 URLs to extract content from (e.g. ['https://docs.base.org/overview']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |