Google News Scraper: Articles, Sources and Publish Dates

Scrape news articles from Google News for any search query. Returns clean structured data: article title (without source suffix), publisher name, publisher URL, direct article URL, publish date in RFC 2822 format, and the search query that matched the article. Filter by country and language. HTTP-only Go binary, no browser.

Open on Apify → Try it now
Pricing
$0.001/article
RAM
128MB
Engine
HTTP-only Go
Coverage
Global, 100+ countries
Languages
All Google News
Format
RFC 2822 dates

What you can extract

Primary use cases

API example

# Search Google News for any keyword
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", "climate change"],
    "language": "en",
    "country": "US",
    "maxResults": 100,
    "maxResultsPerQuery": 50
  }'

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

Integrations

Output sample

{
  "title": "OpenAI Announces New GPT Model with Multimodal Capabilities",
  "source": "Reuters",
  "publisher_url": "https://www.reuters.com",
  "url": "https://www.reuters.com/technology/openai-announces-new-gpt-model-...",
  "published_at": "Thu, 12 Jun 2026 14:30:00 +0000",
  "search_query": "artificial intelligence"
}

Related Actors

Open on Apify → Try it now (free tier available)