Google News Scraper API
Track who's covering your keywords, in every market.
News coverage drives both classic SEO authority and AI-answer citations — LLMs lean heavily on news sources for fresh topics. llmdata queries real regional Google News editions and returns headlines, publishers, timestamps and links as parsed JSON, so you can monitor coverage the way you monitor rankings.
Try 500 credits free →curl -X POST https://api.llmdata.dev/v1/monitor/google-news \
-H "Authorization: Bearer $LLMDATA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "electric vehicle subsidies",
"country": "DE"
}'{
"success": true,
"result": {
"articles": [
{
"title": "...",
"publisher": "...",
"url": "https://...",
"publishedAt": "2026-08-29T14:02:00Z",
"position": 1
}
]
}
}What you get in every response
Ranked news results with title, publisher, URL and timestamp.
The outlet behind each story — build coverage share-of-voice.
Publication timestamps for freshness analysis.
What teams build with the Google News endpoint
PR monitoring
Track brand and competitor coverage per market without a media-monitoring subscription.
Citation-source discovery
Find the outlets that dominate news results in your niche — the same outlets AI answers tend to cite.
Trend detection
Poll topic keywords on a schedule and alert when coverage volume spikes.
Google News scraping FAQ
Which editions are supported?
Pass any country code and we query that regional Google News edition in its default language.
Can I get full article text?
We return the News result data (headline, publisher, link, time). Full-article extraction from the target URL is on the roadmap.
How fresh is the data?
Requests run live — you see what Google News shows at call time in that region.
Related endpoints
Try the best SEO and AI SEO scraper
Monitor your brand and your competitors, at global scale and with the best performance.
No credit card required.