Extract structured news articles from Google News including titles, links, snippets, sources, dates, and thumbnails
Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
query (string): The search query to execute on Google News (1-10,000 characters)country (string): ISO 3166-1 alpha-2 country code for localized news results. Defaults to USdevice (string): Device type for news results. Options: desktop (default), mobilepages (integer): Number of news results pages to scrape (1-10). Defaults to 1include.html (boolean): Include raw HTML response. Defaults to false| Field | Type | Description |
|---|---|---|
result.newsResults | array | News articles from Google News |
result.html | array | Raw HTML response (if requested) |
| Section | Description |
|---|---|
| News articles | Article titles, links, snippets, sources, publication dates, and thumbnails |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request parameters for monitoring Google News results
The search query to execute on Google News
1 - 10000"climate change"
ISO 3166-1 alpha-2 country code for localized news results
"US"
Device type for news results
desktop, mobile "desktop"
Number of news results pages to scrape (1-10)
1 <= x <= 101
Optional flags for including additional response data