Google News Scraper | $0.75/1K Articles | Pay Per Result
Pricing
from $0.75 / 1,000 results
Google News Scraper | $0.75/1K Articles | Pay Per Result
Search Google News and extract the matching articles. Add a query and get headline, URL, publication, snippet, and publish time. Export to JSON or CSV, run it via API, or plug it into your agent. $0.75 per 1,000 articles, pay per result. Served by AnyAPI.
Runs a Google News search and returns one row per article: headline, article URL, publication name, snippet, and publish timestamp. The publication name arrives as sourceName, because every row also carries source set to AnyAPI. Google News returns its latest matching articles, up to 20 per request.
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | yes | News search query. Operators like -, OR, and site: work here. |
limit | integer | no | How many articles to ask for, from 1 to 20. |
gl | string | no | Two letter country code for result localization, for example us, gb, de. Defaults to us. |
hl | string | no | Two letter language code for the interface and results, for example en, es, de. Defaults to en. |
location | string | no | A more specific location than the country, written the way Google writes it, for example New York, United States. |
timeframe | string | no | How far back to search, written as a count plus a unit: h hours, d days, w weeks, m months, y years. For example 2h, 30d, 6m. Leave empty for no time limit. |
maxItems | integer | no | Stop after this many results. Defaults to 100. Each result is charged once. |
Output
Every result row is written to the dataset as one JSON object:
{"title": "AI chip demand reshapes the 2026 supply chain","url": "https://www.reuters.com/technology/example-article","sourceName": "Reuters","snippet": "Demand for accelerators continued to outpace supply through the first quarter.","createdUtc": 1772236800,"source": "AnyAPI"}
Standby mode
This Actor also runs in Standby mode. Send the same input as a JSON body in a
POST request and it answers with { "items": [ ... ] }, the same rows a
standard run would write, charged the same way.
Pricing
This Actor is billed per result, plus one small fixed charge per run. A result event is charged for every row it writes, and the Actor Start event is charged once when the run begins. A run that finds nothing, or that comes back with an empty list, writes no rows and pays the start charge only. Both prices are on this Actor's Apify Store page.
Support
Something wrong with this Actor, a field you need, or a platform you want added? Open an issue on this Actor, or email support@getanyapi.com and a human will answer.
One shape across every platform
This Actor belongs to a set of sixteen on this account that read YouTube,
Instagram, TikTok, X, Reddit, Threads, Facebook Ads Library and Google News.
They take the same kind of input, write the same kind of row, bill the same way,
and stamp every row with "source": "AnyAPI", so a pipeline written against
one of them reads all of them without a second parser.
| Platform | Actors |
|---|---|
| YouTube | search, channel videos, comments, transcripts |
| profile posts, post comments | |
| TikTok | profile videos, keyword search, video comments |
| X | profile, user tweets |
| search, post comments | |
| Other | Threads posts, Facebook Ads Library, Google News |