LinkedIn Company Follower Scraper avatar

LinkedIn Company Follower Scraper

Try for free

1 day trial then $40.00/month - No credit card required now

Go to Store
LinkedIn Company Follower Scraper

LinkedIn Company Follower Scraper

peak050423/linkedin-company-follower-scraper
Try for free

1 day trial then $40.00/month - No credit card required now

This powerful tool helps actors and industry professionals gather valuable follower information from companies on LinkedIn. By using hidden APIs, this scraper provides access to data that enhances networking efforts.

Developer
Maintained by Community

Actor Metrics

  • 10 monthly users

  • 5.0 / 5 (3)

  • 6 bookmarks

  • 24% runs succeeded

  • 9.1 hours response time

  • Created in Feb 2025

  • Modified 6 days ago

ED

Does not work

Closed
expert_door opened this issue
10 days ago

Actor threw an exception

peak050423 avatar

The cookie has an incorrect structure. The current structure is a nested array, but it should be a single array of cookie objects. Examples of both structures are provided below.

Current Structure:

[ [ { "domain": ".linkedin.com", "expirationDate": 1756558184, "hostOnly": false, "httpOnly": false, "name": "s_ips", "path": "/", "sameSite": null, "secure": false, "session": false, "storeId": null, "value": "705.6000000238419" }, ... ] ]

Correct Structure:

[ { "domain": ".linkedin.com", "expirationDate": 1756558184, "hostOnly": false, "httpOnly": false, "name": "s_ips", "path": "/", "sameSite": null, "secure": false, "session": false, "storeId": null, "value": "705.6000000238419" }, ... ]