NAiOS IconNAiOS Logo
Volver al catálogo

Hacker News

hackernews

Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Get the frontpage posts of hacker news.

Parámetros de entrada

  • min_pointsinteger

    Minimum points a post must have to be included in the response. It returns at most 50 posts.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hackernews ItemHACKERNEWS_GET_ITEM_WITH_IDAcción

Get a specific item from hacker news using its id. limits response size to prevent context overflow.

Parámetros de entrada

  • item_idstringObligatorio

    The ID of the item to retrieve from Hacker News.

  • max_depthinteger

    Maximum depth of nested comments to include.

  • max_childreninteger

    Maximum number of direct children comments to include.

  • truncate_textboolean

    Whether to truncate long text content.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Latest Hackernews PostsHACKERNEWS_GET_LATEST_POSTSAcción

Get the latest posts from hacker news based on optional filters. results can be limited using the size parameter.

Parámetros de entrada

  • pageinteger

    Page number for pagination.

  • sizeinteger

    Limit 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hackernews Today PostsHACKERNEWS_GET_TODAYS_POSTSAcción

Get today's posts from hacker news.

Parámetros de entrada

  • min_pointsinteger

    Minimum points a post must have to be included in the response. It returns at most 1000 posts.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hackernews UserHACKERNEWS_GET_USERAcción

Get a specific user from hacker news using their username.

Parámetros de entrada

  • usernamestringObligatorio

    The username of the Hacker News user to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search Hackernews PostsHACKERNEWS_SEARCH_POSTSAcción

Get 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

  • pageinteger

    Page number for pagination.

  • sizeinteger

    Limit 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>.

  • querystringObligatorio

    Full-text query to filter the posts.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not