G

Govparse · Companies Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 4

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/companies/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/companies/search?name=swift+transportation&source=whd%2Cosha&state=AZ" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "addr_city": "PHOENIX",
      "canonical_dba": null,
      "canonical_name": "SWIFT TRANSPORTATION CO OF ARIZONA LLC",
      "entity_id": "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b",
      "first_seen": "2015-04-20",
      "last_seen": "2026-07-12",
      "naics": "484121",
      "norm_name": "SWIFT TRANSPORTATION CO OF ARIZONA",
      "record_count": 188,
      "source_count": 4,
      "state": "AZ"
    }
  ],
  "total_matched": 7
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services