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

TI

[API Bug] It keeps scrapping "satyanadella" and 100 post by default

Closed

tinycheque opened this issue
14 days ago

I am trying to build a workflow, and have added all kind of validation via API.

Howver, I keep losing money because every time no matter what username I put, it defaults to satyanadella and ends up scrapping 100 post.

I have lost a huge amount of money due to this already.

Please help me sort this asap.

This is happening via API.

I am using the right format, have added multiple checks as well.

My default post was 5 for testing purpose with a valid username.

Please help me sort this.

APIMaestro avatar

Hi, from your run it seems that you're not passing the right input on your workflow to the actor, thus it runs with default values. Your input: { "": "", "username": "satyanadella", "page_number": 1, "limit": 100 }

example correct input: { "username": "sarptecimer", "page_number": 1, "limit": 100 }

Regarding on how to call the actor, please refer to : https://apify.com/apimaestro/linkedin-profile-posts/api/javascript

TI

tinycheque

14 days ago

Can you please not default to 100? Instead default to 5? It's causing to lose unncessarily. Also some documentation will be great.

TI

tinycheque

14 days ago

Also, can I not pass number of pages and instead just pass limit and username?

APIMaestro avatar

I've default to 5 until you solve your problem. Page number is optional, you don't have to send it. documentation is already provided : https://apify.com/apimaestro/linkedin-profile-posts