abstract_api.company_enrichment.company_enrichment_response module#
- class abstract_api.company_enrichment.company_enrichment_response.CompanyEnrichmentResponse(response: Response, response_fields: frozenset[str], list_response: bool = False)[source]#
Bases:
JSONResponseCompany enrichment service response.
- property country: str | None#
The country the company is based in.
- property domain: str | None#
The domain the company website is hosted on.
- property employees_count: int | None#
The approximate number of employees of the company.
- property industry: str | None#
The industry the company is operating in.
- property linkedin_url: str | None#
The LinkedIn URL of the company.
- property locality: str | None#
The city or region the company headquarter is based in.
- property name: str | None#
The name of the company.
- property year_founded: int | None#
The year the company was founded.