Web Search + Scrape
scraping.spider.searchSearch the web and retrieve relevant page titles, descriptions, and URLs. Combine with spider.scrape for full content. Results ranked by relevance.
Instructions
Web search that returns page titles, descriptions, and URLs. Combine with spider.scrape to get full content. Results ranked by relevance (Spider.cloud)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Web search query (e.g. "best MCP servers 2026") | |
| limit | No | Max results (1-20, default 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |