{
  "x402Version": 2,
  "id": 14604,
  "slug": "14604",
  "resource": "https://api.govparse.io/v1/carriers/search",
  "description": "Which FMCSA-registered carriers match a name, state, entity type, fleet-size range, operating status, or authority status? Trigram name search over 4.4M+ census records — find a carrier's USDOT number, shortlist carriers in a lane state, or screen brokers vs carriers. Up to 100 rows per call, largest fleets first; total_matched caps at 1000 (total_matched_capped=true means narrow your filters).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "entity_type": "carrier",
            "name": "knight transportation",
            "state": "TX"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "rows": [
              {
                "dba_name": null,
                "entity_type": "carrier",
                "legal_name": "EXAMPLE FREIGHT LLC",
                "operating_status": "A",
                "phy_city": "DALLAS",
                "phy_state": "TX",
                "power_units": 120,
                "total_drivers": 135,
                "usdot": 2550754
              }
            ],
            "total_matched": 42
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/carriers/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "authority_status": {
                "description": "Only carriers with an operating-authority record in this status: Active | Pending | Inactive | Withdrawn.",
                "examples": [
                  "Active"
                ],
                "type": "string"
              },
              "entity_type": {
                "description": "carrier | broker | forwarder (CSV for multiple).",
                "examples": [
                  "carrier"
                ],
                "type": "string"
              },
              "limit": {
                "description": "Max rows to return (default 25, cap 100).",
                "examples": [
                  25
                ],
                "type": "integer"
              },
              "name": {
                "description": "Carrier legal or DBA name fragment, case-insensitive (trigram match). Example: 'knight transportation'.",
                "examples": [
                  "knight transportation"
                ],
                "type": "string"
              },
              "offset": {
                "description": "Rows to skip, for paging.",
                "examples": [
                  0
                ],
                "type": "integer"
              },
              "operating_status": {
                "description": "A (active) | I (inactive) | P (pending), CSV for multiple.",
                "examples": [
                  "A"
                ],
                "type": "string"
              },
              "power_units_max": {
                "description": "Maximum fleet size in power units.",
                "examples": [
                  500
                ],
                "type": "integer"
              },
              "power_units_min": {
                "description": "Minimum fleet size in power units.",
                "examples": [
                  50
                ],
                "type": "integer"
              },
              "sort": {
                "description": "field:direction — power_units | total_drivers | usdot. Example: 'power_units:desc'.",
                "examples": [
                  "power_units:desc"
                ],
                "type": "string"
              },
              "state": {
                "description": "Physical-address state code(s), CSV. Example: 'TX,OK'.",
                "examples": [
                  "TX"
                ],
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.govparse.io",
  "lastUpdated": "2026-09-04T07:31:36.761Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T07:31:36.529Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.govparse.io",
    "manifest_name": "api.govparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}