harvest_get_profile
Fetches a LinkedIn profile using a URL, public identifier, or profile ID, with optional email discovery and About section scraping.
Instructions
Get LinkedIn profile — requires at least one of url, publicIdentifier, profileId. Flags: main, findEmail, skipSmtp, includeAboutProfile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of the LinkedIn profile, e.g. https://www.linkedin.com/in/williamhgates | |
| main | No | Set to true to return only main profile sections (fewer credits) | |
| skipSmtp | No | Set to true together with findEmail to skip SMTP verification (fewer credits) | |
| findEmail | No | Set to true to find and validate the profile email (more credits). Performs SMTP checks; catch-all domains marked risky | |
| profileId | No | ID of the LinkedIn profile | |
| publicIdentifier | No | Public identifier (last part of profile URL), e.g. williamhgates | |
| includeAboutProfile | No | Set to true to scrape the About this profile popup |