ZoomInfo · Schema

MatchbycompanyURL

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

Properties

Name Type Description
success boolean
data object
View JSON Schema on GitHub

JSON Schema

zoominfo-matchbycompany-url-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "example": true
    },
    "data": {
      "type": "object",
      "properties": {
        "outputFields": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "string"
          }
        },
        "result": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "object",
            "properties": {
              "statusCode": {
                "type": "integer",
                "example": 100
              },
              "input": {
                "type": "object",
                "properties": {
                  "zi_c_url": {
                    "type": "string",
                    "example": "https://www.example.com/resource"
                  }
                },
                "required": [
                  "zi_c_url"
                ]
              },
              "data": {
                "type": "object",
                "properties": {
                  "zi_c_location_id": {
                    "type": "integer",
                    "example": 500123
                  },
                  "zi_es_ecid": {
                    "type": "integer",
                    "example": 500123
                  },
                  "zi_es_location_id": {
                    "type": "string",
                    "example": "500123"
                  },
                  "zi_c_is_hq": {
                    "type": "string",
                    "example": "example_value"
                  },
                  "zi_c_tier_grade": {
                    "type": "string",
                    "example": "example_value"
                  },
                  "zi_c_name": {
                    "type": "string",
                    "example": "Acme Corporation"
                  },
                  "zi_c_name_display": {
                    "type": "string",
                    "example": "Acme Corporation"
                  },
                  "zi_c_url": {
                    "type": "string",
                    "example": "https://www.example.com/resource"
                  },
                  "zi_c_street": {
                    "type": "string",
                    "example": "example_value"
                  },
                  "zi_c_street_2": {
                    "type": "string",
                    "example": "example_value"
                  },
                  "zi_c_city": {
                    "type": "string",
                    "example": "San Francisco"
                  },
                  "zi_c_state": {
                    "type": "string",
                    "example": "CA"
                  },
                  "zi_c_zip": {
                    "type": "string",
                    "example": "94105"
                  },
                  "zi_c_country": {
                    "type": "string",
                    "example": "US"
                  },
                  "zi_match_reason": {
                    "type": "object",
                    "properties": {
                      "zi_match_reason_building_name": {
                        "type": "object"
                      },
                      "zi_match_reason_building_number": {
                        "type": "object"
                      },
                      "zi_match_reason_business_type": {
                        "type": "object"
                      },
                      "zi_match_reason_city": {
                        "type": "object"
                      },
                      "zi_match_reason_company_phone": {
                        "type": "object"
                      },
                      "zi_match_reason_country": {
                        "type": "object"
                      },
                      "zi_match_reason_directional": {
                        "type": "object"
                      },
                      "zi_match_reason_name": {
                        "type": "object"
                      },
                      "zi_match_reason_road_name": {
                        "type": "object"
                      },
                      "zi_match_reason_road_type": {
                        "type": "object"
                      },
                      "zi_match_reason_state": {
                        "type": "object"
                      },
                      "zi_match_reason_unit": {
                        "type": "object"
                      },
                      "zi_match_reason_website": {
                        "type": "object"
                      },
                      "zi_match_reason_zip": {
                        "type": "object"
                      },
                      "zi_match_score": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "zi_match_reason_building_name",
                      "zi_match_reason_building_number",
                      "zi_match_reason_business_type",
                      "zi_match_reason_city",
                      "zi_match_reason_company_phone",
                      "zi_match_reason_country",
                      "zi_match_reason_directional",
                      "zi_match_reason_name",
                      "zi_match_reason_road_name",
                      "zi_match_reason_road_type",
                      "zi_match_reason_state",
                      "zi_match_reason_unit",
                      "zi_match_reason_website",
                      "zi_match_reason_zip",
                      "zi_match_score"
                    ]
                  }
                },
                "required": [
                  "zi_c_location_id",
                  "zi_es_ecid",
                  "zi_es_location_id",
                  "zi_c_is_hq",
                  "zi_c_tier_grade",
                  "zi_c_name",
                  "zi_c_name_display",
                  "zi_c_url",
                  "zi_c_street",
                  "zi_c_street_2",
                  "zi_c_city",
                  "zi_c_state",
                  "zi_c_zip",
                  "zi_c_country",
                  "zi_match_reason"
                ]
              }
            },
            "required": [
              "statusCode",
              "input",
              "data"
            ]
          }
        }
      },
      "required": [
        "outputFields",
        "result"
      ]
    }
  },
  "required": [
    "success",
    "data"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MatchbycompanyURL"
}

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/zoominfo-matchbycompany-url"
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.