Google News Scraper β€” Headlines by Keyword & Topic avatar

Google News Scraper β€” Headlines by Keyword & Topic

Pricing

from $0.002125 / article scraped

Go to Apify Store
Google News Scraper β€” Headlines by Keyword & Topic

Google News Scraper β€” Headlines by Keyword & Topic

Scrape Google News for any search keyword or topic section (Business, Technology, Sports…). Returns headline, source, publish time, article link and snippet for any language and country. No setup.

Pricing

from $0.002125 / article scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Monitor the news at scale. Give the Actor any set of search keywords or topic sections and it returns fresh Google News articles β€” headline, source, publish time, link and snippet β€” for any language and country edition. Powered by Google News's public RSS feeds, so no login and no API key.

Great for media monitoring, brand/competitor tracking, PR, research datasets, and news alerting. Export to JSON, CSV or Excel.

Google News Scraper input β€” search queries, topic sections and language/country edition in the Apify Console

Features

  • πŸ“° Keyword & topic feeds β€” pull articles by search term or by section (Technology, Business, Sports…).
  • 🌍 Any edition β€” set the language/country pair to target any Google News edition.
  • 🧹 Clean headlines β€” Google's trailing " - Source" is stripped and the publisher is captured separately.
  • πŸ” De-duplicated β€” overlapping queries and topics are merged within a run.
  • 🎚️ Volume control β€” maxItemsPerFeed and maxConcurrency tune throughput and size.

What you get per article

Google News Scraper output example β€” news headlines with source, publish time and link as structured JSON

FieldNotes
titleClean headline (Google's trailing " - Source" is stripped out).
sourcePublisher name (e.g. Reuters, BBC).
publishedAtPublish time (RFC-822).
linkGoogle News article link.
snippetShort text snippet when the feed provides one.
query / topicWhich search term or section the article came from.
language / countryThe edition used (hl / gl).

Results are de-duplicated across overlapping queries/topics within a run.

Input

{
"queries": ["artificial intelligence", "electric vehicles"],
"topics": ["TECHNOLOGY", "BUSINESS"],
"language": "en-US",
"country": "US",
"maxItemsPerFeed": 0
}
  • queries β€” search terms, one per line.
  • topics β€” sections: WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS, SCIENCE, HEALTH.
  • language (hl) / country (gl) β€” the Google News edition, e.g. en-GB/GB, de/DE.
  • maxItemsPerFeed β€” cap per feed (0 = all, ~100).
  • maxConcurrency β€” feeds fetched in parallel.
  • proxyConfiguration β€” optional; only if you hit rate limits.

Output (one row per article)

{
"query": "artificial intelligence",
"title": "The Case for Nationalizing Artificial Intelligence",
"source": "Jacobin",
"link": "https://news.google.com/rss/articles/CBMi...",
"publishedAt": "Thu, 09 Jul 2026 14:47:17 GMT",
"snippet": "…",
"language": "en-US",
"country": "US"
}

Output schema

FieldTypeDescription
querystringSearch term the article was found under (empty for topic feeds).
topicstringTopic section the article came from (empty for keyword queries).
titlestringClean headline with the trailing " - Source" removed.
sourcestringPublisher name (e.g. Reuters, BBC).
linkstring (URL)Google News article link; opens the publisher's page.
publishedAtstringPublish time in RFC-822 format.
guidstringUnique identifier for the article within the feed.
snippetstringShort text snippet when the feed provides one.
languagestringLanguage edition used (hl), e.g. en-US.
countrystringCountry edition used (gl), e.g. US.

Use cases

  • Media monitoring β€” track a brand, product or executive across every publisher.
  • Competitor tracking β€” watch rivals' announcements and coverage in near real time.
  • PR reporting β€” measure share of voice and pickup for a campaign.
  • Research datasets β€” build a labelled corpus of headlines by topic and edition.
  • News alerting β€” trigger downstream workflows whenever new matching articles appear.

FAQ

Do I need an account or API key? No. The Actor pulls from Google News's public RSS feeds, so it needs no login, API key, or Google account.

How many articles can I get per run? Each individual Google News feed returns up to ~100 of the most relevant recent items. Combine several queries, topics, and country editions to widen coverage; maxItemsPerFeed caps how many are kept per feed (0 = all).

Is scraping Google News legal? The Actor collects only publicly available headline metadata (title, source, publish time, link, snippet). Use it responsibly and in line with Google's terms; the link opens the original publisher's page.

What's the output format? A JSON dataset with one row per article, de-duplicated across overlapping queries and topics within a run. Export as JSON, CSV, or Excel from the Apify Console or API.

Can I filter or limit results? Yes. Scope results with queries, topics (sections like TECHNOLOGY or BUSINESS), language/country editions, and maxItemsPerFeed.

Can I connect this Actor to other apps? The Google News Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Round out your media-monitoring stack with:

Notes

Each Google News feed returns up to ~100 of the most relevant recent items. Use several keywords/topics (and country editions) for broader coverage. link is the Google News article link (opens the publisher's page). Only publicly available headline data is collected.