Back to Home

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

PlanHistory AccessUse Case
Free7 daysTesting and development
Starter7 daysSmall apps, hobby projects
Pro6 monthsTrend analysis, dashboards
AdvancedFull archiveResearch, ML training data
EnterpriseFull archiveLarge-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

FeatureFreeStarterProAdvanced
History access7 days7 days6 monthsFull
Date range queries
Bulk export
Get Started View Full Docs