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.
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
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Search terms. |
| type | string (story, comment, ask_hn, show_hn) | — | What to search (default "story"). |
| recent | boolean | — | Sort newest first instead of by relevance. |
| limit | integer | — | Max results (default 20). |
Run it
curl -s https://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}}'