Get Company
get_companyGet full details for a specific company by jurisdiction and company number. Returns registration details, officers, filings, and industry codes. REQUIRES your own OpenCorporates API token via _apiKey — their public API is closed and keyless calls return 401. Example: get_company({jurisdiction:"us_de", number:"4483789", _apiKey:"..."}) for a Delaware company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Company registration number | |
| _apiKey | No | Your OpenCorporates API token (required — get one at https://opencorporates.com/api_accounts/new) | |
| jurisdiction | Yes | Jurisdiction code (e.g., "us_de" for Delaware, "gb" for UK, "ca_on" for Ontario) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Company name | |
| type | No | Company type | |
| status | No | Current company status | |
| agent_name | No | Registered agent name | |
| jurisdiction | No | Jurisdiction code | |
| registry_url | No | URL to official registry | |
| branch_status | No | Branch status if applicable | |
| company_number | No | Company registration number | |
| industry_codes | No | Industry classification codes | |
| previous_names | No | Previous company names | |
| dissolution_date | No | Date of dissolution if applicable | |
| incorporation_date | No | Date of incorporation | |
| opencorporates_url | No | OpenCorporates profile URL | |
| registered_address | No | Full registered address |