AS
Apify Store
/apimaestro/linkedin-company-posts
Company Posts Scraper for LinkedIn – No Cookies
Extract public posts and activity from companies including post content, reactions, comments count, and media attachments
liveasyncunknown~30s typical
social medialead generationlinkedincompanyposts
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /apimaestro/linkedin-company-posts for me.
Input
| Field | Type | Description |
|---|---|---|
| company_name* | string | Company name or Company url (e.g., 'google' or 'linkedin.com/company/google') default "google" |
| page_number | integer | Page number default 1 |
| limit | integer | Optional: Limit the number of results (1-100) default 100 |
| sort | string (recent | top) | How to sort the company posts default "recent" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/apimaestro/linkedin-company-posts","input":{"company_name":"google","limit":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /apimaestro/linkedin-company-posts -i '{"company_name":"google","limit":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/apimaestro/linkedin-company-posts", input: {"company_name":"google","limit":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.