Google News Scraper
Pricing
$4.99/month + usage
Go to Apify Store

Google News Scraper
Scrape news articles from news.google.com with deep article content extraction
Pricing
$4.99/month + usage
Rating
0.0
(0)
Developer

codingfrontend
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Google News Scraper 📰🔍
Scrape news articles directly from news.google.com with deep content extraction! 🚀
Features ✨
- 📰 Scrape news articles from Google News (news.google.com)
- 🔍 Search by any query term
- 📄 Deep Scrape: visits each article page for full content (author, text, images, keywords, etc.)
- 🌐 Support for multiple languages and countries
- 📊 Rich metadata extraction (OG tags, Twitter cards, reading time, word count)
- 💾 Results saved directly to your Apify dataset
Use Cases 💡
- 📰 News monitoring and media tracking
- 📊 Sentiment analysis and trend detection
- 🏢 Brand monitoring and PR research
- 📈 Content research and competitive intelligence
- 🔍 Journalism research and fact-checking
How It Works 🛠️
- Navigates to
news.google.com/search?q=your+query - Scrolls to load articles (infinite scroll)
- Extracts article links, titles, sources, and dates
- Optionally visits each article page for deep content extraction
- Saves enriched results to your Apify dataset
Input Parameters 📝
| Parameter | Type | Description | Default |
|---|---|---|---|
query | string | Search term for Google News | "Elon Musk" |
maxItems | integer | Maximum number of articles to collect (10-5000) | 100 |
hl | string | Language code (e.g., en-US, en-IN, fr-FR) | "en-US" |
gl | string | Country code (e.g., US, IN, GB) | "US" |
deepScrape | boolean | Visit each article page for full content | true |
Output 📊
Overview Fields
| Field | Description |
|---|---|
position | Article position (1, 2, 3...) |
title | Article headline |
link | Full article URL |
source | Publisher name |
date | Relative date (e.g., "2 hours ago") |
author | Article author |
publisher | Publisher name (from meta tags) |
publishedDate | ISO date from article page |
description | Article description |
snippet | Short text excerpt |
wordCount | Number of words in article |
readingTime | Estimated reading time (minutes) |
deepScrapeStatus | "success" or "failed" |
Metadata Fields (Deep Scrape)
| Field | Description |
|---|---|
domain | Article domain |
canonicalUrl | Canonical URL |
ogType | Open Graph type |
twitterCard | Twitter card type |
twitterSite | Twitter account |
section | Article section/category |
language | Article language |
keywords | Article keywords |
tags | Article tags |
videoUrl | Video URL if present |
copyright | Copyright info |
mainImage | Main article image URL |
articleText | Full article text |
Input Example
{"query": "Elon Musk","maxItems": 100,"hl": "en-US","gl": "US","deepScrape": true}
Output Sample
{"position": 1,"title": "Elon Musk's Bold Plan for AI in Orbit","link": "https://www.cnn.com/...","domain": "www.cnn.com","source": "CNN","date": "2 hours ago","author": "Jane Doe","publisher": "CNN","publishedDate": "2025-10-25T15:53:21.000Z","description": "Elon Musk unveiled plans for orbiting AI data centers...","snippet": "Elon Musk unveiled plans for orbiting AI data centers...","articleText": "Full article text extracted from the page...","wordCount": 850,"readingTime": 4,"mainImage": "https://cdn.cnn.com/image.jpg","canonicalUrl": "https://www.cnn.com/2025/10/25/tech/elon-musk-ai","ogType": "article","twitterCard": "summary_large_image","language": "en","keywords": ["Elon Musk", "AI", "SpaceX"],"deepScrapeStatus": "success","scrapedAt": "2025-10-25T16:30:00.000Z"}
Proxy Configuration 🌐
For best results, use RESIDENTIAL proxy group:
{"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}