ToolAssay

Which employers appear in federal enforcement and compliance records?

Which employers appear in federal enforcement and compliance records? Search 3.7M resolved employer entities by name (suffix/punctuation-insensitive, trigram-indexed), state, linked source (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), NAICS prefix, or source-count range. Returns entity IDs for the business360 dossier plus identity, address, and source/record counts. total_matched caps at 1000 — narrow when capped. Not a consumer report; no FCRA use.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
251 msmedian answer time
$1.25listed price per call
$1.25price 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

GET https://api.govparse.io/v1/companies/search

CategoryCompany and compliance
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 251 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "name": "swift transportation",
    "source": "whd,osha",
    "state": "AZ"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "naics": {
          "description": "NAICS code prefix(es), CSV. Example: '3116' covers animal processing.",
          "examples": [
            "3116"
          ],
          "type": "string"
        },
        "name": {
          "description": "Company name fragment \u2014 normalized before matching ('Swift Transportation Co. of Arizona, LLC' \u2192 'SWIFT TRANSPORTATION'). Example: 'swift transportation'.",
          "examples": [
            "swift transportation"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip, for paging.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "sort": {
          "description": "field:direction \u2014 source_count | record_count | last_seen. Default 'source_count:desc'.",
          "examples": [
            "record_count:desc"
          ],
          "type": "string"
        },
        "source": {
          "description": "Only entities with linked records in these sources (CSV): whd | osha | echo | oflc | fmcsa | leie | sam_exclusions.",
          "examples": [
            "whd,osha"
          ],
          "type": "string"
        },
        "source_count_max": {
          "description": "Maximum number of distinct federal sources the entity appears in.",
          "examples": [
            7
          ],
          "type": "integer"
        },
        "source_count_min": {
          "description": "Minimum number of distinct federal sources the entity appears in (1-7).",
          "examples": [
            2
          ],
          "type": "integer"
        },
        "state": {
          "description": "Entity state code(s), CSV. Example: 'AZ'.",
          "examples": [
            "AZ"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON