...
Operation | Description |
The Company Profile API retrieves and displays one or more company profiles based on the company ID or universal name. Also, it returns basic company profile data such as name, Web site, and industry, and handles additional company content such as RSS stream and Twitter feed | |
Members can follow companies to receive updates for company activities such as new job postings, employment changes and new products | |
The Company add comment API provides the ability to add comment for a particular company page | |
Use the Company Search API to find companies using keywords, industry, or location. It returns a collection of matching companies | |
checkShare | Check the member has admin privileges or not. |
getAdditionalProfileInfo | The Company Statistics API provides the ability to retrieve profile details for a particular company page |
getcommentsForSpecificUpdate | The Company Statistics API provides the ability to retrieve comments for a particular company page |
getCompanyProfile | The Company Profile API Retrieves and displays one or more company profiles |
getCompanySpecificUpdate | The Company Statistics API provides the ability to retrieve specific updates for a particular company page |
getCompanyUpdate | The Company Statistics API provides the ability to retrieve updates for a particular company page |
getfollowers | The Company Statistics API provides the ability to retrieve no of followers for a particular company page |
getHistoricalFollowers | The Company Statistics API provides the ability to retrieve historical followers for a particular company page |
gethistoricalStatusUpdate | The Company Statistics API provides the ability to retrieve historical followers update for a particular company page |
getLikesForCompanyUpdate | The Company Statistics API provides the ability to retrieve likes for status update a particular company page |
listCompanyByMember | The Company Profile API Retrieves and displays members of company profiles |
searchCompanyPage | The Company Search API enables search across company pages |
...
companyId:
The unique ID for the suggested company.executeFunction: start - Start following a company.
stop - Stop following a company.
defaut - You can retrieve a collection of suggested companies for the current user.fieldSelectors: Field selectors are specified after the resource identifiers and path components of a resource, prefixed by a colon, contained within parentheses, and separated by commas. Fields will be returned in the order specified. When URL-encoding your resource URLs, ensure that the parentheses used in selectors remain unescaped. Remember, each field you select adds computation time to your API request. It's best to be very specific as to what fields you want returned in each API call you make.
...
https://developer.linkedin.com/docs/company-pages#sharing_enabled
Anchor | ||||
---|---|---|---|---|
|
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This call will return profile information about the company specified by the id value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getAdditionalProfileInfo>
<companyId>{$ctx:companyId}</companyId>
<properties>{$ctx:properties}</properties>
</linkedin.getAdditionalProfileInfo> |
Properties:
companyId:
Required - The unique ID for the suggested company.properties: specify the needed fields(id,name,description).
Sample request
Following is a sample REST request that can be handled by the getAdditionalProfileInfo operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"properties":"name"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#company_profile
Anchor | ||||
---|---|---|---|---|
|
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This call will return all of the comments for the company update identified by update key for the company identified by the {id} value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getcommentsForSpecificUpdate>
<companyId>{$ctx:companyId}</companyId>
<updateKey>{$ctx:updateKey}</updateKey>
</linkedin.getcommentsForSpecificUpdate> |
Properties:
companyId:
Required - The unique ID for the suggested company.updateKey: The unique identifier for company update.
Sample request
Following is a sample REST request that can be handled by the getAdditionalProfileInfo operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"updateKey":"PDATE-c2414183-60290167965427008"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#get_update_comments
update the company profile.
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This call will return a single specific company update record for the company identified by the {id} value and the update identified by the {update-key} value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getCompanyUpdate>
<companyId>{$ctx:companyId}</companyId>
<eventType>{$ctx:eventType}</eventType>
<start>{$ctx:start}</start>
<count>{$ctx:count}</count>
</linkedin.getCompanyUpdate> |
Properties:
companyId:
Required - The unique ID for the suggested company.count: Maximum number of updates to return.
start: The offset value for paginating update results.
Sample request
Following is a sample REST request that can be handled by the getCompanySpecificUpdate operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"count":"2",
"start":"1"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#company_updates
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This call will return a single specific company update record for the company identified by the {id} value and the update identified by the {update-key} value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getCompanySpecificUpdate>
<companyId>{$ctx:companyId}</companyId>
<updateKey>{$ctx:updateKey}</updateKey>
</linkedin.getCompanySpecificUpdate> |
Properties:
companyId:
Required - The unique ID for the suggested company.updateKey: The unique identifier for company update.
Sample request
Following is a sample REST request that can be handled by the getCompanySpecificUpdate operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"updateKey":"PDATE-c2414183-60290167965427008"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#get_update
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This request allows you to get a follower-count for a specific segment to ensure you are at or over the minimum requirement for the target segment for the company specified by the {id} value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getfollowers>
<companyId>{$ctx:companyId}</companyId>
<geos>{$ctx:eventType}</geos>
<jobFunc>{$ctx:jobFunc}</jobFunc>
<industries>{$ctx:industries}</industries>
<seniorities>{$ctx:seniorities}</seniorities>
<companySizes>{$ctx:companySizes}</companySizes>
</linkedin.getfollowers> |
Properties:
companyId:
Required - The unique ID for the suggested company.geos : Segment by a particular geographic area.
jobFunc : Segment by a particular company size targeting code.
industries : Segment by member industry.
seniorities: Segment by member seniority level targeting code.
companySizes : Segment by a particular geographic area.
Sample request
Following is a sample REST request that can be handled by the getfollowers operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"geos":"af"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#get_followers
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The Company Statistics API provides the ability to retrieve statistics for a particular company page.This call retrieves statistics about followers for a particular company page identified by the {id} value in the request.
Code Block | ||
---|---|---|
| ||
<linkedin.getHistoricalFollowers>
<companyId>{$ctx:companyId}</companyId>
<timeGranularity>{$ctx:timeGranularity}</timeGranularity>
<startTimestamp>{$ctx:startTimestamp}</startTimestamp>
<endTimestamp>{$ctx:endTimestamp}</endTimestamp>
</linkedin.getHistoricalFollowers> |
Properties:
companyId:
Required - The unique ID for the suggested company.timeGranularity: Granularity of statistics eg values:day,month.
startTimestamp: Starting timestamp of when the stats search should begin (milliseconds since epoch).
endTimestamp: Ending timestamp of when the stats search should end (milliseconds since epoch).
Sample request
Following is a sample REST request that can be handled by the getHistoricalFollowers operation.
Code Block | ||
---|---|---|
| ||
{
"apiUrl":"https://api.linkedin.com",
"accessToken":"AQUDwVyNpxmDdVgdBB0V3yOrdyeEpbaPoZveoYH5jH5p-dIVBRyGZoeU2l0JaHv4LhLa0sOjZgBkS2TCN8V5ilZ3h3pKb_2Nkym2gvSXEWyvg-wqbExzXuLS1s9oMRB_jzmVHSFGDbQCLczvqpi_IwbPSfnKjw4ySISwI5T_W44Q1cWQ2eY",
"companyId":"32873",
"timeGranularity": "day",
"startTimestamp": "421797310000"
} |
Related LinkedIn documentation
https://developer.linkedin.com/docs/company-pages#historical_followers
Anchor | ||||
---|---|---|---|---|
|
Sample configuration
Following is a sample proxy service that illustrates how to connect to LinkedIn with the init operation and use the companyLookup operation to list the changes the user made. The sample request for this proxy can be found in companyLookup sample request.You can use this sample as a template for using other operations in this category.
...