Publish LinkedIn member profiles with SocialClaw.
Use SocialClaw to keep LinkedIn profile connection, native media upload, schedule validation, and post inspection in one workspace shared by the dashboard, API, CLI, and agent workflows.
What this integration supports
The main details for this connection.
Connection, media, and delivery
How accounts connect, what media works, and how publishing behaves.
Settings and discovery
Useful settings and discovery notes for this provider.
Current settings surface
No provider-specific publish settings are advertised for this route today. Use capabilities and publish-preview to confirm the connected account shape before applying a run.
Discovery notes
- Use publish-preview to confirm media handling and image limits for the connected member profile.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider linkedin --open
socialclaw accounts capabilities --provider linkedin --json
socialclaw validate -f schedule.json --json
curl -sS \
-X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"linkedin"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/accounts"
Current limitations
A few practical limits to keep in mind.
- Non-post interaction steps are not implemented.
- One video cannot be combined with image assets in the same post.
- LinkedIn profile and LinkedIn page targets use separate routes and separate target handles.
Related routes
Related use cases and workflows.
Frequently asked questions
How does SocialClaw connect LinkedIn Profile?
Start the hosted LinkedIn OAuth flow from SocialClaw and keep the connected member profile inside the same workspace used by the CLI and API. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.
What can I publish to LinkedIn Profile with SocialClaw?
SocialClaw publishes LinkedIn member profile posts with text, native image upload, or native video upload. LinkedIn member profiles support one video or up to twenty images per post. SocialClaw uploads LinkedIn media natively before publish.
What should I check before scheduling LinkedIn Profile posts?
Inspect account capabilities and publish-preview before applying a schedule. Non-post interaction steps are not implemented.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.