Company Object
Here is the description of the Company object:Field | Type | Description |
---|---|---|
id | string | Amplemarket ID of the Company |
name | string | Name of the Company |
linkedin_url | string | LinkedIn URL of the Company |
website | string | Website of the Company |
overview | string | Description of the Company |
logo_url | string | Logo URL of the Company |
founded_year | integer | Year the Company was founded |
traffic_rank | integer | Traffic rank of the Company |
sic_codes | array of integers | SIC codes of the Company |
type | string | Type of the Company (Public Company, etc.) |
total_funding | integer | Total funding of the Company |
latest_funding_stage | string | Latest funding stage of the Company |
latest_funding_date | string | Latest funding date of the Company |
keywords | array of strings | Keywords of the Company |
estimated_number_of_employees | integer | Estimated number of employees at the Company |
followers | integer | Number of followers on LinkedIn |
size | string | Self reported size of the Company |
industry | string | Industry of the Company |
location | string | Location of the Company |
location_details | object | Location details of the Company |
locations | array of objects | Array of location objects for the Company |
is_b2b | boolean | true if the Company has a B2B component |
is_b2c | boolean | true if the Company has a B2C component |
technologies | array of strings | Technologies detected for the Company |
department_headcount | object | Headcount by department |
job_function_headcount | object | Headcount by job function |
estimated_revenue | string | The estimated annual revenue of the company |
revenue | integer | The annual revenue of the company |
Location Object
Each object in thelocations
array contains the following fields:
Field | Type | Description |
---|---|---|
address | string | Full address as a single string |
is_primary | boolean | Indicates if this is the primary location |
country | string | Country name (e.g., United States) - nullable |
state | string | State or subdivision name (e.g., California, New York) - nullable |
city | string | City name - nullable |
postal_code | string | Postal code - nullable |