LinkedIn
Social Live verified

LinkedIn Connector

Post to your LinkedIn personal feed (incl. image/video/document uploads), comment, and react. BYOK OAuth 2.0 access tokens (60-day expiry). The 3 self-serve actions (get_profile, create_post, delete_post) are live-verified; reads (get_post, list_my_posts, list_comments), comments, and reactions require LinkedIn Partner Program approval and return 403 on standard tokens. DMs and mentions are partner-only too.

$pip install "toolsconnector[linkedin]"
12
Actions
Social
Category
Free
Apache 2.0

All 12 Actions

Action Description Parameters Returns
create_comment ⚠Post a comment on a LinkedIn post (PARTNER APPROVAL REQUIRED)post_urn, actor, textLinkedInComment
create_media_post ⚠Publish a post with an uploaded image/document/video attachedauthor, commentary, media_urn  [title, alt_text, visibility, lifecycle_state]LinkedInPost
create_post ⚠Publish a post to the authenticated user's LinkedIn feedauthor, commentary  [visibility, lifecycle_state, content]LinkedInPost
delete_post ⚠Delete a LinkedIn post you authoredurnNoneType
get_postGet a single LinkedIn post by URN (PARTNER APPROVAL REQUIRED)urnLinkedInPost
get_profileGet the authenticated LinkedIn user's profile (OIDC userinfo)LinkedInProfile
list_commentsList comments on a LinkedIn post (PARTNER APPROVAL REQUIRED)post_urn  [count, start]PaginatedList[LinkedInComment]
list_my_postsList the authenticated user's recent posts (PARTNER APPROVAL REQUIRED)author  [count, start]PaginatedList[LinkedInPost]
react_to_post ⚠React to a LinkedIn post (PARTNER APPROVAL REQUIRED) — LIKE / PRAISE / EMPATHY / INTEREST / APPRECIATION / ENTERTAINMENTpost_urn, actor  [reaction_type]NoneType
upload_documentUpload a document (PDF/PPT/DOC) and return its urn:li:document URNowner, file_pathstr
upload_imageUpload an image and return its urn:li:image asset URN for postingowner, file_pathstr
upload_videoUpload a video (multi-part) and return its urn:li:video asset URNowner, file_pathstr
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing