AS
Apify Store
/curious_coder/linkedin-profile-scraper
Linkedin profile scraper
Scrape linkedin profile urls and get complete profile details including basic info, position history, skills, company details, bio, location, etc (⚠️ Warning: Viewing/scraping more than 300-400 profil
liveasyncunknown~30s typical
social medialinkedinprofile
$0.0050
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.004 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /curious_coder/linkedin-profile-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| cookie* | array | Cookies are used to authorize the actor with linkedin<br><br> Follow these steps to get the cookies: <ol> <li>Install [Cookie-Editor](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) chrome extension</li> <li> Login to your linkedin account </li> <li> Click on the extension and export the linkedin cookies </li> <li>Paste the copied contents here</li> </ol> <p> <a href=https://youtu.be/YuKp9BlVgNM target=_blank><img src=https://www.youtube.com/s/desktop/66e817d4/img/favicon_32x32.png width=16px> Video - How to get cookies (0:14)</a> |
| urls* | array | Linkedin profile URLs |
| userAgent* | string | [Click here](https://www.google.com/search?q=my+user+agent) to get the user agent info |
| scrapeCompany | boolean | If enabled, It will scrape company linkedin page of each profile |
| minDelay | integer | Minimum duration in seconds to wait before scraping next page default 15 |
| maxDelay | integer | Maximum duration in seconds to wait before scraping next page default 60 |
| proxy* | object | Choose a proxy from the country where you are logged into LinkedIn |
| findContacts | boolean | Enable email finding default false |
| findContacts.contactCompassToken | string | ContactCompass provides an affordable contacts search API. Sign up to [Contactcompass.io](https://contactcompass.io) and get an API Token to find emails of Linkedin profiles. You can find upto 20k emails for free |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/curious_coder/linkedin-profile-scraper","input":{"cookie":["example"],"urls":["https://www.linkedin.com/company/nike/"],"userAgent":"nike","minDelay":15,"maxDelay":60,"proxy":{"useApifyProxy":true,"apifyProxyCountry":"US"},"findContacts.contactCompassToken":""},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /curious_coder/linkedin-profile-scraper -i '{"cookie":["example"],"urls":["https://www.linkedin.com/company/nike/"],"userAgent":"nike","minDelay":15,"maxDelay":60,"proxy":{"useApifyProxy":true,"apifyProxyCountry":"US"},"findContacts.contactCompassToken":""}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/curious_coder/linkedin-profile-scraper", input: {"cookie":["example"],"urls":["https://www.linkedin.com/company/nike/"],"userAgent":"nike","minDelay":15,"maxDelay":60,"proxy":{"useApifyProxy":true,"apifyProxyCountry":"US"},"findContacts.contactCompassToken":""}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.