APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
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