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

SU

Can you add support to restrict by posted date? (Last day / last week etc.)

Open

subuml opened this issue
21 days ago

This would be useful for all the linkedin scrapers from apimaestro.

APIMaestro avatar

will check

RH

rahullotusai

15 days ago

+1 Too many overlapping results otherwise. Any existing workarounds?

APIMaestro avatar

what results are overlapping? can you give an example

SU

subuml

15 days ago

Just run the same query again and again - it returns last X results all the time, irrespective of whether they are new or not. So we are having to handle the overlaps.

FWIW https://console.apify.com/actors/A3cAPGpwBEG8RJwse/input?addFromActorId=A3cAPGpwBEG8RJwse allows for a 'posted limit" - this would work too.

APIMaestro avatar

linkedin doesn't provide date filter ,he's just filtering on actor side. I'll consider adding it. For now you can limit result by 1 to check for new posts

RH

rahullotusai

14 days ago

I don't want to do manual pagination but downloading from a few handled (for ease let's assume 10), weekly. I am thinking to download just download 50 items max (assuming 5 posts/week)? I assume latest 50 posts would automatically be pulled. Is this ok?

SU

subuml

10 days ago

I don't know if this helps - but I see that apimaestro/linkedin-posts-search-scraper-no-cookies has a way to set time limits. From the website, I also see a way to specify 'from members' via all filters when I use advanced search with no keywords. Could this be a way to get to recent posts from a person? The website seems to encode the profile ids in an array for fromMembers param.

SU

subuml

10 days ago

I also see that you charge for results rather than the page cost. I assume if I set a result limit, you filter on actor side as well. Would this be any different from filtering based on a timestamp on actor side?

APIMaestro avatar

thanks for pointing that out, unfortunately the ids are encoded as you said so not possible to get them from there

APIMaestro avatar

yes it will not be different , it will just mess up the pagination , but i'm considering adding it