N
NewsAPI.ai
newsapi-ai
News Data
Comprehensive news API with entity extraction, sentiment analysis, and deep archive.
$149/mo
subscription
Free tier
2,000 articles/mo free
Data Coverage
Capabilities
1
News search2
Entity extraction3
Sentiment analysis4
Archive to 2014Sample Code
const response = await fetch('https://api.lastack.co/enrich', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
sources: ['newsapi-ai'],
domain: 'example.com'
})
});
const data = await response.json();