google_search
Executes a Google query in a JavaScript-rendered Chrome browser and returns structured search results. Pair with URL fetching to extract full text from promising pages.
Instructions
Search Google in a JavaScript-rendering Chrome browser running non-headless inside Xvfb. Returns structured search results. Workflow: first google_search, then fetch_url on interesting result URLs for full text. Pace calls: bursts of 15+ searches per minute raise a pace_warning and risk a Google CAPTCHA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Google region, e.g. jp or us | jp |
| hl | No | Google UI language, e.g. ja or en | ja |
| limit | No | Maximum results (1-20) | |
| query | Yes | Search query |