ToolAssay

Licensed contractors by trade and city or zip

Licensed contractors by trade and city or zip: license number, name, license type, status, expiry, address. Served states: FL, OR; the trade field's enum lists each state's trades. Up to 25 results, active first, with total_matches; empty results is a paid 200. Exact city or 5-digit zip, no fuzzy or radius search. Oregon covers active licenses only. data_as_of is required.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
598 msmedian answer time
$0.1listed price per call
$0.1price 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://api.flipvo.com/v1/license/search

CategorySearch and research
Provider hostapi.flipvo.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 598 ms

Example input (from the provider)

{
  "body": {
    "city": "Tampa",
    "state": "FL",
    "trade": "roofing"
  },
  "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": {
          "description": "Every input rule lives here, so an invalid body is refused before the 402 (#118).",
          "properties": {
            "active_only": {
              "default": true,
              "title": "Active Only",
              "type": "boolean"
            },
            "city": {
              "anyOf": [
                {
                  "maxLength": 100,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "Exact match after normalizing case and spaces, on addresses in the requested state. Exactly one of city or zip.",
              "examples": [
                "Tampa"
              ],
              "title": "City"
            },
            "limit": {
              "default": 25,
              "maximum": 25,
              "minimum": 1,
              "title": "Limit",
              "type": "integer"
            },
            "state": {
              "enum": [
                "FL",
                "OR"
              ],
              "examples": [
                "FL"
              ],
              "maxLength": 2,
              "minLength": 2,
              "title": "State",
              "type": "string"
            },
            "trade": {
              "description": "Offered per state. FL: electrical, general, hvac, plumbing, pool, roofing, underground_utility; OR: commercial_general, commercial_specialty, home_inspector, lead_paint, locksmith, residential_general, residential_specialty.",
              "enum": [
                "commercial_general",
                "commercial_specialty",
                "electrical",
                "general",
                "home_inspector",
                "hvac",
                "lead_paint",
                "locksmith",
                "plumbing",
                "pool",
                "residential_general",
                "residential_specialty",
                "roofing",
                "underground_utility"
              ],
              "examples": [
                "roofing"
              ],
              "maxLength": 40,
              "title": "Trade",
              "type": "string"
            },
            "zip": {
              "anyOf": [
                {
                  "maxLength": 10,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "5-digit ZIP (ZIP+4 accepted; the first 5 digits match).",
              "examples": [
                "33602"
              ],
              "title": "Zip"
            }
          },
          "required": [
            "state",
            "trade"
          ],
          "title": "LicenseSearchRequest",
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "coverage": {
              "title": "Coverage",
              "type": "string"
            },
            "data_as_of": {
              "additionalProperties": {
                "type": "string"
              },
              "title": "Data As Of",
              "type": "object"
            },
            "query": {
              "additionalProperties": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "integer"
                  }
                ]
              },
              "title": "Query",
              "type": "object"
            },
            "results": {
              "items": {
                "properties": {
                  "active": {
                    "title": "Active",
                    "type": "boolean"
                  },
                  "city": {
                    "title": "City",
                    "type": "string"
                  },
                  "dba_name": {
                    "title": "Dba Name",
                    "type": "string"
                  },
                  "expires": {
                    "anyOf": [
                      {
                        "format": "date",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Expires"
                  },
                  "license_number": {
                    "title": "License Number",
                    "type": "string"
                  },
                  "license_type": {
                    "title": "License Type",
                    "type": "string"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "state": {
                    "description": "The license holder's address state.",
                    "title": "State",
                    "type": "string"
                  },
                  "status": {
                    "description": "As the state gives it: FL primary status 'C'/'P'/'S'; OR 'active'/'exp

This page as JSON