Trust Signals
3
Endpoints
81
Avg Score
$0.4
Price Range
N/A
On-chain Activity
Endpoints (3)
GET $0.40 100 POST $0.40 96 POST $0.40 48
/api/govfiles/jurisdictions
List the jurisdiction codes currently loaded and queryable (e.g. us_de, us_ca). Use these to scope a company search with the `jurisdictions` filter. /api/govfiles/companies/lookup
Fetch one full company record by jurisdiction code + registry company number. Returns the complete entity: officers, filings, addresses, identifiers, industry codes, previous/alternative names, and share parcels. Get `jurisdiction_code` and `company_number` from a /api/govfiles/companies/search result. /api/govfiles/companies/search
Search 75M+ US company records by name. `q` supports Google-style syntax (AND/OR, parentheses, quoted phrases, prefix wildcards). Filter by `jurisdictions`, `status`, and paginate with `limit`/`page`. Each result carries its `jurisdiction_code` and `company_number` — pass those to the company lookup endpoint for the full record.