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/{{companyId}}/details
Parameters
companyId
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/{{companyId}}/jobs
Parameters
companyId
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 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/{{companyId}}/people
Parameters
companyId
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 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/{{companyId}}/posts?type={{type}}
Parameters
companyId
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
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/{{companyId}}/products
Parameters
companyId
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.
Last updated