12 Best Global News APIs in 2026

A comparison of the top news APIs, from GDELT's keyless global firehose to enterprise feeds like Webz.io and Perigon, evaluated on coverage, enrichment, historical depth and current pricing.

A news API delivers news as structured JSON, not a web page. You send a request that describes what you want: a keyword, a topic, a named source, a language, a country, a date range. The response is a list of articles, each carrying a headline, a summary or the full text, a publication date, the source name, an author, a link, and usually an image.

That output feeds on a lot of different products.

  • A media-monitoring dashboard watches for every mention of a brand across thousands of outlets.
  • A finance app shows the day’s headlines next to a stock chart.
  • An AI assistant pulls in the morning’s news before answering, so its replies aren’t stuck at the training cutoff.
  • A research team measures how an election was covered across 40 countries.

None of these read newspapers; they just call a news API on a schedule.

If you wish to build these tools yourself, you’ll have to crawl tens of thousands of sites, parse each layout, remove duplicates, tag entities and sentiment, translate from multiple languages, and keep all of it live around the clock. It is a permanent engineering cost and effort. A subscription, or in several cases a free tier, gives you the same feed through one news API key.

This guide compares the best news APIs, from keyless research databases to enterprise monitoring feeds, on coverage, enrichment, historical depth, and current pricing.

News APIs compared

ProviderBest forNotable featureStarting price
NewsAPI.orgSimple general-news integrationTwo endpoints, large client-library ecosystemFree (dev only), paid from $449/mo
NewsData.ioA free tier you can prototype on200 free credits a day, 206 countriesFree, paid from $199.99/mo
GNews APIGoogle News-style aggregationOwn low-latency index, MCP serverFree (non-commercial), paid from EUR 49.99/mo
MediastackCheapest self-serve entryCommercial use from the first paid tierFree, paid from $24.99/mo
Event RegistryEvent detection and NLP enrichmentGroups articles into real-world eventsFree (2,000 tokens), paid from $90/mo
Webz.ioWidest source coverage and RAGSemantic search returns ready-to-prompt passagesFree ($5 credits/mo), then pay-as-you-go
NewsCatcherEnterprise risk and compliance monitoringEntity resolution to the exact companyContact sales (7-day trial)
PerigonAI agents and real-time appsOfficial MCP server, story clusteringFree (150 req/mo), commercial from $24k/yr
GDELT ProjectFree global research firehose100+ languages, archive to 1979, no keyFree and open
The GuardianOne trusted publisher, full text freeFull article body on the free tierFree (non-commercial), commercial on usage
New York TimesHistorical news researchArticle archive back to 1851Free (non-commercial)
ContifyBusiness and competitive intelligenceNoise-filtered, business-event taggedContact sales (7-day trial)

NewsAPI.org

NewsAPI.org is one of the oldest general news APIs and still one of the most widely used. It exposes two endpoints: one searches the full article index, the other returns breaking headlines. Responses are clean JSON, and the client-library and tutorial ecosystem around it is large.

NewsAPI

Key Features

  • The /v2/everything endpoint searches roughly 150,000 sources by keyword, phrase, source, domain, language or date. Boolean AND, OR and NOT are supported.
  • The /v2/top-headlines endpoint filters live headlines by country, category or a named source set.
  • Each result carries the source, author, title, description, published date, URL and image URL.
  • Official client libraries cover Node.js, Python, Ruby, PHP, Java and C#.

Pros & Cons

PROS

A first request takes minutes, with copy-paste examples in six languages.
Every plan's price and quota is published outright, no sales call to see a number.
The Boolean query syntax is expressive enough for fairly precise monitoring.

CONS

The free key is for development and testing only, and the terms count internal tools as production use.
No plan below Enterprise returns the full article body; you get the URL and scrape it yourself.
There is nothing between the free key and the first paid tier, so the cost increase is steep.

Pricing

Annual billing takes 20 percent off the figures below.
– Developer: $0, 100 requests/day, articles on a 24-hour delay, last-month search window, for development and testing only
– Business: $449/month, 250,000 requests/month, real-time articles, 5-year search
– Advanced: $1,749/month, 2,000,000 requests/month, 99.95 percent uptime SLA
– Enterprise: custom quote, adds article enrichment, story clustering, and on-premise deployment

