AS
Apify Store
/harvestapi/linkedin-profile-scraper
Get LinkedIn Profile
Extract detailed information from LinkedIn profiles in bulk, including complete work experience, education history, skills and more. No cookies or account required.
liveverifiedasyncdegraded · 9.9s~30s typical
linkedinprofileenrich
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
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 /harvestapi/linkedin-profile-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| profileScraperMode | string (Profile details no email ($4 per 1k) | Profile details + email search ($10 per 1k)) | Choose the mode for scraping LinkedIn profiles. 'Profile details' scrapes detailed profile information, while 'Profile details + email search' attempts to find the email address of the profile owner. |
| queries | array | List of LinkedIn profile URLs or Public Identifiers (last part in the URL) to scrape. |
| urls | array | List of LinkedIn profile URLs to scrape. Provide at least one of the 3 fields: URLs or Public Identifiers or Profile IDs |
| publicIdentifiers | array | List of LinkedIn Public Identifiers. Provide at least one of the 3 fields: URLs or Public Identifiers or Profile IDs |
| profileIds | array | List of LinkedIn profile IDs to scrape. Provide at least one of the 3 fields: URLs or Public Identifiers or Profile IDs |
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":"/harvestapi/linkedin-profile-scraper","input":{"profileScraperMode":"Profile details no email ($4 per 1k)","queries":["https://www.linkedin.com/in/satyanadella/"]},"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 /harvestapi/linkedin-profile-scraper -i '{"profileScraperMode":"Profile details no email ($4 per 1k)","queries":["https://www.linkedin.com/in/satyanadella/"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/harvestapi/linkedin-profile-scraper", input: {"profileScraperMode":"Profile details no email ($4 per 1k)","queries":["https://www.linkedin.com/in/satyanadella/"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.