Google News Scraper — Real Article URLs avatar

Google News Scraper — Real Article URLs

Pricing

$2.00 / 1,000 news item delivereds

Go to Apify Store
Google News Scraper — Real Article URLs

Google News Scraper — Real Article URLs

Scrape Google News by keyword, topic, language & country. Fast RSS-based (no browser) and returns the REAL publisher URL for every article — not the opaque news.google.com redirect. Ideal for news monitoring, LLM/RAG pipelines and AI agents (MCP).

Pricing

$2.00 / 1,000 news item delivereds

Rating

0.0

(0)

Developer

Paulo Vitor Silva da Costa

Paulo Vitor Silva da Costa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape Google News by keyword, topic, language and country — and get back the real publisher URL for every article, not the opaque news.google.com redirect link that most scrapers return.

Fast, HTTP-only (no browser), typically under 10 seconds for a full query.

Why this scraper?

Most Google News scrapers return links like https://news.google.com/rss/articles/CBMi... — useless if you want to fetch the article, feed an LLM pipeline, monitor brand mentions, or archive sources. This Actor decodes every link into the final publisher URL (e.g. https://www.reuters.com/technology/...):

This ActorTypical alternatives
Real article URLs✅ decoded❌ Google redirect links
Browser needed❌ no (fast & cheap)often Playwright/Chrome
Topic sections✅ 9 sectionsvaries
Any language/country editionvaries
Honest empty results✅ 0 items = 0 chargevaries

Use cases

  • News monitoring / brand tracking — track any keyword, company or person across every Google News edition.
  • LLM & RAG pipelines — feed real article URLs to your ingestion pipeline (the decoded URL can be fetched directly).
  • AI agents (MCP) — call this Actor from Claude, ChatGPT or any MCP client to give your agent fresh news with citable sources.
  • Market & competitor research — track product launches, funding rounds, regulation news.
  • Sentiment analysis — collect headlines + snippets per topic, language and country.

Input

FieldTypeDefaultNotes
queriesarray["artificial intelligence"]One search per item. Supports "exact phrase", site:reuters.com, intitle:x, OR.
topicenumOptional topic section: TOP, WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SCIENCE, SPORTS, HEALTH.
languagestringene.g. en, pt-BR, es, de, fr, ja.
countrystringUSe.g. US, BR, GB, DE, IN.
dateRangeenumany1h, 1d, 7d, 30d, 1y (search queries only).
maxItemsPerQueryint100Google News RSS caps at ~100 items per feed.
decodeArticleUrlsbooltrueTurn off for maximum speed (you'll get only Google redirect URLs).
proxyConfigurationobjectApify proxyDatacenter proxy is enough.

Output example

{
"article_uid": "CBMiwgFBVV95cUxP...",
"title": "UN chief welcomes first global AI framework",
"article_url": "https://news.un.org/en/story/2026/07/1165432",
"google_rss_url": "https://news.google.com/rss/articles/CBMiwgFBVV95cUxP...",
"decoded": true,
"source_name": "UN News",
"source_url": "https://news.un.org",
"published_at": "2026-07-02T17:17:49.000Z",
"snippet": "The UN Secretary-General welcomed the adoption of...",
"query": "artificial intelligence",
"feed_type": "search",
"language": "en",
"country": "US"
}

Every item always includes google_rss_url; article_url is filled whenever decoding succeeds (typically >95%). Items are deduplicated across queries within a run.

Pricing

Pay per result — you are charged only for news items actually delivered (US$ 2.00 per 1,000 items). A run that finds nothing costs nothing. Decoding real URLs is included in the price.

FAQ

Where does the data come from? Google News public RSS feeds — the same data you see on news.google.com, no login, no personal data.

How fresh is it? RSS reflects Google News in near real time; use dateRange: "1h" for breaking-news monitoring.

Can I get full article text? Not from this Actor (by design — it stays fast and cheap). Pipe article_url into any article-extraction Actor or your own fetcher.

How many results per query? Google News RSS returns up to ~100 items per feed. Use multiple, more specific queries (e.g. per-day dateRange windows) to widen coverage.


🇧🇷 Nota em português

Busca notícias no Google News por palavra-chave, tópico, idioma e país — devolvendo a URL real do artigo (não o redirect do Google). Funciona com edições brasileiras: language: "pt-BR", country: "BR".