Wappalyzer · Schema

LookupResponse

Array of results returned by the Wappalyzer /v2/lookup endpoint. Each item is either a completed result, a pending crawl marker, or an error.

Technology DetectionTechnographicsWebsite AnalysisCMS DetectionFramework DetectionLead EnrichmentSales IntelligenceSubdomain DiscoveryEmail VerificationMarket Research
View JSON Schema on GitHub

JSON Schema

wappalyzer-lookup-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wappalyzer.com/schemas/lookup-response",
  "title": "LookupResponse",
  "description": "Array of results returned by the Wappalyzer /v2/lookup endpoint. Each item is either a completed result, a pending crawl marker, or an error.",
  "type": "array",
  "items": {
    "oneOf": [
      { "$ref": "#/definitions/LookupCompleted" },
      { "$ref": "#/definitions/LookupPending" },
      { "$ref": "#/definitions/LookupError" }
    ]
  },
  "definitions": {
    "Category": {
      "type": "object",
      "required": ["slug", "name"],
      "properties": {
        "id": { "type": "integer" },
        "slug": { "type": "string" },
        "name": { "type": "string" }
      }
    },
    "Technology": {
      "type": "object",
      "required": ["slug", "name"],
      "properties": {
        "slug": { "type": "string" },
        "name": { "type": "string" },
        "cpe": { "type": "string" },
        "versions": { "type": "array", "items": { "type": "string" } },
        "categories": {
          "type": "array",
          "items": { "$ref": "#/definitions/Category" }
        },
        "trafficRank": { "type": "integer" },
        "confirmedAt": { "type": "integer" }
      }
    },
    "LookupCompleted": {
      "type": "object",
      "required": ["url", "technologies"],
      "properties": {
        "url": { "type": "string", "format": "uri" },
        "technologies": {
          "type": "array",
          "items": { "$ref": "#/definitions/Technology" }
        },
        "technologySpend": {
          "type": "string",
          "enum": ["Very low", "Low", "Medium", "High", "Very high"],
          "description": "Estimated technology spend derived from detected technologies."
        },
        "trafficLevel": {
          "type": "string",
          "enum": ["Very low", "Low", "Medium", "High", "Very high"],
          "description": "Relative monthly traffic level."
        }
      }
    },
    "LookupPending": {
      "type": "object",
      "required": ["url", "crawl"],
      "properties": {
        "url": { "type": "string", "format": "uri" },
        "technologies": {
          "type": "array",
          "items": { "$ref": "#/definitions/Technology" }
        },
        "crawl": { "type": "boolean" }
      }
    },
    "LookupError": {
      "type": "object",
      "required": ["url", "errors"],
      "properties": {
        "url": { "type": "string", "format": "uri" },
        "errors": {
          "type": "array",
          "items": { "type": "string" }
        }
      }
    }
  }
}

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/wappalyzer-lookup-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 email required.

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