ToolAssay

Is this business real, and is its contact info live?

Is this business real, and is its contact info live? Give an id, website, phone or name: matches it against the directory and runs live checks now (site up, name on site, phone on site, domain age, phone format). Returns evidence, score and verdict.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
376 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://toll402.dev/v1/biz/verify

CategoryEverything else
Provider hosttoll402.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 376 ms

Example input (from the provider)

{
  "body": {
    "name": "Wikimedia Foundation",
    "phone": "+14158396885",
    "website": "https://wikimediafoundation.org"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "address": {
              "maxLength": 300,
              "type": "string"
            },
            "city": {
              "maxLength": 80,
              "type": "string"
            },
            "country": {
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            },
            "id": {
              "description": "Business id from search (re-runs live checks now)",
              "maxLength": 120,
              "type": "string"
            },
            "name": {
              "maxLength": 200,
              "type": "string"
            },
            "phone": {
              "maxLength": 40,
              "type": "string"
            },
            "website": {
              "maxLength": 300,
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "ms": {
              "type": "integer"
            },
            "ok": {
              "type": "boolean"
            },
            "result": {
              "properties": {
                "inDirectory": {
                  "type": "boolean"
                },
                "liveChecks": {
                  "properties": {
                    "evidence": {
                      "items": {
                        "properties": {
                          "signal": {
                            "type": "string"
                          },
                          "value": {
                            "type": "integer"
                          },
                          "weight": {
                            "type": "integer"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "level": {
                      "type": "string"
                    },
                    "score": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "verdict": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "tool": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON