![Linkedin Profile Posts Scraper [NO COOKIES] avatar](https://images.apifyusercontent.com/hB7hXeOxlDYVMGao7nIQ9tgueXsUlcC8b8w9MDGxvO4/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdFhKaEQ5SFNvdTY4N2NEUTQtYWN0b3ItTFFRSVhOOU90aGY4ZjdSNW4tS1loTXZ4SVB0Vy1saW5rZWRpbl9jb2xvcmVkXzIuanBn.webp)
Linkedin Profile Posts Scraper [NO COOKIES]
Pricing
$5.00 / 1,000 results
![Linkedin Profile Posts Scraper [NO COOKIES]](https://images.apifyusercontent.com/hB7hXeOxlDYVMGao7nIQ9tgueXsUlcC8b8w9MDGxvO4/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdFhKaEQ5SFNvdTY4N2NEUTQtYWN0b3ItTFFRSVhOOU90aGY4ZjdSNW4tS1loTXZ4SVB0Vy1saW5rZWRpbl9jb2xvcmVkXzIuanBn.webp)
Linkedin Profile Posts Scraper [NO COOKIES]
Scrape LinkedIn posts data for a given LinkedIn profile including post content, reactions, comments count, and media attachments
4.7 (18)
Pricing
$5.00 / 1,000 results
250
Total users
4.5K
Monthly users
2K
Runs succeeded
>99%
Issues response
1.2 hours
Last modified
9 days ago
Issue with 'Run Actor synchronously and get dataset items' API
Closed
I’m able to successfully scrape LinkedIn posts in the Apify UI, but in n8n, the same actor and input returns only Satya Nadella’s profile or incomplete results, not my desired profile.

it means you don't send the correct parameters from n8n to the actor so please check input you send
andruchiii
this is my JSON, is there anything wrong?
{ "profileUrls": [ "https://www.linkedin.com/in/scholastica-gay-d-cororaton-cbe-cre-23398134/" ], "limit": 1 }

yes it's wrong. input example: { "username": "satyanadella", "page_number": 1, "limit": 100 }
andruchiii
still get satyanadella's posts... not my intended profile (Scholastica....). I used this JSON:
{ "username": "satyanadella", "page_number": 1, "limit": 100 }

yeah change the username to what you want i just gave you an example
andruchiii
i still get an issue... now it says "JSON parameter needs to be valid JSON". could it be because her username contains special characters?
username: Scholastica (Gay) D. Cororaton, CBE, CRE
https://www.linkedin.com/in/scholastica-gay-d-cororaton-cbe-cre-23398134/

json for your case: { "username": "https://www.linkedin.com/in/scholastica-gay-d-cororaton-cbe-cre-23398134/", "page_number": 1, "limit": 100 }

or { "username": "scholastica-gay-d-cororaton-cbe-cre-23398134", "page_number": 1, "limit": 100 }