Google News Scraper
Search Google News by keyword, topic or publisher and get articles with title, source, date, snippet and the resolved publisher URL. Any language or country.
Supports Google News operators such as "exact phrase", site:reuters.com, when:7d and before:2026-01-01. Up to 100 articles per query. Google's encoded redirect links are resolved to the publisher's real URL.
Run it
curl -X POST https://fetchsmith.com/api/v1/run/google-news-scraper \
-H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
-d '{"country": "US", "decodeUrls": true, "language": "en-US", "maxItemsPerQuery": 50, "max_results": 50, "queries": ["electric vehicles"]}'
Price: 1 credit per result (credit packs). Also available on Apify Store with pay-per-event pricing.
Output fields
titleurlgoogleNewsUrlsourcesourceUrlpublishedAtsnippetquerylanguagecountry
Sample output
{
"publishedAt": "2026-09-02T07:00:00.000Z",
"snippet": "Apify raises new funding",
"source": "TechCrunch",
"title": "Apify raises new funding - TechCrunch",
"url": "https://techcrunch.com/2026/09/02/apify-funding/"
}
Only publicly accessible pages are read. Respect the source site's terms when using the data.