Skip to main content
Lava’s first-party news aggregation API indexing articles from 8 major publications: NYT, WSJ, TechCrunch, Financial Times, The Economist, Business Insider, Motley Fool, and Business Journals. Returns headlines, summaries, tags, original URLs, archive.ph links, and an isPaywalled flag per article so agents can route between direct and archive links. Best for AI agents needing structured news data across multiple sources through a single endpoint. 2 endpoints available through Lava’s AI Gateway. See the Lava News API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Get news articles with optional filtering by publication, tag, date, and keyword search. q is tokenized on whitespace; every token must appear in title or summary (order-independent).

GET https://api.lava.so/v1/data/news/articles?publication=nytimes,ft&q=acquisition&since=2026-04-07 — $0.02 / request
const data = await lava.gateway('https://api.lava.so/v1/data/news/articles?publication=nytimes,ft&q=acquisition&since=2026-04-07', { method: 'GET' });

List available news publications with article counts

GET https://api.lava.so/v1/data/news/publications — $0.02 / request
const data = await lava.gateway('https://api.lava.so/v1/data/news/publications', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests