crawl
Search Google and scrape top results to Markdown, returning structured data with title, URL, and full page content.
Instructions
Search Google for a query and scrape the top results to Markdown. Returns structured results with title, URL, and full page content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The search query | |
| count | No | Number of results to scrape (1-20, default 3) | |
| context | No | Optional: what you're trying to accomplish (e.g., 'finding competitors pricing', 'researching market trends'). Helps return more targeted results. |