Google News Article Scraper
Pricing
from $2.00 / 1,000 results
Google News Article Scraper
Search Google News by topic and export structured articles: title, source, publish date, URL and snippet. For media monitoring, PR and research.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Technical Dost Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Search Google News for any topic and export clean, structured article data. This Apify Actor uses the free, public Google News RSS feed, so it needs no API key and no paid proxy.
It is useful for news monitoring, PR tracking, market research, competitive intelligence, and building topic-specific news feeds.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | artificial intelligence (prefill) | Search term or topic. |
language | string | No | en | Google News hl language code. |
country | string | No | US | Google News gl country code. |
maxItems | integer | No | 50 | Maximum results, from 1 to 100. |
Example input:
{"query": "artificial intelligence","language": "en","country": "US","maxItems": 50}
Output
Each dataset item contains:
title— article headlinelink— resolved publisher URL when Google exposes it, otherwise the Google News URLgoogleNewsUrl— original URL from Google News RSSsource— publisher namepublishedAt— publication timestamp in ISO 8601 formatsnippet— plain-text description with HTML removedguid— identifier supplied by the RSS feed
Example output:
{"title": "Example AI headline","link": "https://example.com/news/example-ai-headline","googleNewsUrl": "https://news.google.com/rss/articles/example","source": "Example News","publishedAt": "2026-01-15T12:30:00.000Z","snippet": "A short plain-text summary of the article.","guid": "example-guid"}
Run locally
Use Node.js 20 or newer:
npm installnpm start
For local Apify storage, save the input as storage/key_value_stores/default/INPUT.json before starting the Actor. Results are written to storage/datasets/default/.
Cost and data source
The Actor reads Google News RSS directly with native fetch. It does not use paid APIs, proxy services, or credentials. Usage of Google News and publisher content remains subject to their applicable terms.