Google News Scrapper - Fast And Cheap (Montly Payment) avatar
Google News Scrapper - Fast And Cheap (Montly Payment)

Pricing

$7.50/month + usage

Go to Apify Store
Google News Scrapper - Fast And Cheap (Montly Payment)

Google News Scrapper - Fast And Cheap (Montly Payment)

Scrape Google News search results without the 100-item limit. Extract titles, URLs, sources, dates, and snippets for any keyword, with optional filters for date, language, region, and max results for flexible news monitoring and data collection.

Pricing

$7.50/month + usage

Rating

5.0

(2)

Developer

Ai Founder

Ai Founder

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

2

Monthly active users

15 days ago

Last modified

Share

Google News Scrapper - Lightweight - Without 100 Item Limit

A lightweight Apify actor that scrapes recent Google News articles for a given keyword and optional date range, bypassing the typical 100-item limitation. It supports filtering by language, region, and proxy configuration.


Features

  • Scrape Google News articles based on a keyword.
  • Specify optional start and end dates for news filtering.
  • Filter articles by language and Google region.
  • Supports Apify Proxy for scraping from different locations.
  • Outputs article title, URL, publication time, and an overview link.

Input Schema

FieldTypeRequiredDescriptionDefault
keywordstringThe topic or keyword to search on Google News.artificial intelligence
startDatestringInclude news newer than this date (YYYY-MM-DD).2025-10-01
endDatestringInclude news older than this date (YYYY-MM-DD). Leave empty for up to today.empty
maxResultsintegerLimit total number of articles collected.50
languagestringRestrict results to a specific language.en
regionstringRestrict results to a specific Google region.US
proxyConfigurationobjectSpecifies proxy servers used by the scraper.{ useApifyProxy: false }

Proxy Configuration Options:

  • useApifyProxy: true to enable Apify Proxy.
  • apifyProxyGroups: Array of proxy groups (default ['RESIDENTIAL']).

Output Schema

FieldTypeDescription
titlestringArticle title.
linkstringDirect link to the article.
timestringPublication time in ISO format.
overviewstringLink to overview of all items.

Example Output:

{
"title": "New AI breakthrough announced",
"link": "https://example.com/article",
"time": "2025-10-28T14:30:00Z",
"overview": "https://api.apify.com/v2/datasets/xxx/items?view=overview"
}