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)
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
Maintained by Community
Actor stats
2
Bookmarked
2
Total users
2
Monthly active users
15 days ago
Last modified
Categories
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
| Field | Type | Required | Description | Default |
|---|---|---|---|---|
keyword | string | ✅ | The topic or keyword to search on Google News. | artificial intelligence |
startDate | string | ❌ | Include news newer than this date (YYYY-MM-DD). | 2025-10-01 |
endDate | string | ❌ | Include news older than this date (YYYY-MM-DD). Leave empty for up to today. | empty |
maxResults | integer | ❌ | Limit total number of articles collected. | 50 |
language | string | ❌ | Restrict results to a specific language. | en |
region | string | ❌ | Restrict results to a specific Google region. | US |
proxyConfiguration | object | ❌ | Specifies proxy servers used by the scraper. | { useApifyProxy: false } |
Proxy Configuration Options:
useApifyProxy:trueto enable Apify Proxy.apifyProxyGroups: Array of proxy groups (default['RESIDENTIAL']).
Output Schema
| Field | Type | Description |
|---|---|---|
title | string | Article title. |
link | string | Direct link to the article. |
time | string | Publication time in ISO format. |
overview | string | Link 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"}
