📰 Google News Scraper
Pricing
Pay per event
📰 Google News Scraper
Scrape Google News articles for any search query via official RSS feed. Multi-language, country targeting, deduplication, source tracking. No API key needed - great for PR, media monitoring.
Scrape Google News articles for any search query via official RSS feed. Multi-language, deduplication, source tracking. No API key needed.
Store Quickstart
Start with the Quickstart template (1 query, English, 20 articles). For PR monitoring, use Brand Monitoring with 3-5 queries and dedup enabled.
Key Features
- 📰 Google News RSS feed — Uses news.google.com/rss/search endpoint
- 🌍 Multi-language + country — Search results localized per lang+country combo
- 🔍 Keyword-based queries — Boolean search syntax supported
- 🗞️ Source tracking — Publisher domain per article
- 🔄 Deduplication — Removes duplicate articles across queries
- 🔑 No API key needed — Public RSS feed, no registration required
Use Cases
| Who | Why |
|---|---|
| PR agencies | Track client mentions across global news outlets |
| Competitive intelligence | Monitor competitor announcements and news |
| Brand managers | Daily digest of brand-related coverage |
| Financial analysts | Company news alerts for portfolio tracking |
| Content marketers | Trend spotting for blog topic ideation |
Input
| Field | Type | Default | Description |
|---|---|---|---|
| queries | string[] | (required) | Search queries (max 20) |
| language | string | en | Language code (ISO 639-1) |
| country | string | US | Country code (ISO 3166-1) |
| maxItems | integer | 20 | Max articles per query (1-100) |
| dedup | boolean | true | Remove duplicate articles |
Input Example
{"queries": ["OpenAI", "Anthropic Claude"],"language": "en","country": "US","maxItems": 20,"dedup": true}
Output Example
{"title": "Anthropic announces new Claude model","link": "https://techcrunch.com/2026/04/05/anthropic-claude","source": "TechCrunch","pubDate": "2026-04-05T09:00:00Z","description": "Leading AI lab Anthropic today announced..."}
FAQ
Why Google News RSS vs. regular scraping?
RSS is stable, structured, and officially supported. DOM scraping of news.google.com breaks with every layout change.
Can I get full article content?
No — only title, link, source, description. Use article-content-extractor on each link for full text.
How many queries can I run?
Multiple queries per run, but Google may rate-limit aggressive polling. 3-5 queries per run recommended.
Are Google News results personalized?
No — RSS endpoint returns un-personalized results based on lang+country only.
Related Actors
News & Content cluster — explore related Apify tools:
- 📰 Article Extractor — Extract clean article content with title, author, publish date, images from news and blog pages.
- 📄 Website Content Extractor — Extract clean main content from any webpage as text, markdown, or HTML.
- 📡 RSS Feed Aggregator — Aggregate multiple RSS and Atom feeds with keyword filtering and deduplication.
- 📰 Hacker News Scraper — Fetch Hacker News top, new, best, ask, show, job stories via official Firebase API.
Cost
Pay Per Event:
actor-start: $0.01 (flat fee per run)dataset-item: $0.003 per output item
Example: 1,000 items = $0.01 + (1,000 × $0.003) = $3.01
No subscription required — you only pay for what you use.