Google search and market data

Google News Scraper (bulk queries, lightweight)

News articles from Google News per search term, topic or country headlines: title, source, publication date, link and snippet. Up to 200 queries per run. Only delivered articles are charged.

$3.50per 1,000 ยท Article listed

One news article delivered to the dataset. Terms that fail or return nothing are never charged.

run it
# one call, results straight back
curl -X POST "https://api.apify.com/v2/acts/steadydata~google-news/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Input

FieldNameWhat it does
queries
required
Search terms, topics or headlinesA search term like 'artificial intelligence', a topic name (world, nation, business, technology, entertainment, sports, science, health), or the word 'headlines' for the country's front page. Up to 200 per run.
maxArticlesPerQueryMax articles per queryStop after this many articles per query. This is your cost ceiling: one delivered article is one charged event. Google returns at most about 100 per feed.
countryCountryISO country code, e.g. US, NL, DE. Google News is strongly region bound, so this decides which outlets you get.
languageLanguageLanguage code, e.g. en, nl, de. Match it to the country for the best results.

What you get back

FieldType
querystring, null
countrystring, null
languagestring, null
positioninteger, null
titlestring, null
sourcestring, null
publishedAtstring, null
publishedTextstring, null
urlstring, null
snippetstring, null
statusstring, null
inputstring, null
errorCodestring, null
errorstring, null