Linkedin Profile Details Scraper avatar
Linkedin Profile Details Scraper

Pricing

$25.00/month + usage

Go to Store
Linkedin Profile Details Scraper

Linkedin Profile Details Scraper

Developed by

Ahmed Khaled Ali

Ahmed Khaled Ali

Maintained by Community

Apify actor designed to extract main profile details from LinkedIn profiles. This actor provides comprehensive information, including contact details, name, cover, title, experience, education, licenses, and more.

0.0 (0)

Pricing

$25.00/month + usage

13

Total users

396

Monthly users

16

Runs succeeded

0%

Issues response

6.8 hours

Last modified

20 days ago

RT

cookie issues

Closed

artech.digital.employee opened this issue
5 months ago

Please how do i parse the cookie when making a request

Ahmed-Khaled avatar

The cookie that you add was in not valid structure this is the valid one👇, you can get this structure be selecting export > JSON from the extension, See attachment

[ { "domain": ".linkedin.com", "expirationDate": 1720190044.084619, "hostOnly": false, "httpOnly": false, "name": "lms_ads", "path": "/", "sameSite": "no_restriction", "secure": true, "session": false, "storeId": null, "value": "AQFSYOdPY91e7wAAAY_o0j7NqEVVH0ShkJeXWGJO074YogF9i3ZWQUpSWseXxPaRIhrjP4DSI_N26SuNV6dEhXCyE_yco0le" }, { "domain": ".linkedin.com", "expirationDate": 1719435587.654216, "hostOnly": false, "httpOnly": false, "name": "_guid", "path": "/", "sameSite": "no_restriction", "secure": true, "session": false, "storeId": null, "value": "73ae1d56-6597-4d8f-b854-973bcf91f7f2" }, { "domain": ".linkedin.com", "expirationDate": 1733155922.233275, "hostOnly": false, "httpOnly": false, "name": "bcookie", "path": "/", "sameSite": "no_restriction", "secure": true, "session": false, "storeId": null, "value": "\"v=2&40008cbf-e8de-45b9-8d64-58c95887fd19\"" }, ............ } ]