Linkedin Post Comments,Replies,Engagements Scraper | No Cookies avatar
Linkedin Post Comments,Replies,Engagements Scraper | No Cookies

Pricing

$5.00 / 1,000 results

Go to Store
Linkedin Post Comments,Replies,Engagements Scraper | No Cookies

Linkedin Post Comments,Replies,Engagements Scraper | No Cookies

Developed by

API Maestro

API Maestro

Maintained by Community

Scrape in Batch all LinkedIn post related data including comments, stats, , reactions, replies and media attachments

4.0 (4)

Pricing

$5.00 / 1,000 results

33

Total users

619

Monthly users

312

Runs succeeded

>99%

Issues response

1.5 hours

Last modified

a month ago

WF

Concurrent scrapping

Closed

wealthy_flare opened this issue
14 days ago

If the post has more than 100 unique comments and nested comments ability to support concurrent search to get the net new results will be super helpful.

APIMaestro avatar

Hey sorry can you clarify your ask? you want to get more than 100 comments in a single run?

WF

wealthy_flare

14 days ago

Yes, more than 100 comments in a single run, also would it be possible to get likes as well?

APIMaestro avatar

for now you can use Page number to 2 to get next 100 comments. I'll add a field to get more than 100 comments in a single run.

  • for likes you want count or what? there is another actor for post reactions data
WF

wealthy_flare

14 days ago

Thanks for a workaround to fetch the next 100 (Would you happen to have an API body for reference, what Appify shows is failing for some reason), For likes I wanted the reaction list, I know I can use another actors for this, but this will avoid some redundancies post scraping (such as duplicates, etc)

Would it be possible to add support to get LinkedIn UID in the output.

APIMaestro avatar

for reference there is information and input page : https://apify.com/apimaestro/linkedin-post-comments-replies-engagements-scraper-no-cookies/input-schema. Let me know what's failing and I can help you. - not sure how you get duplicates but for post reactions you can use this actor https://apify.com/apimaestro/linkedin-post-reactions, you can take post_url or comment_url which are unique from this actor's output and use it on the other to get the corresponding reactions data

WF

wealthy_flare

13 days ago

I've used the same and I was able to make a successful post request it didn't return any value. For more than 100 comments understood the pagination workaround I'll use that, same with likes scrapper

WF

wealthy_flare

13 days ago

Sorted, I was calling a wrong endpoint - I should've used this to get results once the call is made https://api.apify.com/v2/acts/apimaestro~linkedin-post-comments-replies-engagements-scraper-no-cookies/run-sync-get-dataset-items?token=** This helped

All good for now!