Google search and market data
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.
One news article delivered to the dataset. Terms that fail or return nothing are never charged.
# 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 '{ ... }'
| Field | Name | What it does |
|---|---|---|
queriesrequired | Search terms, topics or headlines | A 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. |
maxArticlesPerQuery | Max articles per query | Stop 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. |
country | Country | ISO country code, e.g. US, NL, DE. Google News is strongly region bound, so this decides which outlets you get. |
language | Language | Language code, e.g. en, nl, de. Match it to the country for the best results. |
| Field | Type |
|---|---|
query | string, null |
country | string, null |
language | string, null |
position | integer, null |
title | string, null |
source | string, null |
publishedAt | string, null |
publishedText | string, null |
url | string, null |
snippet | string, null |
status | string, null |
input | string, null |
errorCode | string, null |
error | string, null |