Scrape Google News Headlines in Real-Time Using the Google News API
Our Google news API allows you to scrape worldwide news and headlines from search result pages. Sign up for our free plan to get started.
Our Google news API allows you to scrape worldwide news and headlines from search result pages. Sign up for our free plan to get started.
Our Google news search API is the perfect tool for a countless number of use cases.
The following example should give you an idea about what you can achieve with our news search API. For further details, visit our Playground and our Documentation
Geotargeted searches enable you to scrape language specific news search results.
When you are interested in historical news, our date range filter comes in very handy.
One SERP can contain up to 100 search result pages. Pagination is supported allows you to get even more.
curl -X GET -G \
'https://app.zenserp.com/api/v2/search' \
-H "apikey: your-apikey" \
-d "q=Soccer" \
-d "tbm=nws" \
-d "search_engine=google.de" \
-d "hl=de" \
// Specify the hl & language parameter to get geotargeted results
curl -X GET -G \
'https://app.zenserp.com/api/v2/search' \
-H "apikey: your-apikey" \
-d "q=Soccer" \
-d "tbm=nws" \
-d "tbs=cdr:1,cd_min:1/1/2016,cd_max:12/31/2018" \
// The tbs parameter can be used to specify a custom date range.
curl -X GET -G \
'https://app.zenserp.com/api/v2/search' \
-H "apikey: your-apikey" \
-d "q=Soccer" \
-d "tbm=nws" \
-d "start=100" \
// start=100 returns news results 101-200
// Edit request in playground: https://app.zenserp.com/playground?tbm=nws
Our Google news API provides plenty of setting parameters and filters that allow you to refine your search. For further testing, please visit our Playground
{
"news_results": [
{
"title": "The Women Faced Off to Play Soccer. One Team Lost Because of Hair Dye.",
"link": "https://www.nytimes.com/2020/12/11/world/asia/china-soccer-hair-dye.html",
"date": "3 days ago",
"source": "The New York Times",
"description": "Forget skill, training or even luck. If you're a female soccer player in...",
"thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDR...",
"date_parsed": "2020-12-11T12:57:30+00:00"
},
{
"title": "Soccer-Chelsea's Lampard calls for patience with Havertz",
"link": "https://www.reuters.com/article/soccer-england-che-idUKKBN28O0A4",
"date": "8 hours ago",
"source": "Reuters UK",
"description": "Kai Havertz has struggled to live up to his 71 million ...",
"thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMD...",
"date_parsed": "2020-12-14T04:57:30+00:00"
}
]
}
Loading your response :)
An error occured!
We believe in fair pricing. Hence, we offer you 50 API requests per month for free. No strings attached!
Getting started is easy. We provide an extensive request builder, that converts your requests into production ready code snippets.
Zenserp can be used with any programming language, as data can be simply retrieved by any HTTP client.
To provide you with the best developer experience possible, we also created a Postman collection covering all of our endpoints, including plenty of examples.
Google news search features plenty of settings and filters. They are all available through zenserp.
Choose from a variety with different usage limits and features to match the size and scope of your project. All plans include real-time scraping capabilities and 24/7 customer support.
Contact us for a custom quote or view our high volume plan
Still have questions or need more information? Our team is here to help. Contact us today via phone, email, or live chat and we'll be more than happy to assist you in finding the perfect plan for your needs.
Customer Chat [email protected] or Fill a Contact Form