AgentQL · Schema

QueryDataRequest

Request body for querying data from a web page.

AgentsArtificial IntelligenceWeb ScrapingData ExtractionBrowser AutomationREST API

Properties

Name Type Description
url string The URL of the web page to query.
html string Raw HTML content to query instead of a URL.
query string AgentQL query string for structured data extraction.
prompt string Natural language description of the data to extract (alternative to query).
params object
View JSON Schema on GitHub