All tools

Hacker News

Search Hacker News stories and comments: what the tech community is saying about a company, product or topic, with points and comment counts.

hackernews1 endpointNewsSearch & SEOnews.ycombinator.com

Search stories

/searchsync
$0.002 / call

Full-text search over Hacker News. Returns stories (or comments) with title, URL, points, comment count, author and date — sorted by relevance, or by date with recent=true.

Input

FieldTypeRequiredDescription
querystringyesSearch terms.
typestring (story, comment, ask_hn, show_hn)What to search (default "story").
recentbooleanSort newest first instead of by relevance.
limitintegerMax results (default 20).

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"hackernews","endpoint":"/search","input":{"query":"MCP servers","limit":5}}'