Company Registry API
Search and retrieve company data from official government registries. Data sources: - SEC EDGAR (US) — 8000+ publicly registered companies - UK Companies House — 1000+ UK companies Endpoints: - Search companies by name with jurisdiction filtering - Look up a specific company by registration number - Get database statistics Data is refreshed every 6 hours automatically. All data comes from public…
Company Registry API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_health_get /health |
Health check endpoint. Returns system status and last scrape info. |
| Companies | ||
| GET |
get_stats_api_v1_companies_stats_get /api/v1/companies/stats |
Returns total company count, available jurisdictions, and last scrape time. |
| GET |
get_company_api_v1_companies__registration_number__get /api/v1/companies/{registration_number} |
Retrieve a specific company by its registration number (CIK for US, company number for UK). |
| GET |
search_companies_api_v1_companies_search_get /api/v1/companies/search |
Search company registry records by name. Supports filtering by jurisdiction. |
Company Registry API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA | $29.99 / month | 60 / minute |
|
| MEGA | $79.99 / month | 120 / minute |
|