Google News Scraper
Extract Google News articles, headlines, and publisher data for media monitoring. Track coverage and export structured data to JSON or CSV.
As an Apify affiliate, we may earn a commission from qualifying purchases made through our links, at no extra cost to you. We only recommend tools we believe in.
Overview
The Google News Scraper collects news coverage at scale: headlines, article URLs, publishers, publication timestamps, snippets, topics, and related coverage clusters. PR teams and analysts use it for media monitoring, share-of-voice measurement, and tracking how stories propagate across outlets. Search queries, topics, and timelines run on Apify's cloud with automatic pagination through result sets. Export to JSON or CSV to build coverage timelines, alert on brand mentions, and analyze which publishers drive a narrative — without manual news-sweeping every morning. Set up standing topic queries for executives, clients, or portfolio companies and never miss a mention.
Key Features
Use Cases
Brand mention monitoring
Industry news tracking
Competitor PR analysis
Media coverage research
Trend detection
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Start URLs | Array | Optional | The initial URLs to start extracting data for Google News Scraper. |
| Max Items | Integer | Optional | Maximum number of items to return. |
Sample Output
[
{
"url": "https://example.com/data",
"title": "Sample Extracted Record",
"extracted_at": "2026-05-20T14:30:00Z"
}
] How to Use
- 1
Sign up for free: Create a free ParseFlow account to access professional extraction tools.
- 2
Set your parameters: Paste the target URLs into the Google News Scraper configuration.
- 3
Download your data: Click Start, wait a few minutes, and download your dataset as Excel or JSON.
API Example
curl -X POST https://api.apify.com/v2/acts/lhotanova/google-news-scraper/runs \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-d '{"startUrls": [{"url": "https://example.com"}]}' Pricing Structure
Monthly rental from $20 plus usage-based costs. Check the store pricing tab for the current usage rates.
Limitations
- Data extraction speed depends on the target website's rate limits.
- Extremely massive runs may require a premium proxy pool.
Frequently Asked Questions
Is the Google News Scraper legal to use?
Can I export the data to Excel?
Do I need to know how to code to use this?
Extracted Data Details
View on Apify Store
Related Tools
Articles Extractor
Extract clean article text, headlines, authors, dates, and images from news sites and blogs. Built for RAG pipelines, media monitoring, and content research.
Google Search Scraper
Extract Google organic results, ads, local pack, and 'People Also Ask' data for SEO analysis. Scale SERP tracking without managing proxies.
Web Scraper
Crawl any website in a real browser and extract structured data with custom JavaScript. Handle dynamic pages and export to 7 formats.
Need a Custom Solution?
Contact us for a bespoke scraper built to your exact requirements.
Hire an ExpertRelated Articles
Live-Data Pipeline Cookbook: MCP + n8n + LangChain (2026)
Cookbook for a live-data pipeline in 2026: schedule Apify scrapers via n8n, index results in a vector store, serve answers with LangChain, and add MCP tools.
tutorialsSERP Scraping Guide 2026: Google + Bing Without an API
Learn SERP scraping in 2026: extract Google organic results, ads, local pack, and PAA data without an API, plus setup, parsing, storage, and compliance tips.