scrape_profile
Fetch a complete LinkedIn profile (name, headline, company, experience, skills…). Pass a LinkedIn URL, vanity name, internal member ID, or Sales Navigator lead URL. Uses SalesNav API when available for richer data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Reach id of the LinkedIn account to act on, from list_accounts. | |
| linkedin_id_or_url | Yes | LinkedIn profile URL, vanity name, Sales Navigator URL, or internal member ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | Current job title. | |
| degree | No | Network degree: 1, 2, or 3. | |
| skills | No | ||
| company | No | Current company name. | |
| picture | No | Profile picture URL. | |
| summary | No | ||
| headline | No | ||
| industry | No | ||
| lastname | No | ||
| location | No | ||
| firstname | No | ||
| full_name | No | Full name as returned by LinkedIn (standard search only). | |
| languages | No | ||
| company_id | No | LinkedIn company ID. | |
| is_premium | No | ||
| connections | No | ||
| linkedin_id | No | Profile ID (fsd_profile or ts_profile suffix). | |
| profile_url | No | Public LinkedIn profile URL. | |
| company_logo | No | ||
| company_type | No | ||
| year_company | No | Tenure at current company (years). | |
| is_opentowork | No | ||
| month_company | No | Tenure at current company (months). | |
| year_position | No | Tenure at current position (years). | |
| month_position | No | Tenure at current position (months). | |
| company_website | No | ||
| is_open_profile | No | ||
| job_description | No | ||
| company_industry | No | ||
| company_linkedin | No | LinkedIn company page URL. | |
| company_location | No | ||
| linkedin_plain_id | No | Numeric member ID (objectUrn suffix). | |
| linkedin_public_id | No | Vanity URL slug (/in/<slug>). | |
| salesnavigator_url | No | Sales Navigator profile URL (SalesNav searches only). | |
| startyear_position | No | ||
| company_description | No | ||
| company_specialties | No | ||
| startmonth_position | No | ||
| company_year_founded | No | ||
| company_employee_count | No | ||
| company_employee_range | No |