Agentql
agentqlAgentQL 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 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ónTool to retrieve subscription usage details for the current api key, including usage limits and billing period. use after confirming api connection is valid.
AGENTQL_AGENTQL_GET_USAGEAcciónTool 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
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
Query DataAGENTQL_AGENTQL_QUERY_DATAAcciónTool 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.
AGENTQL_AGENTQL_QUERY_DATAAcciónTool 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
urlstringURL of the public web page to query. Provide either 'url' or 'html'.
htmlstringRaw HTML content to query. Provide either 'html' or 'url'.
querystringAgentQL query string. Provide either 'query' or 'prompt'.
paramsobjectParameters controlling wait time, scrolling, extraction mode, and screenshot.
promptstringNatural language prompt describing data to extract. Provide either 'prompt' or 'query'.
Parámetros de salida
dataobjectObligatorioStructured JSON data matching the query.
errorstringError if any occurred during the execution of the action
metadataobjectObligatorioMetadata returned with the query response.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Remote Browser SessionAGENTQL_CREATE_REMOTE_BROWSER_SESSIONAcciónTool to create a remote browser session. use when you need to run browser automation on remote infrastructure.
AGENTQL_CREATE_REMOTE_BROWSER_SESSIONAcciónTool to create a remote browser session. use when you need to run browser automation on remote infrastructure.
Parámetros de entrada
browser_ua_presetstringenumUser agent preset to simulate different operating systems. Supported values: 'windows', 'macos', 'linux'.
windowsmacoslinux
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