NewsData.io

NewsData.io offers a very large source and a free tier you can actually build a prototype against. It pulls from a base of 102,000 sources across 206 countries and 89 languages, with separate endpoints for latest news, an archive, crypto and market news, and a streaming feed.

NewsData

Key Features

  • The News Archive endpoint covers 2016 onward.
  • AI-generated tags and an article sentiment field are available on the higher plans.
  • A News Count endpoint returns volume trends over time without pulling every matching article.
  • An official MCP server lets an AI agent call the API as a tool.
  • Each archive call costs 5 credits regardless of how many articles it returns.

Pros & Cons

PROS

The free tier is large enough to build and test a real feature against without paying first.
Broad country and language coverage at a mid-market price.
One credit pool covers every endpoint, so you are not buying access per feature.
A streaming endpoint pushes new articles over a WebSocket, so you are not polling on a timer.

CONS

Free results are truncated, with no full article body.
The historical archive and full content are locked to paid plans.
One credit returns anywhere from 1 to 50 articles depending on the plan, so effective volume varies.

Pricing

Yearly billing takes 20 percent off.
– Free: 200 API credits/day, 12-hour delay, no archive, truncated text
– Basic: $199.99/month, 20,000 credits/month, 6 months history, full content, AI summaries
– Professional: $349.99/month, 50,000 credits/month, 2 years history, AI tags and sentiment
– Corporate: $1,299.99/month, 1,000,000 credits/month, 10 years history, 99.95 percent SLA

GNews API

GNews API keeps its surface small: one endpoint for search, one for top headlines ranked the way Google News ranks them. It indexes over 100 million articles from 80,000 sources across 41 languages and 71 countries into its own database, so queries faster than when being scraped on demand. Its user base passes 150,000 developers, and its trusted-by list includes universities such as ETH Zurich and Harvard.

GNews API

Key Features

  • Full article text is included on every paid plan, not held back for a higher tier.
  • Search accepts Boolean operators for combining and excluding terms.
  • Official SDKs cover JavaScript, TypeScript and PHP, alongside an MCP server for AI agents.
  • A separate free academic program grants API access for student projects and theses.

Pros & Cons

PROS

The tiny API surface makes it one of the fastest here.
The in-house index keeps latency low even at high request volume.
The academic access program is genuinely useful for a research build.

CONS

Pricing is published only in euros, so a US team carries currency conversion and FX drift.
The archive only starts in 2020, shorter than most paid options here.
You cannot yet filter results down to an individual named source.

Pricing

Prices are in euros; annual billing takes about 20 percent off. A 10-day trial covers the paid features.
– Free: EUR 0, 100 requests/day, 12-hour delay, non-commercial only
– Essential: EUR 49.99/month, 1,000 requests/day, real-time, full content
– Business: EUR 99.99/month, 5,000 requests/day
– Enterprise: EUR 249.99/month, 25,000 requests/day, premium support

Mediastack

Mediastack is the cheapest self-serve way into this category. It is an apilayer product covering roughly 7,500 sources across 50+ countries in 13 languages, and a single REST endpoint returns live or historical news as JSON.

Mediastack

Key Features

  • Commercial use and historical data are both available from the entry-level paid plan, not reserved for a higher tier.
  • A public status page tracks real uptime, not a target number.
  • Usage past the plan limit is billed per extra call instead of cutting the API off.

Pros & Cons

PROS

Paid plans are the lowest in this comparison.
One flat endpoint keeps the integration trivial.
Per-call overage means a traffic spike shows up on the bill, not as downtime.

CONS

It has the narrowest language coverage of any option here.
There is no article enrichment such as entities or sentiment, so post-processing is on you.

Pricing

Annual billing is up to about 15 percent cheaper.
– Free: $0, 100 calls/month, delayed data, no commercial use
– Standard: $24.99/month, 10,000 calls/month, live data
– Professional: $99.99/month, 50,000 calls/month
– Business: $249.99/month, 250,000 calls/month
– Enterprise: custom quote

Event Registry (NewsAPI.ai)

Event Registry goes past article retrieval into event detection. It groups every article reporting the same real-world development into one Event object, and tags each article with disambiguated entities, categories, and sentiment. Coverage spans 150,000 news outlets in more than 50 languages, on an index that starts in 2014. Bloomberg, IBM and the World Bank are listed as customers.

