GN Feeds is a powerful API that can help developers keep up with the latest news from around the world. With the API, developers can easily access and retrieve news from Google News for any of the top 47 categories. This includes topics such as Headlines, U.S., World, Business > Economy, Technology > Mobile, and Entertainment > Latest.
The API allows developers to access the latest news and headlines from Google News in an easy-to-use format. It is designed to be highly performant and reliable, so developers can be sure that they are getting the most up-to-date news.
To access the API, developers will need to create a token. This token is used to authenticate the developer and ensure that only authorized users are able to access the API. Once the token is created, developers will be able to access the API and customize their results according to the parameters they set.
The API offers access to Google News "coverages," a feed-in-a-feed. Google News Full Coverage is a feature that provides an overview of news stories related to a given event. It aggregates stories from a variety of news sources and provides a comprehensive look at the latest news on the event.
Here you will find examples on how to use Curl to interact with the GN Feeds API. It does also show you the categories that we support.
            
                curl -H 'Authorization: Bearer <API_TOKEN>' https://gnfeeds.com/api/feed/en-us-headlines
            
        
https://gnfeeds.com/api/feed/<feed-id>
                                            
...
{
"title": "How To Shelter From a Nuclear Explosion - SciTechDaily",
"link": "https://scitechdaily.com/how-to-shelter-from-a-nuclear-explosion/",
"pubDate": "Sat, 04 Feb 2023 05:34:32 GMT",
"source": "SciTechDaily"
},
{
"title": "Astronomers Studied More Than 5000 Black Holes to Figure Out Why They Twinkle - ScienceAlert",
"link": "https://www.sciencealert.com/astronomers-studied-more-than-5000-black-holes-to-figure-out-why-they-twinkle",
"pubDate": "Fri, 03 Feb 2023 21:00:48 GMT",
"source": "ScienceAlert",
"coverage": "0cf2a30fe880c97b1b87048ed50d8163af55fc07"
},
...
https://gnfeeds.com/api/coverage/<coverage-id>
                                            
...
{ "link": "https://www.firstcoastnews.com/article/news/crime/man-charged-in-connection-to-deadly-st-augustine-shooting/77-61455eee-ac28-46af-91b9-c34cf5a02069",
"source": "FirstCoastNews.com WTLV-WJXX",
"title": "Man charged in connection to deadly St. Augustine shooting",
"pubDate": "2023-02-03T01:22:00Z"
},
{
"link": "https://www.firstcoastnews.com/article/news/crime/witness-remembers-hearing-shouting-gunshots-before-seeing-man-dead-in-st-augustine-alley/77-a8247bf6-b23f-4191-9dfc-2d095ecda69c",
"source": "FirstCoastNews.com WTLV-WJXX",
"title": "Witness remembers hearing shouting, gunshots before seeing man dead in St. Augustine alley",
"pubDate": "2023-02-03T01:44:00Z"
},
...
Basic plan
$ 14.99 /month
  • unlimited API calls
  • no uptime SLA
  • email support
  • Google News coverage support
  • Custom categories
Choose plan
Premium plan
$ 29.99 /month
  • unlimited API calls
  • 99.98% uptime SLA
  • 24×7 email support
  • Google News coverage support
  • Custom categories
Choose plan
Enterprise plan
Let's talk
  • unlimited API calls
  • 99.98% uptime SLA
  • 24×7 email support
  • Google News coverage support
  • Custom categories
Contact us
Free access!
Register and create your first token. Access to the feed Science > Latest is FREE!
                                        curl -H 'Authorization: Bearer <API_TOKEN>' https://gnfeeds.com/api/feed/en-us-science-latest
                                    
© GN Feeds