search
Search the web and retrieve clean results in JSON, Markdown, or HTML. Filter by time, location, and category, and optionally scrape content from pages.
Instructions
Search the web and return clean results in JSON, Markdown, or HTML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| limit | No | Number of results | |
| time | No | Time filter: any, d, w, m, y, d7, h6 etc. | |
| location | No | Country code (ISO alpha-2) | |
| source | No | web | |
| category | No | general | |
| format | No | json | |
| includeDomains | No | Only include these domains | |
| excludeDomains | No | Exclude these domains | |
| groundedAnswer | No | Generate AI-grounded answer from results | |
| scrape | No | Scrape content from result URLs | |
| scrapeLimit | No | Number of URLs to scrape |