NAiOS IconNAiOS Logo
Volver al catálogo

Agentql

agentql

AgentQL is a suite of tools designed to connect AI agents to the web, enabling web interaction and structured data extraction through a specialized query language.

Acciones
3
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 (3)

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

Tool to retrieve subscription usage details for the current api key, including usage limits and billing period. use after confirming api connection is valid.

Parámetros de entrada

Sin parámetros.

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

Query DataAGENTQL_AGENTQL_QUERY_DATAAcción

Tool to query structured data as json from a web page using an agentql query or natural language prompt. use after defining your query or prompt and a url or html.

Parámetros de entrada

  • urlstring

    URL of the public web page to query. Provide either 'url' or 'html'.

  • htmlstring

    Raw HTML content to query. Provide either 'html' or 'url'.

  • querystring

    AgentQL query string. Provide either 'query' or 'prompt'.

  • paramsobject

    Parameters controlling wait time, scrolling, extraction mode, and screenshot.

  • promptstring

    Natural language prompt describing data to extract. Provide either 'prompt' or 'query'.

Parámetros de salida

  • dataobjectObligatorio

    Structured JSON data matching the query.

  • errorstring

    Error if any occurred during the execution of the action

  • metadataobjectObligatorio

    Metadata returned with the query response.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Remote Browser SessionAGENTQL_CREATE_REMOTE_BROWSER_SESSIONAcción

Tool to create a remote browser session. use when you need to run browser automation on remote infrastructure.

Parámetros de entrada

  • browser_ua_presetstringenum

    User agent preset to simulate different operating systems. Supported values: 'windows', 'macos', 'linux'.

    windowsmacoslinux

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