Google News Scraper API
Real-time Google News data API — search articles by keyword, get today's top stories, and browse news by topic category. All data is scraped directly from Google News and returned as clean, structured JSON. 3 endpoints: - Search News — Search articles by keyword or phrase with configurable language, country, and result limit (up to 100). Returns article title, source name, publication timestamp,…
Google News Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchNews /google-news/search |
Search Google News for articles matching a query. Returns articles with title, source, publication time, link, and thumbnail image. Results can be localized by language and… |
| Headlines | ||
| GET |
getTopStories /google-news/top-stories |
Fetch the current top stories from the Google News homepage. Returns the most prominent headlines across all categories. Results can be localized by language and country. |
| GET |
getTopicNews /google-news/topic |
Fetch news articles for a specific topic category from Google News. Available topics: world, us, business, technology, entertainment, sports, science, health. Results can be… |
Google News Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|