Get Person Profile
get_person_profileRetrieve a person's LinkedIn profile. Specify the LinkedIn username and optionally include sections like experience, education, or contact info.
Instructions
Get a specific person's LinkedIn profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkedin_username | Yes | LinkedIn username (e.g., "stickerdaniel", "williamhgates") | |
| sections | No | Comma-separated list of extra sections to scrape. The main profile page is always included. Available sections: experience, education, interests, honors, languages, certifications, skills, projects, contact_info, posts Examples: "experience,education", "contact_info", "skills,projects", "honors,languages", "posts" Default (None) scrapes only the main profile page. | |
| max_scrolls | No | Maximum pagination attempts per section to load more content. On detail sections (experience, certifications, skills, etc.) this is the max number of "Show more" button clicks. On activity/posts it is the max scroll-to-bottom iterations. Applies to all sections in this call. Default (None) uses 5 for detail sections and 10 for posts. Increase when a profile has many items in a section (e.g., 30+ certifications, max_scrolls=20). To avoid slowing down other sections, request heavy sections in a separate call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||