โ† API Catalog
ApifyยทAsync

Google News Scraper

Knowledge & Data$0.005 / result

What it does

Powerful Google News scraper, collect up to 5000 news articles with flexible search options, language support. Perfect for news aggregation, market research, and sentiment analysis. ๐Ÿ“ฐ๐Ÿ”

Returns: Powerful Google News scraper, collect up to 5000 news articles with flexible search options, language support. Perfect for news aggregation, market research, and sentiment analysis. ๐Ÿ“ฐ๐Ÿ”

Parameters

ParameterTypeRequiredDescription
crselectNoLimit the results to a specific country
glselectNoThe Google country to use for the query
hlselectNoThe Google UI language to return results
lrselectNoLimit the results to a specific language
nfprnumberNoExclude results from auto-corrected queries (0 or 1)
querytextYesThe search term to use
filternumberNoEnable/disable Similar Results and Omitted Results filters (0 or 1)
maxItemsnumberYesMaximum number of search results to retrieve
time_periodselectNoTime period for results
time_period_maxtextNoMaximum date for custom time period (MM/DD/YYYY)
time_period_mintextNoMinimum date for custom time period (MM/DD/YYYY)

Endpoints

GET/v1/agents/resources/inspect/apify.easyapi.google-news-scraperPublic
POST/v1/agents/resources/estimate/apify.easyapi.google-news-scraperPublic
POST/v1/agents/resources/run/apify.easyapi.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.easyapi.google-news-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data