← Tools Reference

Hacker News

Hacker News integration (Social). Imported from open-connector.

API key14 toolshttps://hacker-news.firebaseio.com/v0
GET
hackernews_get_ask_stories
Get the latest Ask HN story IDs from Hacker News.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_best_stories
Get the best story IDs from Hacker News ranked by score.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_item
Get a Hacker News item by its numeric ID.

/item/{id}.json

2 parameters
ParamTypeRequiredDescription
idintegerrequired
printstringoptional
GET
hackernews_get_item_with_id
Get a Hacker News item with a bounded nested comment tree.

/item/{itemId}.json

5 parameters
ParamTypeRequiredDescription
item_idintegerrequired
max_depthintegerrequiredThe maximum depth of the nested comment tree.
max_childrenintegerrequiredThe maximum number of children per node.
truncate_textbooleanrequiredWhether to truncate long text content.
itemIdstringrequiredPath parameter: itemId
GET
hackernews_get_job_stories
Get the latest job story IDs from Hacker News.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_latest_posts
Get the latest Hacker News posts via Algolia search_by_date.

/search_by_date

3 parameters
ParamTypeRequiredDescription
pageintegerrequiredThe page number to fetch.
sizeintegerrequiredThe number of results per page.
tagsarrayoptionalAlgolia filter tags.
GET
hackernews_get_max_item_id
Get the current largest Hacker News item ID.

/maxitem.json

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_new_stories
Get the newest story IDs from Hacker News.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_show_stories
Get the latest Show HN story IDs from Hacker News.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_top_stories
Get the top story IDs from Hacker News sorted by front page position.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_updates
Get recently changed items and user profiles from Hacker News.

/

1 parameter
ParamTypeRequiredDescription
printstringoptionalThe pretty-print flag for Firebase responses.
GET
hackernews_get_user
Get a Hacker News user's public profile summary by username.

/user/{username}.json

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe username to look up.
printstringoptional
GET
hackernews_get_user_by_username
Get a Hacker News user's detailed public profile by username.

/user/{username}.json

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe username to look up.
printstringoptional
GET
hackernews_search_posts
Search Hacker News posts using Algolia full-text search.

/search

4 parameters
ParamTypeRequiredDescription
pageintegerrequiredThe page number to fetch.
sizeintegerrequiredThe number of results per page.
tagsarrayoptionalAlgolia filter tags.
querystringrequiredThe search query text.