ZenRows · Schema

ZenRows Universal Scraper API Response

JSON envelope returned by the ZenRows Universal Scraper API when json_response, autoparse, css_extractor, or outputs is enabled.

Web ScrapingData ExtractionAnti-BotProxiesResidential ProxiesBrowser AutomationScreenshotsCAPTCHAArtificial IntelligenceMCPSpain

Properties

Name Type Description
url string Final URL of the page after redirects (mirrors the Zr-Final-Url response header).
html string Rendered HTML content of the page.
status_code integer HTTP status code returned by the target site.
headers object HTTP response headers returned by the target site.
cookies array Cookies set by the target site during the scrape.
xhr array Network requests captured during rendering when json_response is enabled.
emails array Email addresses discovered on the page (when emails is requested via outputs).
phone_numbers array Phone numbers discovered on the page (when phone_numbers is requested via outputs).
links array Hyperlinks discovered on the page (when links is requested via outputs).
images array Image URLs discovered on the page (when images is requested via outputs).
autoparse object Structured fields produced by the autoparse extractor (shape varies by target site).
css_extractor object Field map populated from the user-provided css_extractor selectors.
View JSON Schema on GitHub

JSON Schema

zenrows-scrape-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zenrows/refs/heads/main/json-schema/zenrows-scrape-response-schema.json",
  "title": "ZenRows Universal Scraper API Response",
  "description": "JSON envelope returned by the ZenRows Universal Scraper API when json_response, autoparse, css_extractor, or outputs is enabled.",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Final URL of the page after redirects (mirrors the Zr-Final-Url response header)."
    },
    "html": {
      "type": "string",
      "description": "Rendered HTML content of the page."
    },
    "status_code": {
      "type": "integer",
      "description": "HTTP status code returned by the target site."
    },
    "headers": {
      "type": "object",
      "description": "HTTP response headers returned by the target site.",
      "additionalProperties": { "type": "string" }
    },
    "cookies": {
      "type": "array",
      "description": "Cookies set by the target site during the scrape.",
      "items": {
        "type": "object",
        "additionalProperties": true,
        "properties": {
          "name": { "type": "string" },
          "value": { "type": "string" },
          "domain": { "type": "string" },
          "path": { "type": "string" },
          "expires": { "type": "string" },
          "httpOnly": { "type": "boolean" },
          "secure": { "type": "boolean" }
        }
      }
    },
    "xhr": {
      "type": "array",
      "description": "Network requests captured during rendering when json_response is enabled.",
      "items": {
        "type": "object",
        "additionalProperties": true,
        "properties": {
          "url": { "type": "string", "format": "uri" },
          "method": { "type": "string" },
          "status": { "type": "integer" },
          "request_headers": { "type": "object", "additionalProperties": { "type": "string" } },
          "response_headers": { "type": "object", "additionalProperties": { "type": "string" } },
          "body": { "type": "string" }
        }
      }
    },
    "emails": {
      "type": "array",
      "description": "Email addresses discovered on the page (when emails is requested via outputs).",
      "items": { "type": "string" }
    },
    "phone_numbers": {
      "type": "array",
      "description": "Phone numbers discovered on the page (when phone_numbers is requested via outputs).",
      "items": { "type": "string" }
    },
    "links": {
      "type": "array",
      "description": "Hyperlinks discovered on the page (when links is requested via outputs).",
      "items": { "type": "string", "format": "uri" }
    },
    "images": {
      "type": "array",
      "description": "Image URLs discovered on the page (when images is requested via outputs).",
      "items": { "type": "string", "format": "uri" }
    },
    "autoparse": {
      "type": "object",
      "description": "Structured fields produced by the autoparse extractor (shape varies by target site).",
      "additionalProperties": true
    },
    "css_extractor": {
      "type": "object",
      "description": "Field map populated from the user-provided css_extractor selectors.",
      "additionalProperties": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zenrows-scrape-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.