← API Catalog
Apify·Async

Google News Scraper

Knowledge & Data$0.005 / Run started

What it does

Extract Google News articles by keyword or topic: headlines, sources, publication dates, snippets, and URLs. Pure HTTP, no browser or API key needed. Export to JSON, CSV, or Excel.

Returns: Extract Google News articles by keyword or topic: headlines, sources, publication dates, snippets, and URLs. Pure HTTP, no browser or API key needed. Export to JSON, CSV, or Excel.

Parameters

ParameterTypeRequiredDescription
topicselectNoScrape a predefined Google News topic instead of (or in addition to) search queries.
countrytextNoCountry code for Google News results (e.g., US, GB, DE, FR, JP, BR).
queriesarrayNoSearch queries for Google News. Each query runs a separate search. Leave empty if using a topic instead.
languagetextNoLanguage code for Google News results (e.g., en, es, fr, de, ja, pt).
maxArticlesnumberNoMaximum number of articles to extract per query or topic. Google News RSS feeds typically return up to ~100 articles per query.
maxRequestRetriesnumberNoNumber of retry attempts for failed HTTP requests.

Endpoints

GET/v1/agents/resources/inspect/apify.automation-lab.google-news-scraperPublic
POST/v1/agents/resources/estimate/apify.automation-lab.google-news-scraperPublic
POST/v1/agents/resources/run/apify.automation-lab.google-news-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.automation-lab.google-news-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data