Event Registry NewsAPI

Key Features

  • Search by concept, not a keyword string, so the company Apple is separated from the fruit.
  • A separate Text Analytics API applies the same NLP to text you supply.
  • Access is by REST, a Python SDK, or a Node.js SDK, and an interactive sandbox generates working query code.

Pros & Cons

PROS

Event clustering removes most of the deduplication work a media monitor would otherwise build.
Concept and entity search cuts the false positives that come from name collisions.
A search can return aggregate views, like sentiment over time or the top sources, in the same call.

CONS

The token model is hard to estimate up front, since archive queries cost more tokens per year searched.
The enrichment depth is more than a plain headline feed needs.
The flat free allowance is smaller than NewsData.io's or Mediastack's.

Pricing

A recent article search costs one token; archive searches cost five tokens per year covered. Extra tokens past the cap are $0.015 each.
– Free: 2,000 tokens, one-off, no card
– Paid: from $90/month for 5,000 tokens, with larger token bundles above that
– Enterprise: custom quote for volume pricing and dedicated support

Webz.io

Webz.io comes from the enterprise web-data world. Its news feeds cover 3.5 million articles a day from 300,000 sites in over 170 languages, and its archive starts in 2008. It offers two APIs: a structured News API for filtering and monitoring and a News Search API that answers a plain-language query for retrieval pipelines. Media-monitoring platform Mention is named as a customer.

Webz.io

Key Features

  • Sibling endpoints extend coverage to blogs, forums, and reviews; a separate product covers dark-web sources.
  • Enrichment includes entity-level sentiment, fake-news and satire flags, and source-credibility signals.
  • Output is available as JSON or XML, with large-scale pagination for bulk pulls.

Pros & Cons

PROS

One of the widest source footprints available, including long-tail and non-English sites.
The News Search API gives back just the relevant excerpt of each article, which is what a RAG app needs to feed the model.
Relevance controls trim the volume of loosely-related hits.
Per-call rates are published, not hidden behind a quote.

CONS

The widest coverage and the dark-web data still need a high-volume contract.
Two overlapping APIs (news API and news search API) mean a design decision before you start.
History past a few years is a paid add-on.

Pricing

The free tier needs no card. Scale is pay-as-you-go with no minimum spend.
– Free: $5 worth of usage credits each month
– Scale: news feed calls $0.01 each plus $0.005 per returned article; the semantic Search API $0.001 per call plus $0.0005 per result
– High Volume: custom contract with bulk discounts and custom sources

NewsCatcher

NewsCatcher is aimed at risk, compliance, and market intelligence teams that need clean company and topic coverage, not a raw firehose. Its News API delivers structured, enriched articles from 140,000 sources, with over seven years of history and full article text. Onboarding is sales-led: every plan starts with a demo.

NewsCatcher

Key Features

  • Entity resolution ties each article to the exact company or person you track, not a bare name match.
  • A localized-news layer surfaces city- and region-level coverage.
  • A companion Watchlist and Monitors add-on checks scheduled queries automatically.
  • SOC 2 Type II, ISO, and GDPR compliance are in place for enterprise procurement.

Pros & Cons

PROS

Entity resolution removes the false positives that break company-name monitoring.
The compliance certifications clear enterprise security review.
A free trial on every plan lets you test before the sales process.

CONS

News API pricing is not published, so budgeting needs a call.
The self-serve, publicly priced tiers are a separate web-search product, not this feed.
It is more than a hobby project or a simple aggregator needs.

Pricing

The News API is quote-only, with a 7-day free trial on every plan and production access on the Enterprise tier.

NewsCatcher’s Catch All web-search API starts at $50/month if you only need on-demand web search, not a structured news feed.

Perigon

Perigon focuses on developers and AI agents. It monitors 230,000 sources, clusters articles into stories, and resolves the companies, people, and journalists each article names. The average gap from publication to API availability is about six minutes.

Key Features

  • An official MCP server lets you use the API via Claude, Cursor, or any MCP client with no SDK.
  • Vector search matches articles by meaning, not by exact keywords.
  • Dedicated endpoints cover companies, people, sources, and journalists.
  • Free tools build and classify Boolean queries before you write code.

