Global News Data API
2,710 sources • 217 countries • AI embeddings included
Access worldwide news via REST API. Perfect for LLM apps, aggregators, market intelligence, and research.
Simple as Hello World
Get latest news in 3 lines of code
curl https://api.talia.com/v1/news \
-H "X-API-Key: your_api_key" \
-G -d "country=US" -d "limit=10"
# Response
{
"success": true,
"count": 10,
"data": [
{
"id": "507f1f77bcf86cd799439011",
"title": "OpenAI announces GPT-5",
"description": "Breakthrough in AI...",
"url": "https://techcrunch.com/...",
"published_at": "2026-02-09T10:30:00Z",
"source": "TechCrunch",
"country": "US",
"language": "en"
}
]
}Why choose TALIA API
Global Coverage
Access 2,710 news sources from 217 countries. Updated every 15 minutes via our Python crawler.
AI Semantic Search
OpenAI embeddings included. Cosine similarity search. Perfect for RAG and LLM applications.
Simple Authentication
Single API key via X-API-Key header. Transparent rate limiting. No hidden quotas.
Scalable
From 10k calls/month to unlimited. Auto-scalable MongoDB Atlas infrastructure.
Advanced Filters
Filter by country, language, category, date. Full-text AND semantic search.
Production Ready
Complete Swagger documentation. Examples in cURL, Python, JavaScript. Dedicated support.
How it works
Create an account
Sign up for free on talia.com. Access your dashboard.
Generate API key
In your dashboard, go to 'API' and generate your key in 1 click.
Make your first call
Copy the key, add it to X-API-Key header and start querying the API.
Use Cases
LLM Applications
Feed your AI chatbot with up-to-date news. Verifiable citations for RAG.
Examples: Perplexity, You.com, ChatGPT Plugins
News Aggregators
Build your own Google News with our API. Customize sources and categories.
Examples: News apps, RSS readers, custom alerts
Market Intelligence
Track competitors, markets, trends. Sentiment analysis on financial news.
Examples: Hedge funds, consulting firms, VCs
Academic Research
Analyze millions of articles. Complete dataset with embeddings for NLP/ML.
Examples: Universities, think tanks, fact-checkers
Frequently Asked Questions
How do I get an API key?
Create an account on talia.com, go to your dashboard → API section → click 'Generate key'. The key is shown only once, copy it immediately.
How fresh is the data?
Our data is updated every 15 minutes by our Python crawler. You access articles published at most 15 minutes ago.
Can I test for free?
Yes! Create an account and generate an API key. You can make a few test calls for free before subscribing to a paid plan.
How does semantic search work?
We use OpenAI embeddings (1536-dimensional vectors) for each article. Your query is also transformed into an embedding, then we calculate cosine similarity to find the most relevant articles.
What's the difference with NewsAPI or GDELT?
NewsAPI has 150 sources (US/UK only), GDELT is free but complex to use. TALIA offers 2,710 sources from 217 countries with a simple API, semantic search included, and responsive support.
Can I resell the data?
No, the data is for your internal use only. If you want to redistribute, contact us for an Enterprise partnership.