Google News Scraper
Pricing
from $4.99 / 1,000 results
Google News Scraper
A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
1
Bookmarked
6
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Collect current public Google News search results from the official RSS endpoint. The Actor returns normalized headlines, Google News article links, publisher identity and website, publication timestamps, query/localization provenance, and scrape timestamps.
Input
| Parameter | Required | Default | Description |
|---|---|---|---|
query | Yes | — | Search query, 1–200 characters. |
maxItems | Yes | 10 | Maximum unique RSS results, 1–100. |
hl | No | en-US | Language or locale such as en-US or fr. |
gl | No | US | Two-letter uppercase country code. |
sortBy | No | relevance | relevance, or date for a seven-day query window. |
proxyConfiguration | No | direct | Optional Apify proxy configuration. |
deepScrape | No | false | Deprecated compatibility field; true is rejected. |
{"query": "artificial intelligence","maxItems": 10,"hl": "en-US","gl": "US","sortBy": "date","proxyConfiguration": { "useApifyProxy": false }}
The public RSS feed is accessed directly by default. Enable a proxy only when your environment requires it.
Output
Each unique RSS item produces one dataset row with:
recordType,position,title,url, and stableguididentity.sourceandsourceUrlpublisher provenance when Google supplies it.- ISO
publishedAtandscrapedAttimestamps. query,language,country, andsortByrequest provenance.
Google News RSS links currently remain on news.google.com and do not reliably redirect to publisher article pages. The previous browser/deep-content fields were therefore removed instead of returning misleading empty content. Publisher website URLs remain available through the RSS <source> element.
Limits
Google currently returns at most roughly 100 items per RSS search, so maxItems is capped at 100. Results reflect the live feed and vary by query, locale, region, and time. Respect publisher rights and applicable terms when following or using news links.