$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/search2
Calls / 30d
1
Unique payers / 30d
Sep 4
Last called
exact
Payment scheme
Call this service
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 -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
0x3873d15cf3209c32aaa8d9aa542164e658567129USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Govparse & similar services
Govparse · Stats Sponsors
api.govparse.io
How much visa-sponsorship data is on file? Headline aggregates over DOL OFLC disclosure data: distinct sponsoring employers, LCA and PERM case totals with certified counts, and the fiscal years covered.
Govparse · Stats Opportunities
api.govparse.io
How much open federal money is in the dataset right now? Headline aggregates: active SAM.gov contract opportunities (and how many still have an open deadline), Grants.gov opportunities by status (posted vs forecasted), and USAspending award records on file with their total dollar amount.
Govparse · Stats Companies
api.govparse.io
How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.