Google News Scraper avatar

Google News Scraper

Pricing

from $1.20 / 1,000 news results

Go to Apify Store
Google News Scraper

Google News Scraper

Scrape Google News search results — headline, source, publish date, link and description — for any keyword, language and country. No login, no API key.

Pricing

from $1.20 / 1,000 news results

Rating

0.0

(0)

Developer

MYM

MYM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Categories

Share

Google News Scraper 📰

Track the news on any topic — no login, no API key. Give it keywords and get clean, structured JSON: headline, source, publish date, link and snippet.

Great for media monitoring, brand/PR tracking, sentiment pipelines, research and alerting.


✨ What you get per article

  • Headline
  • Source (publisher)
  • Publish date
  • Link (and the direct source link when available)
  • Description / snippet

🔧 Example input

{
"queries": ["artificial intelligence", "bitcoin"],
"language": "en",
"country": "US",
"maxPerQuery": 50
}

📤 Example output

{
"query": "bitcoin",
"title": "Where the Bitcoin Price Goes Now",
"source": "Morningstar",
"pubDate": "Fri, 24 Jul 2026 09:55:54 GMT",
"link": "https://news.google.com/rss/articles/...",
"sourceLink": "https://www.morningstar.com/...",
"description": "..."
}

⚙️ Notes & limits

  • Each query is run independently; up to 100 articles per query.
  • Language and country control the news edition (e.g. en/US, de/DE, tr/TR).