What can you do with it?
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.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (get-profile, share-post, search-company, create-company-post, get-followers, post-job, get-connections)
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 location
Tools
Get User Profile
Identify and retrieve the authenticated user’s profile information Parameters:- No parameters required for current user profile
Share Post
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)
Search Company
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)
Create Company Post
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 URL
Get Organization Followers
Retrieve follower count for an organization Parameters:organization-id
(required) - Organization ID to get followers for
Post Job Opening
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)
Get Connections
Retrieve your LinkedIn connections information Parameters:start
(optional) - Starting index for pagination (default: 0)count
(optional) - Number of connections to return (default: 50)