The Best Real-Time News API for Developers
Search real-time articles from 80,000+ trusted sources across 41 languages and 71 countries, and tap into years of historical news going back to 2020, all delivered in clean JSON that is ready to use. Build news monitoring, aggregation, and analytics features in minutes, not weeks.
Start on the free tier instantly, no credit card needed.
Try GNews API
{
"totalArticles": 89236,
"articles": [
{
"id": "30b341e1cf5732a4d2dad6d9bb2d71a6",
"title": "Buffett says AI giants are 'playing a game they don't want to play' to compete in the AI race",
"description": "Buffett’s remarks helped push Google co-founder Larry Page’s net worth above $300 billion as he predicts Google dominating the AI race.",
"content": "“The real question with Google and all of its competitors now, because they’re all laying out hundreds of billions, and… that’s real money,” Warren Buffett told CNBC. “That’s the game they’re playing now. They weren’t playing that game with computer ... [2790 chars]",
"url": "https://fortune.com/2026/07/16/warren-buffett-google-berkshire-ai-race/",
"image": "https://fortune.com/img-assets/wp-content/uploads/2026/07/GettyImages-1541106661-e1784228586417.jpg?resize=1200,600",
"publishedAt": "2026-07-16T19:19:41Z",
"lang": "en",
"source": {
"id": "02bfab6ed0cea51c8a0eb8e58d8caef7",
"name": "Fortune",
"url": "https://fortune.com",
"country": "us"
}
},
{
"id": "654390d619e9d315e0de43bf5aa96e3e",
"title": "Google workers are delivering a petition to top execs pushing for job security protections.",
"description": "The petition, signed by more than 4,500 workers, calls for protections like guaranteed severance and offers of voluntary buyouts before the company does layoffs. You can read it on the Alphabet Workers Union website.\nThe petition will be delivered on Thursday to CEO Sundar Pichai and the heads of Google Cloud, platforms and devices, and Google Search.\n[Link: Googlers for Job Security | https://www.alphabetworkersunion.org/campaigns/job-security | Alphabet Workers Union-CWA]",
"content": "J\nExternal Link\nGoogle workers are delivering a petition to top execs pushing for job security protections.\nThe petition, signed by more than 4,500 workers, calls for protections like guaranteed severance and offers of voluntary buyouts before the co... [704 chars]",
"url": "https://www.theverge.com/tech/966598/google-workers-are-delivering-a-petition-to-top-execs-pushing-for-job-security-protections",
"image": "https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/verge-placeholder_f212b3.png?quality=90&strip=all&crop=0,0.13712291199202,100,99.725754176016",
"publishedAt": "2026-07-16T19:00:00Z",
"lang": "en",
"source": {
"id": "cb749b89c7dc92dc2d517a49bb9a43ab",
"name": "The Verge",
"url": "https://www.theverge.com",
"country": "us"
}
},
{
"id": "60af7150176d8c77cb942317620f2f55",
"title": "You can now link your favorite apps to AI Mode in Google Search to get things done",
"description": "Google Search's AI Mode can now connect to apps like Instacart, Canva, and YouTube Music to complete tasks for you.",
"content": "Google is making AI Mode in Search more useful by letting you connect third-party apps. Starting this week in the US, you can securely connect some of your go-to apps directly to AI Mode, letting Search actually complete tasks for you instead of just... [1586 chars]",
"url": "https://www.digitaltrends.com/computing/you-can-now-link-your-favorite-apps-to-ai-mode-in-google-search-to-get-things-done/",
"image": "https://www.digitaltrends.com/tachyon/2026/07/google-search-ai-mode-connect-apps.jpg?resize=1200%2C630",
"publishedAt": "2026-07-16T18:59:51Z",
"lang": "en",
"source": {
"id": "a11116890ae17f53bebab1bc67660326",
"name": "Digital Trends",
"url": "https://www.digitaltrends.com",
"country": "us"
}
}
]
}
* Search results are in English and US sources only. For other languages/regions, see documentation at docs.gnews.io.
Trusted by more than 150,000 developers, including at
Easy-to-use
Clear, comprehensive documentation walks you through every endpoint, with copy-paste examples that get you to your first request in minutes.
Start for free
Build and test your applications at no cost during development. When you're ready to deploy to production, you can activate your subscription in minutes.
Fast, accurate responses
Every article is indexed in our own database, so queries return in milliseconds with results ranked for relevance, never scraped on demand.
Built for scale
Live coverage that keeps growing every day in 2026.
Articles indexed
100M+
News sources
80,000+
Languages
41
Live updates
24/7
Countries
71
Years of history
6+
From request to
response in seconds
Make your first call with a single GET request and get back clean JSON you can drop straight into your app. GNews API gives you two endpoints.
Query the entire archive by keyword, with filters for language, country, and date range. Best for monitoring and research.
const url = "https://gnews.io/api/v4/search?q=Apple&lang=en&apikey=API_KEY"; const res = await fetch(url); const data = await res.json(); console.log(data.articles);
{
"totalArticles": 54231,
"articles": [
{
"id": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"title": "Apple unveils the iPhone 17 lineup at its fall event",
"description": "The company showed new models, a faster chip, and camera upgrades.",
"content": "Apple introduced its new iPhone lineup on Tuesday at its annual fall event, led by a faster chip and upgraded cameras across the range. Preorders open this week and devices ship later this... [1654 chars]",
"url": "https://www.theverge.com/apple-iphone-17",
"image": "https://cdn.example.com/iphone-17.jpg",
"publishedAt": "2026-06-28T12:00:00Z",
"lang": "en",
"source": {
"id": "f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6",
"name": "The Verge",
"url": "https://www.theverge.com",
"country": "us"
}
}
]
}
All the world's news, one API
Access a global news database with live updates and extensive historical archives to power your business applications and use cases. It is the news data infrastructure thousands of developers rely on in 2026.
Response performance
Low response time is a core priority. We continuously tune our infrastructure to keep latency minimal on every request, at any scale.
Easy integration
Retrieve API results in JSON format through standard HTTP GET requests from any programming language. Integration is straightforward: send a request, receive results, parse the JSON response, and implement the data in your application.
Having trouble integrating the API? Contact us
Libraries, SDKs & MCP Server
Launch your applications faster with our official SDKs for JavaScript, TypeScript, PHP, and more. Our MCP server brings real-time news directly into your AI agents, and ready-to-use examples get you up and running in minutes.
Missing Sources?
Help us expand our global news coverage. If you know of a reliable news website that isn't yet included in the GNews API, we welcome your suggestions. Community contributions help us maintain a diverse, accurate, and up-to-date news database.
Student Access
Are you a student working on a project or thesis? We offer free access to the GNews API for academic use. Submit your request and get started with real-world news data for your project or thesis.
Advanced Request Options
Build precise queries with logical search operators, then refine every request with a wide range of optional parameters.
Search operators
Perform advanced searches using search operators such as AND, OR, and NOT to combine, separate, and exclude keywords.
Go to documentation
Access full content
Go beyond headlines and snippets and retrieve the full text of each article. Full content comes standard on every paid plan, ideal for analysis, summarization, and AI pipelines.
View plansIntegrate GNews API in minutes
GNews API fits seamlessly into your development workflow. With official libraries and easy-to-follow examples, you can start fetching news data in your favorite language with just a few lines of code.
Media monitoring
Track coverage of any topic, company, or person across thousands of outlets as stories break.
Brand and reputation tracking
See what the press is saying about your brand and respond quickly to emerging narratives.
Financial and market research
Feed live and historical headlines into trading signals, risk models, and market analysis.
AI, LLMs, and RAG
Ground your models and agents in fresh, factual news for retrieval and summarization.
News aggregation apps
Build readers, newsletters, and dashboards on a single global news feed.
Academic research
Study media trends and narratives with years of structured, searchable archives.
Start in three
simple steps
Go to documentation
Create your free account
Sign up in under a minute. No credit card needed to start on the free tier.
Grab your API key
Your key is ready in the dashboard the moment you sign in.
Make your first request
Send a single GET request and get clean JSON back, ready for your app.
Find the Right Plan
for Your Needs
Free
€0
For development and testing purposes
-
100 requests per day
-
Up to 10 articles returned per request
-
12-hour delay
-
30 days historical data
-
CORS enabled for localhost
-
Access to all sources
Essential
€49.99/month
For production and published commercial projects
-
1,000 requests per day
-
Up to 25 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Email support
-
Full content
Business
€99.99/month
For larger projects that require more resources
-
5,000 requests per day
-
Up to 50 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Email support
-
Full content
Enterprise
€249.99/month
For enterprise projects that require exceptional resources
-
25,000 requests per day
-
Up to 100 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Premium email support
-
Full content
We'll create a custom plan designed around your specific requirements. Starting with the Enterprise plan as a foundation, you can customize:
-
Number of requests per day
-
Number of articles returned per request
-
Your support level
-
Request additional features
FAQ
Ready to build
with the best news API?
Get your free API key and make your first request in minutes.