Google News Scraper
Pricing
from $2.00 / 1,000 articles
Google News Scraper
Search Google News by keyword, topic or top stories in any country and language. Real publisher URLs (not news.google.com redirects), source, date and related coverage — deduplicated, with CSV/JSON export and API.
Pricing
from $2.00 / 1,000 articles
Rating
0.0
(0)
Developer
Ilia Muravev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Search Google News by keyword, read whole sections (Technology, Business, Health…) or the front page of any country and language edition — and get real publisher URLs, not news.google.com redirect links. Output as JSON, CSV or Excel, or straight into your own tools via API.
What you get
| Field | Description |
|---|---|
feed, query, topic, language, country | Where the article came from |
title | Headline without Google's " - Source" suffix |
url, urlResolved | The publisher's article URL; urlResolved is false when Google refused to decode a link (the item then keeps googleUrl) |
googleUrl, id | Google News link and article ID |
source | { name, url } of the outlet |
publishedAt | ISO 8601 UTC |
related | Other outlets' articles Google groups with this one (sections and top stories) |
Articles are deduplicated across all queries and topics of a run. A per-feed summary (counts, duplicates, unresolved links, errors) is saved to the key-value store as SUMMARY.
Input
- Search queries — one per line; Google's operators work:
"exact phrase",site:reuters.com,-word,when:7d(last 7 days),when:1h. Up to ~100 articles per query. - Topics — World, Nation, Business, Technology, Entertainment, Sports, Science, Health (~70 articles each). Top stories — the front page (~40).
- Language / Country — any Google News edition:
en/US,de/DE,pt-BR/BR,hi/IN… - Only articles published after — ISO date; for rolling windows prefer
when:1din the query so Google fills the page with recent items. - Resolve real article URLs — on by default; two extra requests per article.
Limits and notes
- Google caps each feed at ~100 results; split broad topics into several queries (by outlet, by sub-topic, by
when:window) to get more. - Article text is not included — pair this Actor with any article-extractor Actor if you need full content.
- Google occasionally throttles URL decoding for busy IPs; such items are still delivered with the Google link and
urlResolved: false. Turning on the proxy option fixes it for large runs. - Public data only; the Actor stores nothing beyond the dataset of your run.
Pricing
Pay per article — nothing else. Runs that return zero articles cost nothing.
Typical uses
Brand and competitor monitoring, media lists (which outlets cover a topic), daily news digests summarised by an LLM, trend research by country and language, feeding article URLs into content pipelines.