Google News Scraper - Search, Topics & Headlines avatar

Google News Scraper - Search, Topics & Headlines

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Google News Scraper - Search, Topics & Headlines

Google News Scraper - Search, Topics & Headlines

Extract Google News articles by keyword search, topic, or top headlines - any language and country. Title, source, publish date, link. Clean JSON, no API key.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

Yusuf

Yusuf

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Google News Scraper — Search, Topics & Top Headlines

Extract Google News articles as clean JSON — by keyword search, by topic, or top headlines — for any language and country. No API key, no blocking, fast and reliable.

What you get per article

{
"mode": "search",
"query": "artificial intelligence",
"title": "Xi pitches China as leader of new global AI order",
"link": "https://news.google.com/rss/articles/...",
"url": "https://www.reuters.com/technology/xi-pitches-china-...",
"urlResolved": true,
"source": "Reuters",
"source_url": "https://www.reuters.com",
"published": "Fri, 17 Jul 2026 08:15:14 GMT",
"guid": "...",
"description_html": "<a href=...>Xi pitches China...</a>"
}

Three modes

ModeWhat it does
SearchAny keyword/phrase, optional recency filter (1h, 1d, 7d)
TopicWORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SCIENCE, SPORTS, HEALTH
TopThe current top headlines for a country

Why this scraper

  • Real article URLs — resolves Google's redirect link to the actual publisher URL, not just news.google.com/rss/articles/...
  • Any language & countryen-US, tr/TR, de/DE, and more
  • No API key, no rate-limit walls — built on Google News' public RSS
  • Reliable — no headless browser to break
  • Structured JSON — ready for dashboards, alerts, or LLM/RAG pipelines

Use cases

  • Media monitoring & PR: track brand or competitor mentions across outlets
  • Finance & research: news flow for tickers, sectors, or events
  • AI & RAG: fresh, multilingual news signal for LLM workflows
  • Newsrooms & creators: topic and trend discovery

Input example

{
"mode": "search",
"queries": ["OpenAI", "Anthropic"],
"when": "1d",
"language": "en-US",
"country": "US",
"maxItems": 100
}

FAQ

Is this legal? Reads Google News' publicly available RSS feeds — no login, no private data.

Why are links news.google.com URLs? That's link, the raw redirect Google News serves. Use url instead — it's the resolved, real publisher URL (set resolveRealUrl: false to skip resolution and get only the redirect link, e.g. for maximum speed).