π° Google News Scraper β Headlines & Trending
Pricing
from $3.00 / 1,000 results
π° Google News Scraper β Headlines & Trending
Extract headlines, trending stories & article metadata from Google News. Filter by topic, region & timeframe. Build news aggregators, monitoring & trend analysis tools. Pay per result.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
9
Total users
2
Monthly active users
4 hours ago
Last modified
Share
π° Google News Scraper β NewsAPI, GDELT, Webhose & Aylien Alternative
Pull headlines + article metadata from Google News at scale β by keyword, topic, country, language, or time window. Each result includes the publisher, title, snippet, URL, published date, and image. Built as a pay-per-result alternative to NewsAPI ($449/mo enterprise), GDELT (raw + complex), Webhose ($299-1499/mo), Aylien, and Meltwater for media monitoring, alpha signals, and content aggregation.
Why Google News Scraper Beats NewsAPI, GDELT, Webhose & Aylien
| Feature | NexGenData Google News Scraper | NewsAPI | GDELT | Webhose | Aylien |
|---|---|---|---|---|---|
| Cost | $0.002 / article, pay-per-result | $0-449 / month plan | Free (raw, complex) | $299-1499 / month | Enterprise contract |
| Coverage | Every Google News locale + topic | 80K+ sources | 100K+ sources (raw) | 100K+ sources | 100K+ sources |
| Update frequency | Live per run | 15-min lag (Business plan+) | 15-min batches | 15-min lag | Real-time (enterprise) |
| Filters | Keyword + country + lang + time + topic | Yes | Complex (BigQuery) | Yes | Yes |
| Bulk export | JSON / CSV / Excel | JSON only | BigQuery / GCS | JSON / CSV | API-only |
| API access | Apify REST + SDKs | Yes | BigQuery dataset | Yes | Yes |
| Auth required | Apify token | API key | Google Cloud project | API key | API key |
| Monthly minimum | None | $0 (free tier) / $449+ | None | $299+ | $$$$ |
Most media-monitoring + alpha-research teams pick this actor instead of NewsAPI because NewsAPI's free tier caps at 100 requests/day and the paid Business plan is $449/mo with a 30-day delay on commercial use of headlines. This actor has no cap and no delay. Cheaper than Webhose and Aylien at typical volumes; a drop-in alternative to GDELT for teams that don't want to run BigQuery jobs.
What You Get Per Article
title,snippet,url,image_urlpublisher,publisher_url,published_at(ISO 8601 UTC)language,countrytopicβ Google News topic taxonomy (Business, Tech, Health, etc.) when applicablerelated_articlesβ array of follow-up coverage on the same story (when available)search_queryβ the input keyword that surfaced this article
Use Cases
- Media monitoring β track brand + competitor + executive mentions globally in one run
- Hedge funds / quant β build news-flow alpha signals for tickers, sectors, or macro themes
- PR teams β measure earned media for client launches across regions and languages
- Content aggregation β power a niche newsletter or vertical news site without manual curation
- Crisis monitoring β get every headline on a topic during a developing event
- Research / sentiment β bulk-pull article corpora for NLP training and classification
- Compliance / AML β flag adverse-media mentions on people + companies
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/google-news-scraper").call(run_input={"queries": ["nvidia earnings", "anthropic claude"],"country": "US","language": "en","time_window": "1d","max_per_query": 100})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["publisher"], item["title"], item["published_at"])
Pricing β Pay Per Article
- Actor start: $0.005
- Article: $0.002
A 100-article daily tracker on 5 queries = $1.005/day. A 5,000-article weekly research sweep = $10.005. No monthly minimum.
Related NexGenData News + Social Actors
| Use case | Actor |
|---|---|
| BBC News scraper | bbc-news-scraper |
| AP News scraper | ap-news-scraper |
| PR Newswire press releases | pr-newswire-press-releases-scraper |
| News MCP server (AI / Claude / GPT) | news-mcp-server |
| Hacker News scraper (stories + comments) | hacker-news-scraper |
| Reddit subreddit trends | reddit-subreddit-trends |
| Reddit brand monitor (Brandwatch alt) | reddit-brand-monitor |
| SEC EDGAR filings scraper | sec-edgar-scraper |
| Federal Register rules + notices | federal-register-rules-scraper |
FAQ
Q: How fresh are headlines? A: Live per run. New stories appear in Google News within minutes of publication, and this actor sees them on the next run.
Q: Language + country coverage?
A: Every Google News locale β 70+ countries, 40+ languages. Pass country as ISO-2 and language as ISO-639-1.
Q: Can I get full article text? A: This actor returns the title + snippet + URL. For full-text extraction, follow the URL with an HTML-extract actor or use Apify's built-in Article Extractor.
Q: Anti-bot stability? A: Google News occasionally rotates its rendering; the actor's proxy + fingerprint layer is maintained alongside those changes. Bugs are fixed within 24h.
Q: Legal status? A: We fetch publicly indexed headlines the same way a logged-out browser does. Output is metadata about publicly published news.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing β you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests β those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link β you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console β point-and-click run
- Apify API β REST + webhooks
- Apify Python / JS SDKs β programmatic batch
- Zapier, Make.com, n8n β official integrations
- MCP β many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules β built-in cron for daily / weekly / monthly runs
- Webhooks β POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome β high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata