Skip to content
View newsdataapi's full-sized avatar

Block or report newsdataapi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
newsdataapi/README.md

Newsdata.io logo

Newsdata.io

Real-time, historical, crypto, and market news as a developer API.

WebsiteDocumentationFree API keyOpenAPI

What we ship

The Newsdata.io News API aggregates articles from thousands of publishers across 200+ countries and 75+ languages, exposing real-time, historical, crypto, and market coverage as a single REST endpoint — with consistent schema, language detection, AI tagging, sentiment scoring, and full-text search.

These repos are the official open-source clients that make calling the API easy from your stack of choice.

Official client libraries

Same retry / pagination / parameter-validation / typed-error story across every language.

Language / RuntimeRepoPackage
Pythonpython-clientnewsdataapi on PyPI
Node.jsnewsdata-nodejs-clientnewsdata-nodejs-client on npm
React (hooks)newsdata-reactjs-clientnewsdataapi on npm
PHPphp-clientnewsdataio/newsdataapi on Packagist
Javanewsdata-java-sdkio.newsdata:newsdataapi on Maven Central
.NETnewsdata-dotnet-sdkNewsdata.Api on NuGet
Gonewsdata-go-clientpkg.go.dev
Dart / Flutternewsdata-flutter-clientnewsdataapi on pub.dev

For AI assistants

ToolRepoDistribution
MCP Server — use Newsdata.io from Claude Desktop, Claude Code, Cursor, Zed, Cline, VS Code Copilot, Windsurf, ChatGPT, and any MCP-compatible clientnewsdata.io-mcpnewsdata-mcp on PyPIuvx newsdata-mcp

Free datasets

newsdata.io-free-datasets — curated news datasets in CSV / JSON for ML, NLP, and sentiment analysis. Categories: business, sports, entertainment, health, science & tech, world politics, COVID-19, Ukraine, and more. Released under CC BY 4.0 with rich metadata and AI-extracted annotations (tag, region, org, sentiment) — skip the preprocessing and get straight to your model.

Quickstart

pip install newsdataapi
fromnewsdataapiimportNewsDataApiClientwithNewsDataApiClient("YOUR_API_KEY") asclient:
response=client.latest_api(q="bitcoin", country="us", language="en")
forarticleinresponse["results"]:
print(article["title"], "-", article["link"])

Pick a different language from the table above for the equivalent quickstart in JS, PHP, Java, .NET, Go, or Dart/Flutter.

Links

Pinned Loading

  1. newsdata.io-mcpnewsdata.io-mcpPublic

    Official MCP server for the Newsdata.io News API — real-time, historical, crypto, and market news as tools for Claude Desktop, Cursor, Zed, Cline, and any MCP-compatible AI assistant.

    Python

  2. python-clientpython-clientPublic

    Official Python client (SDK) for the Newsdata.io News API — fetch real-time, historical, crypto, and stock-market news via REST, with validation, retries, pagination, and typed exceptions.

    Python 16 3

  3. php-clientphp-clientPublic

    PHP client library (SDK) for the Newsdata.io News API - fetch real-time, historical, crypto, and stock market news in PHP via simple REST API calls, with built-in parameter validation, retries, and…

    PHP 2

  4. newsdata-nodejs-clientnewsdata-nodejs-clientPublic

    Official Node.js client (SDK) for the Newsdata.io News API — fetch real-time, historical, crypto, and stock-market news via REST with validation, retries, pagination, and typed errors

    JavaScript

  5. newsdata-reactjs-clientnewsdata-reactjs-clientPublic

    Official React hooks SDK for the Newsdata.io News API — useLatestNews, useCryptoNews, useMarketNews & more with validation, retries, and typed errors.

    JavaScript

  6. newsdata-java-sdknewsdata-java-sdkPublic

    Official Java SDK for the Newsdata.io News API — typed methods for real-time, historical, crypto, and market news with validation, retries, and typed errors.

    Java