Google News Scraper: Artikel, Quellen und Publikationsdaten

Nachrichten-Artikel aus Google News für jede Suchanfrage scrapen. Liefert saubere strukturierte Daten: Artikeltitel (ohne Source-Suffix), Verlagsname, Verlags-URL, direkte Artikel-URL, Publikationsdatum im RFC 2822-Format und die Suchquery, die den Artikel ergab. Filter nach Land und Sprache. HTTP-only Go-Binary, kein Browser.

Auf Apify öffnen → Jetzt testen
Preis
$0,001/Artikel
RAM
128MB
Engine
HTTP-only Go
Abdeckung
Global, 100+ Länder
Sprachen
Alle Google News
Format
RFC 2822 Daten

Was Sie extrahieren können

Hauptanwendungsfälle

API-Beispiel

# 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

Integrationen

Output-Beispiel

{
  "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"
}

Verwandte Actors

Auf Apify öffnen → Jetzt testen (Free-Tier verfügbar)