APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
AgentQL
QueryDataRequest
AgentQL
· Schema
QueryDataRequest
Request body for querying data from a web page.
Agents
Artificial Intelligence
Web Scraping
Data Extraction
Browser Automation
REST 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