Get item
Action ID:tools.hackernews.get_item
Get an item. Calls GET /v0/item/{item_id}.json directly.
Reference: https://github.com/HackerNews/API
Input fields
integer
required
Hacker News item ID.
string | null
Base URL of the Hacker News Firebase API.Default:
null.Get user
Action ID:tools.hackernews.get_user
Get a user. Calls GET /v0/user/{user_id}.json directly.
Reference: https://github.com/HackerNews/API
Input fields
string
required
Case-sensitive Hacker News username.
string | null
Base URL of the Hacker News Firebase API.Default:
null.Search
Action ID:tools.hackernews.search
Search Hacker News. Calls GET /api/v1/search directly.
Reference: https://hn.algolia.com/api
Input fields
string | null
Base URL of the HN Algolia API.Default:
null.integer | null
Number of hits per page.Default:
null.string | null
Algolia numeric filters, such as created_at_i>1700000000, points>10, or num_comments>=5.Default:
null.integer | null
Page number to retrieve.Default:
null.string | null
Full-text search query.Default:
null.string | null
Comma-delimited attributes to search, such as url.Default:
null.string | null
Algolia tag filter, such as story, comment, front_page, author_pg, story_1, or grouped tags.Default:
null.Search by date
Action ID:tools.hackernews.search_by_date
Search Hacker News by date. Calls GET /api/v1/search_by_date directly.
Reference: https://hn.algolia.com/api
Input fields
string | null
Base URL of the HN Algolia API.Default:
null.integer | null
Number of hits per page.Default:
null.string | null
Algolia numeric filters, such as created_at_i>1700000000, points>10, or num_comments>=5.Default:
null.integer | null
Page number to retrieve.Default:
null.string | null
Full-text search query.Default:
null.string | null
Comma-delimited attributes to search, such as url.Default:
null.string | null
Algolia tag filter, such as story, comment, front_page, author_pg, story_1, or grouped tags.Default:
null.