Apify Store
AS
Apify Store
/apimaestro/linkedin-profile-posts

Profile Posts Scraper for LinkedIn [No Cookies]

Scrape LinkedIn posts data for a given LinkedIn profile including post content, reactions, comments count, and media attachments

liveverifiedasyncdegraded · 6.8s~30s typical
social medialead generationautomationlinkedinprofileposts
$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-profile-posts for me.

Input

FieldTypeDescription
username*stringLinkedIn profile username (e.g., 'satyanadella' or 'linkedin.com/in/satyanadella') default "satyanadella"
page_numberintegerPage number for pagination (first page returns a pagination token for subsequent pages) default 1
pagination_tokenstringToken from previous page response for paginated requests (optional, only needed for pages after first). For example, to get result from page 2, use pagination token from response of page 1
limitintegerOptional: Limit the number of results per page (1-100) default 100
total_postsintegerEnable automatic pagination: Set the total number of posts to scrape. This will override manual pagination settings.

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-profile-posts","input":{"username":"satyanadella","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-profile-posts -i '{"username":"satyanadella","limit":3}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/apimaestro/linkedin-profile-posts", input: {"username":"satyanadella","limit":3}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.