News · head-to-head
NewsData vs Trove
newsdata.io bundles breaking, crypto, and market-news search behind a credit-based JSON API: the free plan grants 200 credits/day at 10 articles per credit, with articles delayed 12 hours. Paid tiers unlock same-day delivery, multi-year historical archives, AI-generated tags and summaries, and sentiment scoring. Every plan authenticates with a single apikey query parameter.
Trove is the National Library of Australia's aggregated search across newspapers, books, images, maps, and other cultural-heritage records spanning well over a century. Its REST API returns XML by default with JSON available via an encoding parameter, and moved from v2 to a mandatory v3 in September 2024 after the older version was discontinued. A free API key is required, issued instantly through a Trove account for non-commercial use.
| NewsData | Trove | |
|---|---|---|
| Authentication | API Key | API Key |
| Pricing | freemium | free |
| Formats | JSON | XML, JSON |
| CORS | yes | no |
| HTTPS | Yes | Yes |
NewsData supports CORS, while Trove doesn't — pick NewsData for direct browser calls.