LinkedIn

LinkedIn Pages API support is coming soon

We are building full LinkedIn integration with Organization Page comment management and multi-format publishing (text, images, videos, documents, articles) through the same unified API. Join the waitlist to get notified when LinkedIn support launches.

Free tier available
Instant API key
MCP server included

What you can do with LinkedIn.

Coming soon

Comments

Read, reply to, and delete comments on your LinkedIn Organization Page posts. Coming soon.

Coming soon

Publishing

Publish text, images, videos, documents, and articles to your Organization Page. Coming soon.

See it in action.

Publish a post to a LinkedIn Page (preview)

api.social-api.ai
1# Coming soon - preview of the planned API
2curl -X POST https://api.social-api.ai/v1/posts \
3  -H "Authorization: Bearer <your-api-key>" \
4  -H "Content-Type: application/json" \
5  -d '{
6    "account_id": "<account-id>",
7    "platforms": ["linkedin"],
8    "text": "We just shipped our new API. Here is what changed and why it matters for developers.",
9    "media_ids": ["<media-id>"]
10  }' | jq
11
12# Expected response
13{
14  "id": "<post-id>",
15  "status": "published",
16  "platforms": {
17    "linkedin": {
18      "status": "published",
19      "platform_post_id": "urn:li:share:7..."
20    }
21  }
22}

This is a preview of what publishing to LinkedIn will look like. The same unified endpoint you already use for Instagram, Facebook, and every other platform.

Why developers love LinkedIn on SocialAPI.ai

1

Organization Page comment management

When LinkedIn support launches, you will be able to read all comments on your Page posts through one paginated endpoint, reply to comments to engage your professional audience, and delete inappropriate ones. SocialAPI.ai will translate LinkedIn's URN-based comment model into the same simple JSON schema used across all platforms.

2

Multi-format publishing

Publish text posts, image posts, video posts, document shares (PDFs, slides), and articles to your LinkedIn Organization Page through the unified publishing endpoint. SocialAPI.ai will handle LinkedIn's asset registration and upload flow for each format, including scheduling for future publication.

3

Versioned API handling

LinkedIn's API uses versioned headers that change periodically. SocialAPI.ai will manage API version compatibility, URN encoding, and the LinkedIn-specific media upload protocol behind a stable REST interface. Your integration will work the same regardless of LinkedIn API version changes.

FAQ

Frequently asked questions.

When will LinkedIn support be available?

LinkedIn integration is on our roadmap and actively being built. Join the waitlist at social-api.ai to get notified when it launches. We will announce availability through our changelog and email list.

Will LinkedIn use the same API endpoints as other platforms?

Yes. LinkedIn will use the same unified endpoints: /v1/inbox/comments for comment management and /v1/posts for publishing. The response schema will match what you already use for other platforms, with LinkedIn-specific URNs resolved to readable IDs behind the scenes.

Will I need my own LinkedIn Developer app?

No. You will connect your LinkedIn Organization Page through SocialAPI.ai's managed OAuth flow, just like every other platform. SocialAPI.ai will manage the LinkedIn Developer app review and credentials on your behalf.

Will LinkedIn be available on the free tier?

Yes. LinkedIn will be included in all SocialAPI.ai plans, including the free tier. The same pricing model applies: reads are free, and posts and interactions count against your monthly limits.

Will personal LinkedIn profiles be supported at launch?

No. SocialAPI.ai's LinkedIn integration will support Organization Pages only. LinkedIn restricts third-party API access for personal profiles. If you need to post from a personal profile, you will need to use LinkedIn directly.

Get started today

Ready to unify your social interactions?

Free tier available · No credit card required · Ships with MCP server