With LinkedIn, manage your professional network.
Manage your professional network with LinkedIn, including sharing posts, searching companies, creating company page posts, getting organization followers, posting job openings, and managing connections for comprehensive professional networking and recruitment activities.
Required:
action
- The operation to perform (get-profile, share-post, search-company, create-company-post, get-followers, post-job, get-connections)Optional:
profile-id
- LinkedIn profile IDpost-content
- Content for postscompany-name
- Company name for searchorganization-id
- Organization IDjob-title
- Job title for postingjob-description
- Job descriptionlocation
- Job locationIdentify and retrieve the authenticated user’s profile information
Parameters:
Example:
Response:
Share a post on LinkedIn to your network
Parameters:
profile-id
(required) - LinkedIn profile IDpost-content
(required) - Text content for the postvisibility
(optional) - Post visibility (PUBLIC, CONNECTIONS)media-category
(optional) - Media category (NONE, ARTICLE, IMAGE)Example:
Response:
Search for companies to find organization information and IDs
Parameters:
company-name
(required) - Name of the company to search forlimit
(optional) - Number of results to return (default: 10)Example:
Response:
Create a post on behalf of a company page
Parameters:
organization-id
(required) - Organization IDpost-title
(required) - Title of the postpost-content
(required) - Text content of the postpost-subject
(required) - Subject of the postcontent-url
(optional) - URL to link in the postthumbnail-url
(optional) - Thumbnail image URLExample:
Response:
Retrieve follower count for an organization
Parameters:
organization-id
(required) - Organization ID to get followers forExample:
Response:
Post a job opening on LinkedIn
Parameters:
company-id
(required) - Company ID posting the jobjob-title
(required) - Title of the job positionjob-description
(required) - Description of the joblocation-country
(required) - Country code (e.g., US)location-city
(required) - City nameemployment-status
(optional) - Employment type (FULL_TIME, PART_TIME, CONTRACT)experience-level
(optional) - Experience level (ENTRY_LEVEL, MID_SENIOR, SENIOR, EXECUTIVE)job-function
(optional) - Job function category (ENGINEERING, MARKETING, SALES)Example:
Response:
Retrieve your LinkedIn connections information
Parameters:
start
(optional) - Starting index for pagination (default: 0)count
(optional) - Number of connections to return (default: 50)Example:
Response:
LinkedIn uses URN (Uniform Resource Name) format for entity identification. Profile IDs are required for most operations and can be obtained from the get-profile endpoint. Company searches return organization URNs that can be used for posting and follower operations. Job postings require valid company IDs and location information. Connection data includes pagination for large contact lists.