Google News Scraper avatar

Google News Scraper

Pricing

from $0.75 / 1,000 article scrapeds

Go to Apify Store
Google News Scraper

Google News Scraper

Monitor Google News: articles by keyword or topic with title, source, published date, snippet and link, for any language and country, via the official RSS feed. Reliable, no anti-bot.

Pricing

from $0.75 / 1,000 article scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Google News Scraper 📰

Monitor Google News at scale — get articles by keyword or topic with title, source, published date, snippet, and link, for any language and country. Powered by Google's official RSS feed, so it's fast and reliable.

Perfect for media monitoring, PR/brand tracking, competitor watch, trend detection, and news alerting.

What it does

  • Keyword monitoring with an optional recency window (1h, 1d, 7d, …).
  • Topic feeds (World, Business, Technology, Science, Health, …).
  • Localized by language (hl) and country (gl).

Input

{
"queries": ["OpenAI", "tesla recall"],
"topics": ["TECHNOLOGY"],
"timeWindow": "7d",
"language": "en-US",
"country": "US",
"maxArticlesPerQuery": 100
}

Output (one row per article)

{
"type": "article",
"source_query": "q:OpenAI",
"title": "OpenAI announces new model",
"source": "TechCrunch",
"published_at": "2026-07-15T09:12:00.000Z",
"snippet": "The company revealed...",
"google_news_url": "https://news.google.com/rss/articles/...",
"language": "en-US",
"country": "US"
}

Notes

  • Reliable and anti-bot-free — reads Google News' public RSS.
  • Titles are cleaned of the trailing " - Source" suffix.
  • Run on a schedule to keep a live news feed for any keyword or topic.