Get Prospect Company
Prospects
Get Prospect Company
Retrieves a company associated with a prospect by its unique identifier
GET
Get Prospect Company
Retrieves detailed information about a specific company from the global company database. This endpoint is used within the prospecting context to fetch company data associated with prospects and leads.
Companies are shared across all organizations and contain enriched data aggregated from multiple lead providers.
Authentication
This endpoint does not require authentication. Company data is publicly accessible within the Lance platform.Request
The unique identifier (UUID) of the company to retrieve.
Response
Returns a company object with all available fields.Unique identifier (UUID) for the company.
The company name.
Full description of the company, typically sourced from LinkedIn or company
website.
AI-generated or curated summary of the company.
Employee count range (e.g., “51-200”, “1001-5000”).
Primary industry classification.
Array of headquarters phone numbers.
LinkedIn company profile URL.
Company website URL.
Company domain (extracted from website URL).
Headquarters city.
Headquarters postal code.
Headquarters country.
URL to the company logo image.
Official legal name of the company.
Year the company was founded.
Revenue range or estimate.
Detailed location information.
Internal provider identifier for this company.
Bullhorn CRM identifier for this company.
Generic CRM identifier for this company.
ISO 8601 timestamp of when the company record was created.
ISO 8601 timestamp of when the company record was last updated.
Response Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 404 | NOT_FOUND | No company exists with the specified ID. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |
Notes
This endpoint retrieves a company by its ID from the global company database, provided under the/prospects/ path for the prospecting feature context.