hackernews.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Items
get
items.get
Get a HackerNews item by numeric ID
Risk: read
Output
getMaxId
items.getMaxId
Get the current maximum item ID
Risk: read
Output
getWithId
items.getWithId
Get a HackerNews item with nested comments
Risk: read
Output
item full type
item full type
Search
getFrontpage
search.getFrontpage
Get current HackerNews frontpage posts
Risk: read
Output
posts full type
posts full type
getLatest
search.getLatest
Get latest HackerNews posts
Risk: read
Output
hits full type
hits full type
getTodays
search.getTodays
Get today’s HackerNews posts
Risk: read
Output
hits full type
hits full type
posts
search.posts
Full-text search HackerNews posts
Risk: read
Output
hits full type
hits full type
Stories
getAsk
stories.getAsk
Get Ask HN story IDs
Risk: read
Output
getBest
stories.getBest
Get best HackerNews story IDs
Risk: read
Output
getJobs
stories.getJobs
Get HackerNews job story IDs
Risk: read
Output
getNew
stories.getNew
Get newest HackerNews story IDs
Risk: read
Output
getShow
stories.getShow
Get Show HN story IDs
Risk: read
Output
getTop
stories.getTop
Get top HackerNews story IDs
Risk: read
Output
Updates
get
updates.get
Get recently changed HackerNews items and profiles
Risk: read
Output
Users
get
users.get
Get a HackerNews user profile via Algolia
Risk: read
Output
getByUsername
users.getByUsername
Get a HackerNews user profile via Firebase
Risk: read
Output