Linkedin Posts Informations Scraper avatar
Linkedin Posts Informations Scraper

Pricing

$30.00/month + usage

Go to Store
Linkedin Posts Informations Scraper

Linkedin Posts Informations Scraper

Developed by

SASWAVE

SASWAVE

Maintained by Community

Scrape linkedin posts from linkedin post search results, url post or linkedin member. Supports advanced linkedin search filters. Extract posts data at scale.

3.2 (3)

Pricing

$30.00/month + usage

32

Total users

694

Monthly users

18

Runs succeeded

90%

Issues response

1.4 days

Last modified

2 months ago

QP

Issue with the links

Closed

quiescent_picnic opened this issue
a year ago

url ('https://www.linkedin.com/feed/update/urn:li:activity:7072119256607252480/', 'post') 2024-06-04T12:02:09.774Z internal error

The machine put an extra ' at the end of the urls which leads to error when opening it. but I tried to put a ?utm=device at the end to resolve it. It works when I open it manually but still there is internal error without any result.

QP

quiescent_picnic

a year ago

Actually the ' at the end is to separate the URL but when it opens the RL it considers the ' at the end as a part of the URL.

saswave avatar

don't click on links from the logs page, the commas ' comes from apify interface or you can select with your mousse between '

QP

quiescent_picnic

a year ago

Thank you for your quick reply yes, the problem seems not to be the ' at the end. there is something strange that the machine can't open https://www.linkedin.com/feed/update/urn:li:activity:7072119256607252480/ but if I put a complete LinkedIn post URL like "https://www.linkedin.com/posts/rayanbannai_create-presentations-with-ai-in-3-steps-activity-7072119256607252480-B6AA?utm_source=share&utm_medium=member_desktop" it works. It might be because of the time that the link takes to be opened. Is there any way the crawler waits 1 second for each link before scraping?

saswave avatar

can you share the url of the run, normaly that kind of particular linkedin post url should be handled

saswave avatar

Actor has been updated accordingly, thank you for reporting the issue !

QP

quiescent_picnic

a year ago

Thank you for the support, That's ok but it seems there are still some problems. You can check the log in the attached image.

https://console.apify.com/actors/KK6nmEdcpNWR1GRAB/runs/RbkCvPBABUjFoeXqt#log

saswave avatar

you can abort the run, i will look into why it worked for one but not others

QP

quiescent_picnic

a year ago

I aborted it.

saswave avatar

I run the actor with first 4 of your url input and got results for the 4 (with my cookie session or yours, both worked)

On your failed run, you got 3 results and the 4th failed

Not sure why when you run it does not behave the same as me (i even tested with your own cookies)

QP

quiescent_picnic

a year ago

I just changed the order of links and it's ok now. but I think It would be great if you could make it in a way that if it fails or is aborted we can have the scraped result until where it's gone. or if it fails with 1 link it can continue from the next one. for now mine is going well I hope it can finish the list.

saswave avatar

I removed a typo that prevented the actor to continue, that's why you had to abort. Now should be back to normal (ignoring fails and continuing running the list, and saving the success)

QP

quiescent_picnic

a year ago

perfect, Thank you!