spider_search
Search the web with location, language, and time filters, and optionally fetch full page content from results.
Instructions
Search the web and optionally fetch full page content from results. Supports location, language, and time range filters. Set fetch_page_content=true to get full page data, not just URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | Max results to return | |
| tbs | No | Time range: qdr:h (past hour), qdr:d (24h), qdr:w (week), qdr:m (month), qdr:y (year) | |
| url | No | Optional URL context for the search | |
| page | No | Result page number | |
| limit | No | Page crawl limit when fetching results | |
| search | Yes | Search query | |
| cookies | No | HTTP cookies | |
| country | No | Two-letter country code (e.g. 'us') | |
| request | No | Request type: http (fast), chrome (JS rendering), smart (auto-detect). Default: smart | |
| language | No | Two-letter language code (e.g. 'en') | |
| location | No | Location name (e.g. 'United Kingdom') | |
| quick_search | No | Prioritize speed over completeness | |
| search_limit | No | Max result URLs to fetch. 0 for all | |
| proxy_enabled | No | Enable premium proxies | |
| return_format | No | Output format. Default: raw | |
| auto_pagination | No | Auto-paginate to reach exact result count | |
| fetch_page_content | No | Fetch full content from each result page. Default: false |