Google News Scraper avatar

Google News Scraper

Pricing

from $1.00 / 1,000 article scrapeds

Go to Apify Store
Google News Scraper

Google News Scraper

Scrape Google News by keyword or topic — clean structured articles with real publisher URLs, source, date and snippet. Pay only per article.

Pricing

from $1.00 / 1,000 article scrapeds

Rating

0.0

(0)

Developer

Pedro Resende

Pedro Resende

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Google News Scraper extracts news articles from Google News by keyword or topic and returns clean, structured JSON — title, source, publish date, snippet and the Google News article link. Search many keywords at once, in any language and country. Pay only for the articles you get.

What this Google News scraper does

  • Search Google News for one or many keywords in a single run.
  • Or pull a built-in topic section (World, Business, Technology, Sports, Science, Health…).
  • Works in any language / country via hl, gl and ceid (e.g. en-US, pt-BR, es-419).
  • Cleanly splits the Headline - Source title into separate title and source fields.
  • Normalises publishedAt to ISO 8601 and includes a plain-text snippet.
  • Datacenter proxy is enough — no expensive residential proxy needed, so runs stay cheap.

A note on links. Google News link ids are opaque redirect identifiers. This actor always returns the canonical googleNewsUrl (which opens the article in a browser). Turning on the optional best-effort resolveUrls will try to add a real publisher URL in a separate resolvedUrl field, but Google frequently does not allow this to be expanded — so it is off by default and never guessed.

Input

FieldDescription
queriesList of search terms. Empty → use section or top headlines.
sectionOptional topic section (WORLD, BUSINESS, TECHNOLOGY, …).
languageLanguage code hl, e.g. en-US, pt-BR.
countryCountry code gl, e.g. US, BR.
maxItemsCap on total articles (0 = no limit).
resolveUrlsBest-effort publisher-URL resolution (default false).

Output

Each dataset item:

{
"query": "bitcoin",
"title": "Riot Platforms strikes deal with Anthropic…",
"source": "CNBC",
"url": "https://news.google.com/rss/articles/CBMi…",
"resolvedUrl": null,
"googleNewsUrl": "https://news.google.com/rss/articles/CBMi…",
"publishedAt": "2026-08-11T17:43:14.000Z",
"snippet": "…",
"language": "en-US",
"country": "US",
"scrapedAt": "2026-08-12T05:00:00.000Z"
}

Pricing

Pay per event: $0.001 per article scraped. You are billed per article as it is delivered, so an aborted run only pays for what it returned. No monthly rental.

Common uses

  • Media monitoring & brand tracking across languages.
  • Feeding a RAG / LLM pipeline with fresh, source-attributed news headlines.
  • Building news datasets for research or trend analysis.