Back to Home
Get Started View Full Docs
Historical Archive
Access historical news data from 7 days to full archive for comprehensive analysis.
Overview
NewsMesh maintains a growing archive of news articles from hundreds of sources. Depending on your plan, you can access articles from the past 7 days up to our complete historical archive.
Historical data is perfect for trend analysis, research projects, media monitoring, and building datasets for machine learning applications.
Archive Depth by Plan
| Plan | History Access | Use Case |
|---|---|---|
| Free | 7 days | Testing and development |
| Starter | 7 days | Small apps, hobby projects |
| Pro | 6 months | Trend analysis, dashboards |
| Advanced | Full archive | Research, ML training data |
| Enterprise | Full archive | Large-scale analysis, bulk export |
How It Works
Your archive access automatically applies to all endpoints:
/latest- Returns articles within your history window/search- Date filters are bounded by your plan's access/article/{id}- Access any article you've previously retrieved
If you request data outside your plan's archive window, you'll receive only the articles within your allowed range.
Code Examples
Search within a date range:
$ curl "https://api.newsmesh.co/v1/search?q=climate&from=2025-06-01&to=2025-12-01&apiKey=YOUR_API_KEY"
Get latest from the past week:
$ curl "https://api.newsmesh.co/v1/latest?limit=25&apiKey=YOUR_API_KEY"
Paginate through historical results:
# First request $ curl "https://api.newsmesh.co/v1/search?q=election&from=2025-01-01&apiKey=YOUR_API_KEY" # Continue with cursor from response $ curl "https://api.newsmesh.co/v1/search?q=election&from=2025-01-01&cursor=eyJ...&apiKey=YOUR_API_KEY"
Common Use Cases
- Trend Analysis: Track how coverage of topics changes over time
- Research: Build datasets for academic or market research
- Media Monitoring: Monitor brand mentions across time periods
- ML Training: Create labeled datasets for NLP models
- Compliance: Maintain records of news coverage for auditing
Plan Comparison
| Feature | Free | Starter | Pro | Advanced |
|---|---|---|---|---|
| History access | 7 days | 7 days | 6 months | Full |
| Date range queries | ✓ | ✓ | ✓ | ✓ |
| Bulk export | — | — | — | ✓ |