AgentQL · JSON Structure

Agentql Query Data Response Structure

Response containing extracted structured data.

Type: object Properties: 2
AgentsArtificial IntelligenceWeb ScrapingData ExtractionBrowser AutomationREST API

QueryDataResponse is a JSON Structure definition published by AgentQL, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data metadata

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agentql/refs/heads/main/json-structure/agentql-query-data-response-structure.json",
  "name": "QueryDataResponse",
  "description": "Response containing extracted structured data.",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "Extracted data matching the structure defined in the query."
    },
    "metadata": {
      "$ref": "#/components/schemas/ResponseMetadata"
    }
  }
}