Google News Scraper for Monitoring & Alerts avatar

Google News Scraper for Monitoring & Alerts

Pricing

from $1.00 / 1,000 article founds

Go to Apify Store
Google News Scraper for Monitoring & Alerts

Google News Scraper for Monitoring & Alerts

Schedule Google News monitoring for brand mentions, competitor coverage, and crisis keywords. Structured RSS-backed articles for PR clipping and alert pipelines.

Pricing

from $1.00 / 1,000 article founds

Rating

0.0

(0)

Developer

Andok

Andok

Maintained by Community

Actor stats

3

Bookmarked

88

Total users

21

Monthly active users

18 days ago

Last modified

Share

Schedule continuous Google News monitoring for brand mentions, competitor moves, and crisis keywords. Built for PR clipping and alert pipelines — pull structured article rows from Google News RSS on an hourly cadence without heavy DOM scraping.

Features

  • PR / brand monitoring — watch mentions and competitor coverage on a schedule
  • Crisis & alerts — keep a short keyword list hot for real-time topic spikes
  • Publisher extraction — automatically parses the source publisher from each headline
  • Language targeting — filter results by language and region (e.g. en-US, de-DE, uk-UA)
  • Structured output — every article includes title, link, publisher, and publication date
  • No browser needed — queries official Google News RSS endpoints for fast, reliable results
  • Pay-per-result pricing — only pay for articles found, with charge-limit safety built in

Input

FieldTypeRequiredDefaultDescription
queriesarrayYesList of search keywords to monitor (e.g. artificial intelligence, Tesla earnings)
maxItemsintegerNo50Maximum number of articles to return per query (1-100)
languagestringNoen-USLanguage and region code for results (e.g. en-US, de-DE, fr-FR)

Input Example

{
"queries": ["artificial intelligence", "OpenAI funding"],
"maxItems": 25,
"language": "en-US"
}

Output

Each dataset item represents one news article. Key fields:

  • query (string) — the search term that matched this article
  • title (string) — article headline
  • link (string) — URL to the full article
  • publisher (string) — name of the publishing outlet
  • pubDate (string) — publication date in ISO format

Output Example

{
"query": "artificial intelligence",
"title": "Google DeepMind unveils new AI model for protein folding",
"link": "https://www.reuters.com/technology/google-deepmind-ai-protein-2025-01-15/",
"publisher": "Reuters",
"pubDate": "Wed, 15 Jan 2025 14:30:00 GMT"
}

Pricing

EventCost
Article FoundPay-per-event (see actor pricing page)

Use Cases

  • PR & brand monitoring — track mentions of your company or product across news outlets daily
  • Competitive intelligence — monitor competitor launches, funding rounds, and press coverage
  • Market research — gather news sentiment data on industries, trends, or emerging technologies
  • Crisis detection — schedule hourly runs to catch negative coverage early
  • Content curation — feed article data into newsletters, dashboards, or Slack channels
  • AI/LLM pipelines — supply fresh news context to RAG applications and AI agents
ActorWhat it adds
RSS & Atom Feed ParserParse any RSS/Atom feed beyond Google News
Hacker News ScraperTrack tech community discussions and trending topics
Wayback Machine ScraperRetrieve historical versions of articles and pages

Notes

  • Google News RSS feeds are public but may rate-limit aggressive usage. Space scheduled runs at least 15 minutes apart for best reliability.
  • Results depend on Google News indexing; very recent articles (under ~5 minutes old) may not appear immediately.