Skip to main content
Tech community news aggregator with full-text search powered by Algolia, covering startup launches, programming discussions, and technology trends. Best for monitoring developer sentiment, finding community discussions about specific technologies, and surfacing trending technical topics. Unlike general news search (Brave, Serper), Hacker News is curated by the tech community — results reflect developer interest and technical depth. 2 endpoints available through Lava’s AI Gateway.
This provider is managed — no additional setup required.

Endpoints

Get items, users, and feeds from Firebase API

GET https://hacker-news.firebaseio.com/v0/topstories.json — Free
const data = await lava.gateway('https://hacker-news.firebaseio.com/v0/topstories.json', { method: 'GET' });

Search stories and comments via Algolia

GET https://hn.algolia.com/api/v1/search?query=rust+programming — Free
const data = await lava.gateway('https://hn.algolia.com/api/v1/search?query=rust+programming', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests