Publish LinkedIn pages from one SocialClaw workspace.
SocialClaw keeps LinkedIn page connection, native media upload, validation, and post inspection under the same workspace used by your dashboard, CLI, and API.
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 limits for the connected LinkedIn page target.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider linkedin_page --open
socialclaw accounts capabilities --provider linkedin_page --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_page"}' \
"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.
- A connected member with organization posting access is required.
- Non-post interaction steps are not implemented.
- LinkedIn page and LinkedIn member profile targets stay distinct in SocialClaw.
Related routes
Related use cases and workflows.
Frequently asked questions
How does SocialClaw connect LinkedIn Page?
Connect a LinkedIn member with page posting access through the SocialClaw OAuth flow, then publish to the LinkedIn page target stored in the workspace. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.
What can I publish to LinkedIn Page with SocialClaw?
SocialClaw publishes LinkedIn page and organization posts with text, native image upload, or native video upload. LinkedIn pages support one video or up to twenty images per post. SocialClaw uploads LinkedIn media natively before publish.
What should I check before scheduling LinkedIn Page posts?
Inspect account capabilities and publish-preview before applying a schedule. A connected member with organization posting access is required.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.