Brand and crisis
Detect coverage spikes and retain links for human review.
Turn news results into a dataset with title, source, date and URL for tracking brands, competitors, industries or crises without manually repeating searches.
The first button is an affiliate link. We may receive a commission if you purchase an eligible plan, at no extra cost to you.
Direct answer
Write a query with quotes, OR, intitle: or exclusions; choose language and region, set a range such as 7d and define maxItems. Google News Scraper returns a Dataset you can deduplicate, classify and send to an alerting workflow.
Enable fetchArticleDetails only when you need final article URLs and images: it makes additional requests and increases runtime and usage.
lhotanova/google-news-scraperActor used
Built by Lukáš Hotvaň. It has strong historical adoption and detailed controls, although its listing showed an update roughly a year ago and slower issue response than other Actors reviewed.
Check the official listingPublic listing signals observed July 24, 2026; they can change.
Copy-ready setup
{
"query": "\"OpenAI\" OR \"Anthropic\"",
"language": "US:en",
"maxItems": 100,
"openEndedDateRange": "7d",
"fetchArticleDetails": true,
"proxyConfiguration": {
"useApifyProxy": true
}
}Use quotes for exact names and -word to remove known noise.
language combines region and language; an open range overrides dateFrom and dateTo.
Measure duplicates, irrelevant sources and coverage before scheduling runs.
Store title, source, date and URL; verify the original article before citing it.
Auditable dataset
| Field | Use | Check |
|---|---|---|
title | Classify themes and tone | Do not infer the article from its headline |
source | Measure outlet diversity | Normalize variants of the same brand |
publishedAt | Build timelines | Verify the date on the article |
loadedUrl | Audit the final source | Requires article details |
image | Visual reference | Do not reuse without rights |
Cost
The Actor does not advertise a fixed per-article rate; actual usage depends on work performed by each run.
| Component | Published cost | What it covers |
|---|---|---|
| Trial | 7 days | Evaluate output and usage before subscribing |
| Actor subscription | $20 / month | Access to the Actor |
| Apify usage | Variable | Compute, proxy and requests used by each run |
Reduce usage with smaller limits, shorter periods and fetchArticleDetails: false when RSS links are sufficient. Check current pricing before subscribing.
Added value
Detect coverage spikes and retain links for human review.
Track announcements, launches and partnerships with reproducible queries.
Compare topics and sources by market without equating volume with impact.
FAQ
Yes. The Actor supports categories such as Business, Technology or Health and hashed topics. Queries and topics run as separate searches.
Those fields depend on fetchArticleDetails and metadata available from each publisher.
Not automatically. The dataset helps discover and organize sources; follow copyright rules and link to original content.
Seven-day trial
Measure relevance, duplicates and usage before scheduling monitoring.