Built by Metorial, the integration platform for agentic AI.
List all LinkedIn organizations (company pages) where the authenticated member has administrator access. Useful for finding organizations the user can post on behalf of.
Retrieve LinkedIn organization (company page) details by ID or vanity name. Returns organization name, description, website, type, and other metadata.
Remove a reaction from a LinkedIn post. Removes the authenticated member's reaction.
Delete a post from LinkedIn by its URN. The authenticated user must be the author of the post or an admin of the organization that authored it.
Retrieve engagement metrics for a LinkedIn post, including like count, comment count, share count, and other social action summaries.
Delete a comment from a LinkedIn post. The authenticated user must be the author of the comment.
Retrieve comments on a LinkedIn post. Returns a paginated list of comments with author information and timestamps.
Retrieve reactions on a LinkedIn post. Returns a paginated list of reactions with actor information and reaction types.
Retrieve posts by a specific author (member or organization) from LinkedIn. Returns a paginated list of posts with their content, visibility, and metadata. Can also retrieve a single post by its URN.
Retrieve the authenticated LinkedIn member's profile information including name, email, and profile picture. Uses the OpenID Connect userinfo endpoint to return the current user's identity.
Create a new post on LinkedIn. Supports text posts, article shares (with a link), and image posts. Posts can be created as a member or on behalf of an organization.
Initialize an image upload to LinkedIn. Returns an upload URL and image URN. After uploading the image binary to the returned URL, use the image URN when creating a post with an attached image.
Retrieve follower and page view statistics for a LinkedIn organization (company page). Includes follower demographics breakdowns by seniority, industry, function, region, and staff count range.
Create a comment on a LinkedIn post. Supports top-level comments and replies to existing comments.
Add a reaction (like, celebrate, support, love, insightful, funny) to a LinkedIn post on behalf of the authenticated member.