The Google News API turns any keyword into structured Google News data: article titles, sources, links, snippets, and publication dates, returned as clean JSON. Use it for news monitoring, market research, and content aggregation, or wire it into an AI agent for live headlines. No Google Cloud key, no quotas, and no browser to babysit.
What you can control
Search by keyword with optional location, language, and Google domain targeting. Turn on safe search, exclude auto-corrected queries, and filter duplicate content. Google News returns about 10 articles per page; set max_pages to pull more, or 0 to page through everything available. Results come back as JSON, CSV, or Excel. Pricing is pay as you go: a small setup fee plus a per-page charge, with no subscription.
Example Tasks and Use Cases
Track Nvidia news headlines by keyword - pull every recent article on one company or ticker as structured JSON for a daily monitoring feed.
Get Google News results by keyword as JSON - the general workhorse: any phrase in, a clean array of articles out, ready to parse.
Monitor brand mentions in Google News for PR - track your company, product, or a competitor and get each article as a JSON row for a PR dashboard or alert.
Pull Google News headlines into Claude via MCP - run the API as a tool inside Claude and pull live headlines with sources by just asking.
Google News API for n8n workflows - drop it into an n8n automation as a community node or an HTTP call for scheduled monitoring.
Export Google News Results to CSV - run a search and get a flat file you can open in Excel or Google Sheets, no reshaping needed.
Works with MCP
The Actor runs over the hosted Apify MCP server, so AI clients like Claude and Cursor can call it as a tool. Ask "what are today's headlines about AI regulation, with sources and links?" and the agent returns structured rows, no scraping code. See all runnable examples on the Google News API examples page.
Keywords and Topics
google news api, google news scraper, news monitoring api, brand mention tracking, news data for AI agents, MCP news tool, google news to JSON, media monitoring API.
Built with