Company Data Overview
The table below provides an overview of each field in the Company Data Response.
Field | Type | Description |
---|---|---|
url | String (URL) | The URL of the company profile on LinkedIn. |
company_name | String | The username or identifier of the company on LinkedIn. |
crawled_at | String (DateTime) | The date and time when the company data was crawled (e.g., "14/12/2024 07:27:51"). |
name | String | The official name of the company (defaults to empty if not provided). |
tagline | String | The tagline or slogan of the company (defaults to empty if not provided). |
cover_image_url | String (URL) | The URL of the company’s cover image on LinkedIn (defaults to empty if not provided). |
logo_url | String (URL) | The URL of the company’s logo on LinkedIn (defaults to empty if not provided). |
employees | String | The number of employees at the company (e.g., "15,149 employees"). |
followers | String | The number of followers of the company on LinkedIn (e.g., "4,015,075 followers"). |
about | String or null | A summary or description of the company’s mission and overview (can be null if not provided). |
website | String or null | The website URL of the company (can be null if not provided). |
industry | String or null | The industry the company operates in (e.g., "Musicians") (can be null if not provided). |
size | String or null | The size range of the company in terms of employees (e.g., "5,001-10,000 employees") (can be null if not provided). |
headquarters | String or null | The location of the company’s headquarters (e.g., "Stockholm, Stockholm County") (can be null if not provided). |
organizationType | String or null | The type of organization (e.g., "Public Company") (can be null if not provided). |
foundedOn | String or null | The year the company was founded (e.g., "2006") (can be null if not provided). |
specialties | String or null | A list or description of the company’s specialties (can be null if not provided). |
products | Array [Product Object] | An array of Product objects representing the company’s products (defaults to empty). |
Product.name | String or null | The name of the product (can be null if not provided). |
Product.link | String (URL) or null | The LinkedIn URL of the product (can be null if not provided). |
Product.url | String (URL) or null | The external URL of the product (can be null if not provided). |
Product.about | String or null | A description or summary of the product (can be null if not provided). |
Product.used_for | Array [String] | An array of uses or purposes of the product (defaults to empty if not provided). |
Product.customers | Array [String (URL)] | An array of URLs representing customers or clients using the product (defaults to empty if not provided). |
locations | Array [Location Object] | An array of Location objects representing the company’s office locations. |
Location | Tuple [String, String (URL) or null] | A tuple containing the address and map URL of a company location. |
Updated 6 days ago