AgentQL · Example Payload

Agentql Query Data Request Example

AgentsArtificial IntelligenceWeb ScrapingData ExtractionBrowser AutomationREST API

Agentql Query Data Request Example is an example object payload from AgentQL, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlqueryparams

Example Payload

Raw ↑
{
  "url": "https://news.ycombinator.com",
  "query": "{ posts[] { title link score comments } }",
  "params": {
    "mode": "standard",
    "wait_for": 2000,
    "scroll_to_bottom": false,
    "include_screenshot": false,
    "browser_profile": "light"
  }
}