Google News Intelligence — Topic Articles via RSS avatar

Google News Intelligence — Topic Articles via RSS

Pricing

from $3.20 / 1,000 article-rsses

Go to Apify Store
Google News Intelligence — Topic Articles via RSS

Google News Intelligence — Topic Articles via RSS

Fresh Google News articles by topic or custom section via public RSS — pure HTTP, no API key, no browser, no proxy. Deterministic rows: title, source, publishedAt, url, image. Keyword search and AI news briefs are roadmap phases.

Pricing

from $3.20 / 1,000 article-rsses

Rating

0.0

(0)

Developer

Team Kamkod

Team Kamkod

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Fresh Google News articles by topic or custom section, via the public RSS endpoints — pure HTTP, no API key, no browser, no proxy. Deterministic structured rows for news monitoring, media watch and AI agent pipelines.

Input

  • topics — WORLD, NATION, BUSINESS, TECHNOLOGY, SPORTS, SCIENCE, HEALTH, ENTERTAINMENT (empty = top stories). Each topic = one feed; merge results across feeds.
  • topicUrls — custom Google News section feeds: full RSS URL or the path after /rss/ (e.g. /headlines/section/geo/France).
  • region_languagell:CC, default fr:FR (en:US, en:GB, de:DE…).
  • timeframe1h/1d/7d/30d freshness filter (client-side on publishedAt).
  • maxArticles — global cap (default 50, max 500).

Output (one row per article)

{
"kind": "article",
"title": "…",
"source": "Le Monde.fr",
"publishedAt": "2026-09-07T08:35:00+00:00",
"url": "https://news.google.com/rss/articles/…",
"imageUrl": "https://…",
"accessMethod": "rss",
"region": "fr:FR",
"feed": "topic:WORLD"
}

Pricing

article-rss$0.004 / article returned (parité avec le prix standard du mieux noté du marché — son $1/1k affiché est le palier Gold, la majorité de ses acheteurs paient $0.004 ; coût de revient quasi nul côté nous : aucune raison de brader). Runs returning nothing cost nothing.

Honest notes

  • Google News RSS item links are Google redirect URLs (news.google.com/rss/articles/…) that resolve to the publisher — we return them as-is.
  • source comes from the RSS <source> tag; a few items lack it (null).
  • RSS feeds are bounded (~30-100 items) regardless of maxArticles; timeframe is applied client-side to publishedAt, unparseable dates are kept with their raw value.
  • Images: Google News topic RSS carries no media — imageUrl is null by design. Image enrichment (og:image via redirect resolution) is an optional roadmap toggle.

Roadmap

  • Phase 2: keyword search (RSS search?q= — volume/rate-limiting to measure, proxy budgeted in the price)
  • Phase 3: AI News Brief (dominant themes + tone + top sources over an article set)