Screaming Frog · Schema

Screaming Frog Crawl Result

Schema for a URL crawl result from the Screaming Frog SEO Spider

SEOWebsite CrawlerTechnical AuditMarketingAnalyticsMCPAgentsDesktop SoftwareCommand Line

Properties

Name Type Description
url string The crawled URL
status_code integer HTTP response status code (e.g., 200, 301, 404)
status string Human-readable HTTP status description
title string HTML page title content
title_length integer Length of the page title in characters
meta_description string Meta description content
meta_description_length integer Length of meta description in characters
h1 string First H1 heading content
h2 string First H2 heading content
word_count integer Total word count on the page
content_type string HTTP Content-Type response header value
size integer Page size in bytes
indexability string Whether the page is indexable by search engines
indexability_status string Reason for non-indexability (e.g., noindex, canonical, blocked by robots)
canonical_url string Canonical URL specified via rel=canonical
redirect_url string URL that this page redirects to (for 3xx status codes)
inlinks integer Number of internal links pointing to this URL
outlinks integer Number of links on this page pointing to other URLs
crawl_depth integer Click depth from the start URL
response_time number Server response time in seconds
View JSON Schema on GitHub

JSON Schema

screaming-frog-crawl-result-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/screaming-frog/main/json-schema/screaming-frog-crawl-result-schema.json",
  "title": "Screaming Frog Crawl Result",
  "description": "Schema for a URL crawl result from the Screaming Frog SEO Spider",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The crawled URL"
    },
    "status_code": {
      "type": "integer",
      "description": "HTTP response status code (e.g., 200, 301, 404)"
    },
    "status": {
      "type": "string",
      "description": "Human-readable HTTP status description"
    },
    "title": {
      "type": "string",
      "description": "HTML page title content"
    },
    "title_length": {
      "type": "integer",
      "description": "Length of the page title in characters"
    },
    "meta_description": {
      "type": "string",
      "description": "Meta description content"
    },
    "meta_description_length": {
      "type": "integer",
      "description": "Length of meta description in characters"
    },
    "h1": {
      "type": "string",
      "description": "First H1 heading content"
    },
    "h2": {
      "type": "string",
      "description": "First H2 heading content"
    },
    "word_count": {
      "type": "integer",
      "minimum": 0,
      "description": "Total word count on the page"
    },
    "content_type": {
      "type": "string",
      "description": "HTTP Content-Type response header value"
    },
    "size": {
      "type": "integer",
      "minimum": 0,
      "description": "Page size in bytes"
    },
    "indexability": {
      "type": "string",
      "enum": ["Indexable", "Non-Indexable"],
      "description": "Whether the page is indexable by search engines"
    },
    "indexability_status": {
      "type": "string",
      "description": "Reason for non-indexability (e.g., noindex, canonical, blocked by robots)"
    },
    "canonical_url": {
      "type": "string",
      "format": "uri",
      "description": "Canonical URL specified via rel=canonical"
    },
    "redirect_url": {
      "type": "string",
      "format": "uri",
      "description": "URL that this page redirects to (for 3xx status codes)"
    },
    "inlinks": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of internal links pointing to this URL"
    },
    "outlinks": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of links on this page pointing to other URLs"
    },
    "crawl_depth": {
      "type": "integer",
      "minimum": 0,
      "description": "Click depth from the start URL"
    },
    "response_time": {
      "type": "number",
      "description": "Server response time in seconds"
    }
  },
  "required": ["url", "status_code"]
}

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/screaming-frog-crawl-result"
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.