/hackernews/items/search
Full-text search across Hacker News items (stories, comments, jobs, polls)
Price: 5 credits per 100 results
💡 AI Hint: Full-text search across Hacker News items. Filter by a single item type (story, comment, poll, job, show_hn, ask_hn), minimum score, minimum comment count, and a creation-time range. Sort by relevance or by date. Returns id, type, author, title, url, text, score, comment count, creation time, and the parent/story id for comments.
Authorizations
API token from the dashboard
Headers
Body
Full-text search query
1"postgres performance"
Max result count
x >= 120
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Restrict results to a single item type
story, comment, poll, job, show_hn, ask_hn Result sorting
relevance, date Only items with at least this score
x >= 0100
Only items with at least this many comments
x >= 050
Only items created at or after this unix timestamp (seconds)
x >= 0Only items created at or before this unix timestamp (seconds)
x >= 0