Google News Scraper
Pricing
from $1.00 / 1,000 article scrapeds
Google News Scraper
Scrape Google News by keyword or topic — clean structured articles with real publisher URLs, source, date and snippet. Pay only per article.
Pricing
from $1.00 / 1,000 article scrapeds
Rating
0.0
(0)
Developer
Pedro Resende
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Google News Scraper extracts news articles from Google News by keyword or topic and returns clean, structured JSON — title, source, publish date, snippet and the Google News article link. Search many keywords at once, in any language and country. Pay only for the articles you get.
What this Google News scraper does
- Search Google News for one or many keywords in a single run.
- Or pull a built-in topic section (World, Business, Technology, Sports, Science, Health…).
- Works in any language / country via
hl,glandceid(e.g.en-US,pt-BR,es-419). - Cleanly splits the
Headline - Sourcetitle into separatetitleandsourcefields. - Normalises
publishedAtto ISO 8601 and includes a plain-textsnippet. - Datacenter proxy is enough — no expensive residential proxy needed, so runs stay cheap.
A note on links. Google News link ids are opaque redirect identifiers. This actor always returns the canonical
googleNewsUrl(which opens the article in a browser). Turning on the optional best-effortresolveUrlswill try to add a real publisher URL in a separateresolvedUrlfield, but Google frequently does not allow this to be expanded — so it is off by default and never guessed.
Input
| Field | Description |
|---|---|
queries | List of search terms. Empty → use section or top headlines. |
section | Optional topic section (WORLD, BUSINESS, TECHNOLOGY, …). |
language | Language code hl, e.g. en-US, pt-BR. |
country | Country code gl, e.g. US, BR. |
maxItems | Cap on total articles (0 = no limit). |
resolveUrls | Best-effort publisher-URL resolution (default false). |
Output
Each dataset item:
{"query": "bitcoin","title": "Riot Platforms strikes deal with Anthropic…","source": "CNBC","url": "https://news.google.com/rss/articles/CBMi…","resolvedUrl": null,"googleNewsUrl": "https://news.google.com/rss/articles/CBMi…","publishedAt": "2026-08-11T17:43:14.000Z","snippet": "…","language": "en-US","country": "US","scrapedAt": "2026-08-12T05:00:00.000Z"}
Pricing
Pay per event: $0.001 per article scraped. You are billed per article as it is delivered, so an aborted run only pays for what it returned. No monthly rental.
Common uses
- Media monitoring & brand tracking across languages.
- Feeding a RAG / LLM pipeline with fresh, source-attributed news headlines.
- Building news datasets for research or trend analysis.