Company
Company Details
Description
This endpoint retrieves detailed information about a specific company on LinkedIn, identified by its unique company ID.
Endpoint
GET api/v1/realtime/social/linkedin/v1/company/{{identifier}}/details
Parameters
identifier
Yes
Path Param
String | The public identifier of the company. For more info go to the 'Get Started' section at the top of the page.
Company Jobs
Description
This endpoint retrieves a list of job postings available at a specific company on LinkedIn, identified by its unique company ID.
Endpoint
GET api/v1/realtime/social/linkedin/v1/company/{{identifier}}/jobs
Parameters
identifier
Yes
Path Param
String | The public identifier of the company. For more info go to the 'Get Started' section at the top of the page.
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Company People
Description
This endpoint retrieves a list of people associated with a specific company on LinkedIn, identified by its unique company ID.
Endpoint
GET api/v1/realtime/social/linkedin/v1/company/{{identifier}}/people
Parameters
identifier
Yes
Path Param
String | The public identifier of the company. For more info go to the 'Get Started' section at the top of the page.
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Company Posts
Description
This endpoint retrieves posts made by a specific company on LinkedIn, identified by its unique company ID.
Endpoint
GET api/v1/realtime/social/linkedin/v1/company/{{identifier}}/posts?type={{type}}
Parameters
identifier
Yes
Path Param
String | The public identifier of the company. For more info go to the 'Get Started' section at the top of the page.
type
No
Query Param
String | The type of posts to be returned. supported types:
all
articles
documents
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Company Products
Description
This endpoint retrieves information about products associated with a specific company on LinkedIn, identified by its unique company ID.
Endpoint
GET api/v1/realtime/social/linkedin/v1/company/{{identifier}}/products
Parameters
identifier
Yes
Path Param
String | The public identifier of the company. For more info go to the 'Get Started' section at the top of the page.
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Last updated