google_news
Search Google News and retrieve normalized results including title, source, link, and age. Supports custom locale and pagination.
Instructions
Search Google News. Returns normalized Google News vertical results (title, source, link, age) parsed from the public Google News results page. Locale defaults to country=us and lang=en. Returns 503 when Google serves a challenge page or unusable HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| page | No | 1-based page number; defaults to 1 | |
| count | No | Results per page; defaults to 10, clamped to 1..50 | |
| country | No | Two-letter country code; defaults to us | |
| lang | No | Google UI language; defaults to en |