
LinkedIn Company Follower Scraper
Pricing
$40.00/month + usage

LinkedIn Company Follower Scraper
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.
5.0 (3)
Pricing
$40.00/month + usage
9
Total users
40
Monthly users
16
Runs succeeded
0%
Issues response
14 days
Last modified
2 months ago
Does not work
Closed
Actor threw an exception
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" }, ... ]