Google News Scraper
Pricing
from $2.20 / 1,000 results
Google News Scraper
Scrape Google News by keyword, topic, or top headlines. Get headline, source, publish time, article link, and a snippet as clean structured rows. Built on the public Google News RSS feed: no login, no API key, no captcha. Runs on Apify Proxy.
Pricing
from $2.20 / 1,000 results
Rating
0.0
(0)
Developer
Mangudäi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Pull live Google News results by keyword, topic, or top headlines and get them back as clean, structured rows. Built on the public Google News RSS feed, so there is no login, no API key, and no captcha. Route it through Apify Proxy and run it on a schedule, via API, or from your own code.
What it does
Give it a search term and it returns the matching news articles: headline, source, publish time, article link, and a short snippet. Skip the search term and pick a topic (technology, business, sports, and the rest) to get that section's headlines, or leave both empty for the top headlines of the day.
Input
query: keyword or phrase to search. Supports Google News operators likewhen:7d,site:reuters.com, andOR.additionalQueries: extra search terms to fetch in the same run, one feed each.topic: section headlines (World, Nation, Business, Technology, Entertainment, Sports, Science, Health). Used only when no query is set.language: interface language, for exampleen-US,fr,de.country: edition country, for exampleUS,GB,IN.maxItemsPerQuery: cap per feed. Google News RSS returns up to about 100 items per feed.0means no cap.proxyConfiguration: Apify Proxy settings.
Default run: searches artificial intelligence and returns up to 50 recent articles.
Output
One row per article:
title: headline with the trailing source name removedfullTitle: original headline as Google returns itsource: publisher namesourceUrl: publisher homepagelink: Google News article linkguid: stable article idpublishedAt: ISO 8601 timestamppublishedRaw: original RFC 822 date stringsnippet: short text descriptionquery,topic,feedTitle: what produced the row
Notes
Google News RSS caps each feed at roughly 100 items. To gather more, split your work across several queries (use additionalQueries) or narrow with date operators such as when:1d. The scraper retries failed fetches and rotates the proxy IP between attempts.