Scrape a LinkedIn profile
linkedin_scrape_profileReads a LinkedIn profile from a URL, path, or slug and returns structured data: name, headline, about, experience, education, skills, connection degree. Omit input for your own profile.
Instructions
Reads a LinkedIn member profile and returns it as structured data: name, headline, about, location, connection degree, experience, education and skills. profileUrl accepts a full URL ("https://www.linkedin.com/in/john-doe"), a path ("/in/john-doe") or a bare slug ("john-doe"); omit it entirely to read the signed-in member's own profile. Read-only: takes no confirm, consumes no daily quota, and the only thing it clicks is the "…see more" expander, which reveals text already on the page. Profile sections LinkedIn hides from the viewer come back as null or [] rather than as an error — only a profile with no readable name fails (selector_not_found), because that means the page is not a profile. connectionDegree is 1, 2 or 3, and null when no badge is shown (which includes your own profile). skills is capped at 50 entries, experience at 25, education at 15.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profileUrl | No |