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.1 (19)

Pricing

$5.00 / 1,000 results

276

Total users

5.1K

Monthly users

2K

Runs succeeded

>99%

Issues response

1.1 hours

Last modified

23 days ago

MD

N8N integration

Closed

molto_digital opened this issue
12 days ago

Hi. Every time I run the actor through n8n it brings back content from other accounts, I keep getting content from Satya Nadella, I have tried everything. Even when I test endpoint I get the dame results even though i have put in my own LinkedIn url. Any help/advice?

APIMaestro avatar

Satya Nadella is the default input. That means you don't send the right input from n8n to the actor. Can you share your run or try to check you send the correct input . example json input: { "total_posts": 10, "username": "https://www.linkedin.com/in/williamhgates/" }

MD

molto_digital

12 days ago

Hey! I have tried everything! The run works inside apify, but as soon as i put the URL into N8N it doesn't bring through, my JSON input has my LinkedIn url in, no matter what I brings through Satya Nadella

APIMaestro avatar

You should check if parameters names are correct as well. What's your input json in n8n?

MD

molto_digital

12 days ago

Here is what it looks like, not sure if you can see that and help?

this is the URL I use - https://api.apify.com/v2/acts/apimaestro~linkedin-profile-posts/run-sync-get-dataset-items?token=apify_api_...

APIMaestro avatar

on Input under "Edit Fields", parameter names are wrong (clientName, linkedinUrl), you should put "username" instead. Or just click on JSON tab and put this json input: { "total_posts": 10, "username": "https://www.linkedin.com/in/williamhgates/" }. If you need more help you can contact me at procennedv@gmail.com