Hacker News
hackernewsHacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Hackernews FrontpageHACKERNEWS_GET_FRONTPAGEAcciónGet the frontpage posts of hacker news.
HACKERNEWS_GET_FRONTPAGEAcciónGet the frontpage posts of hacker news.
Parámetros de entrada
min_pointsintegerMinimum points a post must have to be included in the response. It returns at most 50 posts.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hackernews ItemHACKERNEWS_GET_ITEM_WITH_IDAcciónGet a specific item from hacker news using its id. limits response size to prevent context overflow.
HACKERNEWS_GET_ITEM_WITH_IDAcciónGet a specific item from hacker news using its id. limits response size to prevent context overflow.
Parámetros de entrada
item_idstringObligatorioThe ID of the item to retrieve from Hacker News.
max_depthintegerMaximum depth of nested comments to include.
max_childrenintegerMaximum number of direct children comments to include.
truncate_textbooleanWhether to truncate long text content.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Latest Hackernews PostsHACKERNEWS_GET_LATEST_POSTSAcciónGet the latest posts from hacker news based on optional filters. results can be limited using the size parameter.
HACKERNEWS_GET_LATEST_POSTSAcciónGet the latest posts from hacker news based on optional filters. results can be limited using the size parameter.
Parámetros de entrada
pageintegerPage number for pagination.
sizeintegerLimit the number of results returned. If not specified, returns all results from the page. Use 0 to return all results.
tagsstring[]Filter on a specific tag. Available tags: story, comment, poll, pollopt, show_hn, ask_hn, front_page, author_<USERNAME>, story_<ID>.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hackernews Today PostsHACKERNEWS_GET_TODAYS_POSTSAcciónGet today's posts from hacker news.
HACKERNEWS_GET_TODAYS_POSTSAcciónGet today's posts from hacker news.
Parámetros de entrada
min_pointsintegerMinimum points a post must have to be included in the response. It returns at most 1000 posts.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hackernews UserHACKERNEWS_GET_USERAcciónGet a specific user from hacker news using their username.
HACKERNEWS_GET_USERAcciónGet a specific user from hacker news using their username.
Parámetros de entrada
usernamestringObligatorioThe username of the Hacker News user to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Hackernews PostsHACKERNEWS_SEARCH_POSTSAcciónGet relevant posts from hacker news based on a full-text query and optional filters. results can be limited using the size parameter.
HACKERNEWS_SEARCH_POSTSAcciónGet relevant posts from hacker news based on a full-text query and optional filters. results can be limited using the size parameter.
Parámetros de entrada
pageintegerPage number for pagination.
sizeintegerLimit the number of results returned. If not specified, returns all results from the page. Use 0 to return all results.
tagsstring[]Filter on a specific tag. Available tags: story, comment, poll, pollopt, show_hn, ask_hn, front_page, author_<USERNAME>, story_<ID>.
querystringObligatorioFull-text query to filter the posts.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not