Pros & Cons

PROS

The MCP server makes it one of the fastest options connect it to an AI agent.
Story clustering and entity data are standard, not paid add-ons.
The free tier gives full endpoint access for testing.

CONS

Standard commercial licensing starts in the five figures a year, far above the REST-first APIs here.
The Basic and Plus plans require qualifying as a startup, so most companies land on the custom Commercial tier.
Historical depth on the self-serve plans is shallow, from three months on the free tier to three years on Plus.

Pricing

Annual billing saves 10 percent.
– Free: $0, 150 requests/month, personal use, all endpoints
– Basic: $250/month, 10,000 requests/month, priced for eligible startups
– Plus: $550/month, 50,000 requests/month, priced for eligible startups
– Commercial: custom, from about $24,000/year, full commercial license, over ten years of history and an SLA

GDELT Project

GDELT is not a commercial product. It monitors news in over 100 languages from every country, updates every 15 minutes, and makes the entire database free and open. Its archive of coded events starts on 1 January 1979.

Key Features

  • The keyless DOC 2.0 API searches the full text of a rolling window of global coverage and returns article lists, timelines, and tone charts as JSON.
  • The full dataset is queryable in Google BigQuery with standard SQL.
  • Real-time machine translation covers 65 languages into English.
  • The Global Knowledge Graph tags people, organizations, themes, and more than 2,200 emotions per article.

Pros & Cons

PROS

No key, no account, and no bill, even at research scale.
Language and country coverage that no commercial vendor here matches.
BigQuery access suits heavy historical analysis without moving terabytes of files.

CONS

Output is coded events and metadata, not clean article objects, so there is a learning curve.
There is no support, no SLA, and no uptime guarantee.
Article text itself is not redistributed, only links and analysis.

Pricing

Free and open, with no account required.
– Access the raw data files directly, the keyless DOC 2.0 API, the browser-based GDELT Analysis Service, or the full dataset in Google BigQuery
– BigQuery query costs are billed by Google, not by GDELT

The Guardian Open Platform

The Guardian Open Platform gives programmatic access to everything the paper has published since 1999, more than 1.9 million pieces, filed by section and topic. A free developer key covers non-commercial use; commercial use is priced on how much you consume.

Key Features

  • Content is filed against a large tag taxonomy, so filtering to one topic or news desk is precise.
  • An in-browser query builder previews requests and responses before you write code.

Pros & Cons

PROS

You get the full article body, not only the headline and abstract.
Single-source data needs no credibility scoring or spam filtering.
JSON and XML output on a documented, long-stable schema.

CONS

It is one publication, so it supplements a broader feed, not a replacement for one.
The daily call ceiling on the free key rules out high-traffic apps.

Pricing

Commercial licensing terms are negotiated case by case.
– Developer key: free for non-commercial use, up to 500 calls/day and 1 call/second
– Commercial key: custom throttle and quota priced on usage, adds images, audio, video and rights for republishing and AI training

The New York Times APIs

The New York Times publishes a set of free read APIs over its own content. The best known is the Archive API, which returns metadata for every article published in a given month going back to 1851. Article Search, Top Stories, Most Popular, Books and RSS feeds round out the set.

nytimes

Key Features

  • Each article carries rich metadata, including byline, section, keywords, and references to multimedia.
  • One registered app key works across every API in the set.
  • The Article Search API supports filtering by date, section, and news desk.

Pros & Cons

PROS

Free, with same-day registration and no card.
The month-by-month archive is unmatched for historical research.
A single, well-documented API set that has barely changed in years.

CONS

The terms of use bar commercial projects, which rules it out for anything revenue-generating.
Per-API limits of a few hundred calls a day suit research, not production traffic.
It is one US publisher, so not a global news source on its own.

Pricing

Register an app for a key.
– Free: every API allows 500 requests per day and 5 requests per minute

Contify

Contify is a market- and competitive-intelligence platform whose Business News API delivers only business-relevant coverage: companies, industries, funding, regulation, and leadership moves. It draws on more than a million curated sources across 190-plus countries and auto-translates 117 languages into English. Lenovo and LexisNexis use it.

