Google News API
google_newsScrape Google News headlines, sources, and timestamps by search query, topic, or publication. Retrieve structured data for news monitoring and analysis.
Instructions
Scrape Google News headlines, sources and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| so | No | Sort order (only with story_token): 0 = relevance, 1 = date. (API default: 0) | |
| query | No | Search terms. Supports operators like site: and when:. Cannot combine with *_token params. | |
| country | No | Two-letter ISO country code to geo-target results (e.g. us, gb, in, de). (API default: us) | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) | |
| topic_token | No | Topic identifier (World, Business, Technology, ...). Mutually exclusive with query. | |
| section_token | No | Subsection token; only with topic_token or publication_token. | |
| publication_token | No | Publisher identifier. Mutually exclusive with query. |