Scrape Google News — Headlines, Articles & Trends at Scale

Extract structured news data from Google News. Returns headlines, article titles, source names, publish dates, and URLs. Search by keyword, topic, or region. HTTP-only — no Chrome, no Playwright.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter
Coverage
Global
Pricing
Pay-per-result
Anti-Bot
TLS fingerprinting

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~google-news-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchQueries": ["artificial intelligence"],
    "language": "en",
    "maxResults": 100
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/google-news-scraper

Integrations

How It Compares

FeatureNanoScrapeBrowser-based scrapers
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
Cost per 1k articlesPay-per-result$5 - $20
Anti-bot approachTLS fingerprintingFull Chrome browser
SpeedFastSlow (browser overhead)
CoverageGlobalVaries

Output Fields

FieldTypeExample
titlestringOpenAI Announces New GPT Model
sourcestringReuters
urlstringhttps://reuters.com/...
published_atstring2026-04-23T10:30:00Z
snippetstringOpenAI today unveiled...
topicstringTechnology
search_querystringartificial intelligence
Open on Apify → Try it now — free tier available