Google News Search Scraper — RSS + best-effort real URLs avatar

Google News Search Scraper — RSS + best-effort real URLs

Pricing

$1.00 / 1,000 article scrapeds

Go to Apify Store
Google News Search Scraper — RSS + best-effort real URLs

Google News Search Scraper — RSS + best-effort real URLs

Search Google News for any query (any language/country): title, publisher, published time, snippet, Google link, plus the publisher's real URL where Google allows it (best-effort, limited per client by Google). No login, no proxies, no personal data. Up to 100 articles per query.

Pricing

$1.00 / 1,000 article scrapeds

Rating

0.0

(0)

Developer

Backyard Tools

Backyard Tools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Google News Search Scraper — RSS + best-effort real URLs, no login

**Google news rss** — Search Google News for any query in any language/country: title, publisher, time, snippet, link, plus real article URL where allowed. Up to 100 articles per query.

Search Google News for any query, in any language and country, and get the matching articles: title, publisher, published time, snippet, the Google News link, and — where Google allows it — the publisher's real article URL. No login, no proxies, no personal data.

Tested (2026-09-02)

QueryArticlesTime (feed only)
ふるさと納税|ja|JP1000.11s
web scraping|en-US|US1000.10s
Apify|de|DE70.34s

Google News returns up to 100 articles per query. A query with no results returns 0 items (no charge).

About real URLs. The feed only carries news.google.com links. This actor asks Google's own article endpoint for the publisher URL (plain requests, one per second). Google allows only a limited number of those per client: in testing the first 5 resolved 5/5, and after roughly ten more Google started answering 429. The actor respects that limit — it never changes IPs or identity — so once Google stops answering, the remaining articles are returned with the Google link only (article_url = null) and the run completes normally. Set decode_urls to false in the target settings if you only need the feed.

Google news rss — input

{
"targets": ["web scraping|en-US|US", "ふるさと納税|ja|JP"],
"maxItems": 100
}

Each target is query|hl|gl: the search query, the interface language (en-US, ja, de, …) and the country (US, JP, DE, …). hl and gl are optional and default to en-US / US. Google's search operators work as usual (site:, quotes, when:7d, …).

Google news rss — output fields

One dataset item per article:

Field
titlearticle headline
article_urlthe publisher's real URL when resolved, otherwise null (see above)
source / source_urlpublisher name and site
published_atISO 8601 timestamp
gnews_urlthe Google News link (always present)
snippetshort description when Google provides one
query / lang / countrythe target the item came from

Use Cases

  • Brand or keyword monitoring — run a query on a schedule to catch new coverage as soon as Google News indexes it
  • Multi-market press tracking — run the same query across languages/countries (hl/gl) to compare how a story is covered in different markets
  • Publisher mix tracking — collect source across many articles to see which outlets cover a topic or competitor most often

Pricing

Pay per event: $1.00 per 1,000 articles. Nothing else.