πŸ“° Google News Scraper β€” Headlines & Trending avatar

πŸ“° Google News Scraper β€” Headlines & Trending

Pricing

from $3.00 / 1,000 results

Go to Apify Store
πŸ“° Google News Scraper β€” Headlines & Trending

πŸ“° 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

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

2

Monthly active users

4 hours ago

Last modified

Categories

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

FeatureNexGenData Google News ScraperNewsAPIGDELTWebhoseAylien
Cost$0.002 / article, pay-per-result$0-449 / month planFree (raw, complex)$299-1499 / monthEnterprise contract
CoverageEvery Google News locale + topic80K+ sources100K+ sources (raw)100K+ sources100K+ sources
Update frequencyLive per run15-min lag (Business plan+)15-min batches15-min lagReal-time (enterprise)
FiltersKeyword + country + lang + time + topicYesComplex (BigQuery)YesYes
Bulk exportJSON / CSV / ExcelJSON onlyBigQuery / GCSJSON / CSVAPI-only
API accessApify REST + SDKsYesBigQuery datasetYesYes
Auth requiredApify tokenAPI keyGoogle Cloud projectAPI keyAPI key
Monthly minimumNone$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_url
  • publisher, publisher_url, published_at (ISO 8601 UTC)
  • language, country
  • topic β€” Google News topic taxonomy (Business, Tech, Health, etc.) when applicable
  • related_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 ApifyClient
client = 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.

Use caseActor
BBC News scraperbbc-news-scraper
AP News scraperap-news-scraper
PR Newswire press releasespr-newswire-press-releases-scraper
News MCP server (AI / Claude / GPT)news-mcp-server
Hacker News scraper (stories + comments)hacker-news-scraper
Reddit subreddit trendsreddit-subreddit-trends
Reddit brand monitor (Brandwatch alt)reddit-brand-monitor
SEC EDGAR filings scrapersec-edgar-scraper
Federal Register rules + noticesfederal-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