Extract structured news articles from Google News including titles, links, snippets, sources, dates, and thumbnails
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) |
| Field | Type | Description |
|---|---|---|
position | number | Position in news results (1-indexed) |
title | string | Title of the news article |
link | string | URL of the news article |
snippet | string | Text snippet describing the article |
source | string | News source/publisher name |
date | string | Publication date (e.g., “2 hours ago”) |
thumbnail | string | Thumbnail image URL (when available) |
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