Key Features

  • A pipeline of NLP, machine learning, and human review filters out non-business noise before delivery.
  • Every story is tagged with companies, people, locations, sentiment, and more than 50 business-event types.
  • AI-generated bullet-point highlights summarize each story.
  • You can add your own sources and custom tags at no extra cost.
  • Delivery is by REST or webhook, with 15 or more metadata fields per story.

Pros & Cons

PROS

Much less irrelevant content to discard than a general news feed produces.
Coverage extends to regulatory portals and regional-language outlets that a mainstream news API omits.
Recognized as a Visionary in Gartner's 2026 Magic Quadrant for competitive and market intelligence platforms.

CONS

The scope is business-only by design, so it is no use for general or breaking news.
Pricing is quote-only with no public entry point.
It carries a heavier enrichment stack than a simple headline feed needs.

Pricing

Contact sales for pricing; a 7-day free trial is available.
– Sold as an enterprise subscription with a 99.9 percent uptime SLA, SOC 2, ISO 27001 and GDPR compliance

How to choose

If you are looking for something free, these 3 are free in a way you can ship on: GDELT has no key or cost at all, and the Guardian and the New York Times give away full access for non-commercial use.

GNews and NewsAPI.org restrict their free keys to development, so a deployed product needs a paid plan from day one. NewsData.io and Mediastack land in between, with free tiers you can prototype against but will outgrow quickly.

Read the license before the price. The free tiers on GNews, NewsAPI.org, Perigon, The Guardian, and NYT are all non-commercial, and the definition can be strict: NewsAPI.org counts internal tools as production. If you are building anything that generates revenue, the real entry cost is the first paid tier, so compare those columns, not the free ones.

Decide how much processing you want to inherit. NewsAPI.org, GNews and Mediastack hand back clean articles and leave entities, sentiment, and deduplication to you. Event Registry, Perigon, Webz.io, NewsCatcher and Contify do that work upstream and charge for it. For a language model or an agent, enrichment plus an MCP server, which Perigon, GNews, NewsData.io and Event Registry all publish, saves the most integration time.

Match the archive to the job. A live feed needs days of history; trend analysis needs years, and only NewsData.io, Webz.io, Event Registry, Perigon and GDELT reach that far without a custom contract. If one respected outlet is all you need, the Guardian or NYT is simpler than filtering a global aggregator down to it. And check how you buy: NewsCatcher and Contify are sales-led, while everything else starts with a form and a card.

Frequently Asked Questions

Is there a completely free news API?

Yes. GDELT is free and open with no key or account, covering global news in over 100 languages. The Guardian and the New York Times both give away full API access for non-commercial projects. NewsData.io and Mediastack have permanent free tiers, though the quotas are small and the data is delayed. GNews and NewsAPI.org also have free keys, but only for development and testing, not for a live product.

What happened to the Google News API and the Bing News API?

Google shut down its official News API in 2011 and never replaced it. Microsoft retired the Bing Search APIs, including Bing News Search, on 11 August 2025; the endpoints now return an error, and the only successor is a search tool inside Azure AI Foundry rather than a standalone API. For a direct replacement, GNews, NewsData.io, Mediastack or Event Registry cover the same ground.

Can I use a free-tier news API in a commercial product?

Often not. The free keys from GNews, NewsAPI.org and Perigon are for development only, and the Guardian and NYT free tiers are non-commercial. NewsData.io and Mediastack do allow it, but their free quotas are small enough that a real product needs a paid plan quickly. Always read the terms, since internal use sometimes counts as commercial.

Which news API works best for an AI or LLM application?

Look for two things: enrichment that structures each article, and an MCP server so an agent can call the API as a tool. Perigon, GNews, NewsData.io and Event Registry all publish MCP servers. Webz.io’s News Search API returns the most relevant passage of each article, which is convenient for retrieval-augmented generation. GDELT is the free option if you can work with its event-coded format.

Is there an API just for technology news?

The Hacker News API is free, needs no key, and covers the Y Combinator tech community, though it is one forum and not a broad source base. For wider technology coverage, most general APIs here let you filter by a technology category or a set of tech publications, which gives you a similar feed from many more outlets.

Thanks to Our Partners

Geekflare Guides

© 2026 Geekflare. All rights reserved. Geekflare® is a registered trademark.

All Systems Operational →