Create and engage with LinkedIn posts programmatically
Publish, scrape, react, comment, reply and pull engagement data — all the primitives a post-centric product needs.
Everything you can do with the Posts API
Ten endpoints covering publishing, scraping, reactions, comments and media uploads.
/posts/createCreate Post
Publish a LinkedIn post with text, media or article URL on behalf of a connected account.
View API docs →/posts/scrapeScrape Post
Pull the full payload of any public LinkedIn post — author, text, media and metadata.
View API docs →/posts/latestGet Latest Posts
List the most recent posts published by a given profile or company page.
View API docs →/posts/commentComment on Post
Leave a comment on any LinkedIn post your connected account can access.
View API docs →/replyReply to Comment
Thread a reply under an existing comment — useful for comment-to-DM flows.
View API docs →/posts/reactReact to Post
Send a reaction (Like, Celebrate, Support, Love, Insightful, Curious) to any post.
View API docs →/posts/repostRepost
Reshare a LinkedIn post with optional commentary from the connected account.
View API docs →/posts/commentsGet Post Comments
Fetch paginated comments for a post — useful for building comment-level automations.
View API docs →/posts/reactionsGet Post Reactions
Break down every reaction on a post by type and the user who sent it.
View API docs →/posts/upload/initUpload Media (Init)
Start a multi-part upload for images or documents before creating a post.
View API docs →Publish a post in one call
Text, media or article — the API returns the new post URN instantly.
curl -X POST https://api.connectsafely.ai/posts/create \
-H "Authorization: Bearer $CONNECTSAFELY_API_KEY" \
-H "X-Account-Id: $ACCOUNT_ID" \
-H "Content-Type: application/json" \
-d '{
"text": "Just shipped the new LinkedIn Posts API 🚀",
"visibility": "PUBLIC"
}'What teams build with it
Content schedulers, engagement automation, comment-to-DM funnels.
Content scheduling tools
Publish posts on a schedule with full image and video support — without browser automation.
Engagement automation
Auto-react or comment on creator posts to warm up accounts before outreach.
Comment-to-DM funnels
Trigger DMs the moment someone comments a keyword — reply, fetch comments, send.
Start building on LinkedIn posts today
Get an API key in under two minutes. Pay only for what you publish.