Search Google News by keyword, retrieve articles from seven predefined topic categories, and collect trending stories by country and language as structured JSON.
Use the same API key and credit balance across every ScrapeBadger API.
{
"title": "Example headline for a developing story",
"link": "https://news.example.com/story",
"source": {
"name": "Example Newsroom"
},
"published_at": "Wed, 12 Aug 2026 09:30:00 GMT"
}Choose an endpoint to see what it retrieves, which parameters it accepts, and the structured JSON your application receives.
x-api-key/v1/google/news/search7 creditsSearch Google News for articles related to a keyword, company, person, product, event, or phrase. Results can include headline, link, publisher metadata, snippet, publication time, thumbnail, and related stories.
q | required | Search query. |
hl | optional | Language code. Defaults to en . |
gl | optional | Country code. Defaults to US . |
max_results | optional | Maximum number of articles, 1 to 100. Defaults to 10 . |
curl --get \
'https://scrapebadger.com/v1/google/news/search' \
--data-urlencode 'q=artificial intelligence regulation' \
--data-urlencode 'hl=en' \
--data-urlencode 'gl=US' \
--data-urlencode 'max_results=25' \
--header 'x-api-key: YOUR_API_KEY'{
"articles": [
{
"title": "Example headline about AI policy",
"link": "https://news.example.com/ai-policy",
"snippet": "A short summary supplied with the Google News item.",
"source": {
"name": "Example Newsroom",
"url": "https://news.example.com",
"icon": "https://news.example.com/icon.png"
},
"published_at": "Wed, 12 Aug 2026 09:30:00 GMT",
"thumbnail": "https://news.example.com/thumbnail.jpg",
"related_stories": [
{
"title": "A related example headline",
"link": "https://another.example.com/related-story",
"source": "Another Example Publisher",
"published_at": "Wed, 12 Aug 2026 08:45:00 GMT"
}
]
}
],
"query": "artificial intelligence regulation",
"language": "en",
"country": "US"
}Run focused keyword searches for a company, executive, product, campaign, competitor, or industry term. Store the returned headlines, publishers, publication times, snippets, and related stories, then compare scheduled snapshots to identify newly surfaced coverage and route it into alerts or review queues.
Build category feeds for World, Business, Technology, Entertainment, Sports, Science, or Health. Localize the feed by country and language, then use the structured article data in internal dashboards, research workspaces, newsletters, or content-discovery tools.
Retrieve the stories Google News currently surfaces as trending for selected markets. Compare countries or languages, group related coverage, and give editorial, communications, or research teams a quick view of stories receiving broad attention.
Use article clusters and related stories to compare how multiple publishers cover the same subject. Combine keyword, topic, and trending feeds to discover relevant headlines, inspect source diversity, and build a structured starting point for deeper human analysis.
1,000 free credits · No credit card required
Use the same ScrapeBadger account, API key, and credit balance to combine Google News coverage with web results, search demand, video discovery, and financial market data.
Retrieve complete Google SERP data, including organic results and available news blocks, featured snippets, Knowledge Graph data, People Also Ask, AI Overviews, local packs, and related searches.
Explore the Google Web Search API →Measure interest over time and by region, retrieve related topics and queries, and monitor current search demand. Use Trends alongside News to distinguish editorial coverage from what people are actively searching for.
Explore the Google Trends API →Search Google's video index for relevant clips and publisher coverage. Add video results to a news-monitoring or research workflow when articles alone do not capture interviews, broadcasts, and visual reporting.
Explore the Google Videos API →Retrieve a current stock, index, cryptocurrency, or currency quote with available change data. Pair structured market quotes with business and financial headlines.
Explore the Google Finance API →Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.
99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.
Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.
RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.
Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.
Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.
Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.
Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.
Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.
Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.
Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.
See why developers choose ScrapeBadger for reliable, structured web data.
“We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.”
“The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.”
“Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.”
“Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.”
“We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.”
“The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.”
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.
Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.
Everything you need to know about the Google News API.
articles array. Every article includes a title, destination link, and source name. When Google News supplies the information, an article can also include a snippet, publication time, thumbnail, source URL, source icon, and related stories. Search responses also return the query, while topic responses return the selected topic; all responses include their language and country context.q value and returns articles related to that query. News by Topic requires one of seven predefined topic values and returns the corresponding category feed. Trending News requires neither a query nor a topic and returns stories currently surfaced in the Google News trending feed for the requested country and language.WORLD , BUSINESS , TECHNOLOGY , ENTERTAINMENT , SPORTS , SCIENCE , and HEALTH . The value must be sent through the topic parameter. For a narrower or different subject, use Search Google News with a free-text query.hl for language and gl for country. The defaults are en and US . These values select the Google News feed context for the request; they do not guarantee that every returned publisher or story originates in that country or uses only that language.max_results to request between 1 and 100 articles; the default is 10. The endpoint can return fewer articles when the selected feed does not contain the requested number. The current Google News documentation does not expose a pagination token, page number, date-range filter, or sort parameter for these three endpoints.X-Credits-Used response header. New accounts receive 1,000 free credits, which cover 142 successful Google News requests.Use 1,000 free credits to search Google News by keyword, retrieve seven topic feeds, and collect trending stories by country and language through three structured JSON endpoints.
No credit card required · Failed requests cost 0 credits
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.