LinkedIn Personal & Company Poster avatar

LinkedIn Personal & Company Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
LinkedIn Personal & Company Poster

LinkedIn Personal & Company Poster

Automate posting to LinkedIn Company Pages or personal profiles! Share updates, articles, & engage w/your professional network. Company Pages - Post as your business. Personal Profiles - Post to your own profile. Text Posts, Articles, Share links & Images

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

3

Monthly active users

7 days ago

Last modified

Share

LinkedIn Company Poster

LinkedIn Automation Tool - Post to Company Pages and personal profiles without API limitations. Perfect for B2B marketing, thought leadership content, and social selling. Browser automation bypasses LinkedIn API restrictions. Ideal for marketing agencies, recruiters, and business development.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Password for LinkedIn login (not needed if using cookies)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"companyPageUrl": "https://linkedin.com/company/",
"imageUrls": "https://example.com",
"linkUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"password": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions",
"companyPageUrl": "https://linkedin.com/company/",
"imageUrls": "https://example.com",
"linkUrl": "https://example.com",
"timeout": 120,
"utmTracking": {
"enabled": true
},
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"imageOptions": {
"generateAltText": false
},
"maxRetries": 2
}

Input Parameters

ParameterTypeDefaultRequiredDescription
emailstring-NoEmail for LinkedIn login (not needed if using cookies)
passwordstring-Yes*Password for LinkedIn login (not needed if using cookies)
cookiesstring-NoJSON array of cookies from logged-in browser session. Not needed if using Cookie Manager.
cookieStorageKeystring-NoKey to load cookies from Cookie Manager's named KV store. Use this instead of pasting cookies manually. Run Cookie Manager actor first to capture and store your LinkedIn session.
cookieKvStoreNamestring"cookie-sessions"NoName of the Apify Key-Value Store where Cookie Manager saved the session. Default: 'cookie-sessions'.
companyPageUrlstring-NoURL of the LinkedIn company page (leave empty to post to personal feed)
messagestring-NoText content of the post
imageUrlsarray-NoURLs of images to attach to the post
linkUrlstring-NoURL to share in the post
timeoutinteger120NoMaximum time to wait for operations
demoModebooleanfalseNoRun in demo mode without real credentials. Returns mock success response for testing.
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.
indexNowKeystring-NoOptional IndexNow API key for instant search engine indexing of posted content. Get your key at https://www.bing.com/indexnow
utmTrackingobject{"enabled":true}NoEnable UTM tracking parameters on link URLs for analytics. Default: { enabled: true } - will auto-add utm_source=linkedin, utm_medium=social, utm_campaign=linkedin_post_YYYYMMDD
proxyobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for browser automation. Recommended: RESIDENTIAL proxies for LinkedIn.
imageOptionsobject{"generateAltText":false}NoOptions for image processing and alt text generation
maxRetriesinteger2NoMaximum number of retry attempts for transient failures

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post CreatedEach LinkedIn post created$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal