LinkedIn
Social

LinkedIn Connector

Post to your LinkedIn personal feed, comment on posts, react. BYOK OAuth 2.0 access tokens (60-day expiry). Read endpoints (get_post, list_my_posts, list_comments) require the restricted r_member_social scope (approved developers only). DMs and mentions require LinkedIn Partner Program approval.

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

All 8 Actions

Action Description Parameters Returns
create_comment ⚠Post a comment on a LinkedIn post (PARTNER APPROVAL REQUIRED)post_urn, actor, textLinkedInComment
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 (RESTRICTED scope)urnLinkedInPost
get_profileGet the authenticated LinkedIn user's profile (OIDC userinfo)LinkedInProfile
list_commentsList comments on a LinkedIn post (RESTRICTED scope)post_urn  [count, start]PaginatedList[LinkedInComment]
list_my_postsList the authenticated user's recent posts (RESTRICTED scope)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
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing