Linkedin Profile Posts Scraper [NO COOKIES] avatar
Linkedin Profile Posts Scraper [NO COOKIES]

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Profile Posts Scraper [NO COOKIES]

Linkedin Profile Posts Scraper [NO COOKIES]

Developed by

API Maestro

API Maestro

Maintained by Community

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

ND

Issue with 'Run Actor synchronously and get dataset items' API

Closed

andruchiii opened this issue
25 days ago

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.

APIMaestro avatar

it means you don't send the correct parameters from n8n to the actor so please check input you send

ND

andruchiii

25 days ago

this is my JSON, is there anything wrong?

{ "profileUrls": [ "https://www.linkedin.com/in/scholastica-gay-d-cororaton-cbe-cre-23398134/" ], "limit": 1 }

APIMaestro avatar

yes it's wrong. input example: { "username": "satyanadella", "page_number": 1, "limit": 100 }

ND

andruchiii

24 days ago

still get satyanadella's posts... not my intended profile (Scholastica....). I used this JSON:

{ "username": "satyanadella", "page_number": 1, "limit": 100 }

APIMaestro avatar

yeah change the username to what you want i just gave you an example

ND

andruchiii

24 days ago

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/

APIMaestro avatar

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

APIMaestro avatar

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