Search news articles from thousands of sources worldwide. Returns article title, URL, snippet, author, source, and publication date. Supports filtering by time period, source, country, and language.
curl "https://apidirect.io/v1/news/articles?query=artificial%20intelligence&limit=10&time_published=1d&country=us&language=en" \
-H "X-API-Key: YOUR_API_KEY"
{
"articles": [
{
"title": "New AI Breakthrough Changes the Industry",
"url": "https://example.com/article/ai-breakthrough",
"snippet": "Researchers have announced a major advancement in artificial intelligence...",
"photo_url": "https://example.com/images/ai-photo.jpg",
"thumbnail_url": "https://example.com/images/ai-thumb.jpg",
"published_datetime_utc": "2025-01-15 14:30:00",
"authors": ["Jane Smith", "John Doe"],
"source_url": "https://example.com",
"source_name": "Example News",
"source_favicon_url": "https://example.com/favicon.ico",
"domain": "example.com"
}
],
"limit": 10,
"count": 1
}
The News Articles API provides near real-time data. Use the time_published parameter to filter by recency: 1h for the last hour, 1d for the last day, 7d for the last week, 1m for the last month, or 1y for the last year.
Yes, use the source parameter to filter results to a specific news source domain (e.g., source=bbc.com). This is useful for monitoring coverage from a particular publisher.
The API supports dozens of countries and languages. Use standard 2-letter ISO codes for the country parameter (e.g., us, gb, de) and language parameter (e.g., en, es, fr).
You can request up to 100 results per request using the limit parameter. The default is 10 results if no limit is specified.
You only pay for successful requests. The News Articles API costs $0.008 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key