search_extract
Perform Google searches and extract full article content in parallel. Returns enriched SERP results with markdown text from each page, not just snippets. Isolates per-page failures. Useful for in-depth research without visiting each URL.
Instructions
Google search + parallel content extraction. Returns SERP results enriched with article markdown. Slower than search (extra ~2–5s) but gives you actual page content, not just snippets. Per-page failures are isolated (returned as { error } in that result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| limit | No | Number of results to extract (default 5) | |
| max_chars | No | Truncate each result content (default 8000) |