Search Hacker News
hackernews_search_listSearch Hacker News by keyword. Returns a list (use page/pageSize when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Restrict search to story URLs matching this URL substring. Can omit `query`. | |
| page | No | Zero-based page index (maximum 50 pages, up to 1,000 hits). | |
| sort | No | Ranking mode. Default: `popularity`. | |
| type | No | Restrict search results to a Hacker News content type. `ask_hn`: Ask HN posts (questions to the community). `show_hn`: Show HN posts (projects/work being shared). `launch_hn`: Launch HN posts (YC-affiliated company launches). Default: `all`. | |
| limit | No | Hits per page. Must be one of 10, 20, 30, 50. Default: 20. Prefer this over `pageSize`. | |
| query | No | Full-text search query. Required unless `frontPageOnly`, `author`, `domain`, or `url` is set. | |
| author | No | Restrict results to items by this Hacker News username. | |
| domain | No | Restrict search to story URLs matching this domain (e.g. example.com). Can omit `query`. | |
| prefix | No | When true, enable prefix matching for query tokens. | |
| pageSize | No | Deprecated alias for `limit`. When both are set, `limit` wins. | |
| dateRange | No | Creation-time window. Default: `all`. | |
| minPoints | No | Minimum points/score filter. | |
| searchAuthor | No | When true, include author username in the searchable fields. | |
| frontPageOnly | No | When true, restrict results to current front-page items. Allows omitting `query`. | |
| typoTolerance | No | Enable typo tolerance. Default: true. | |
| searchStoryText | No | Include story/comment text in searchable fields. Default: true. Set false to search title/URL only. |