Google News Scraper avatar

Google News Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google News Scraper

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

Coding Frontned

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

0

Monthly active users

6 days ago

Last modified

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

ParameterRequiredDefaultDescription
queryYesSearch query, 1–200 characters.
maxItemsYes10Maximum unique RSS results, 1–100.
hlNoen-USLanguage or locale such as en-US or fr.
glNoUSTwo-letter uppercase country code.
sortByNorelevancerelevance, or date for a seven-day query window.
proxyConfigurationNodirectOptional Apify proxy configuration.
deepScrapeNofalseDeprecated 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 stable guid identity.
  • source and sourceUrl publisher provenance when Google supplies it.
  • ISO publishedAt and scrapedAt timestamps.
  • query, language, country, and sortBy request 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.