Get LinkedIn Profile
linkedin_get_profileGet LinkedIn profile information for a specific person.
Instructions
Get LinkedIn profile information for a specific person.
Uses the standard LinkedIn REST API (no SNAP required). Provide either a LinkedIn URL or member ID.
If neither is provided, returns the authenticated user's own profile.
Args:
linkedin_url (string, optional): LinkedIn profile URL
member_id (string, optional): LinkedIn member ID
response_format ('markdown' | 'json')
Returns: Full profile with headline, title, company, location.
Examples:
"Get profile for linkedin.com/in/johndoe" -> linkedin_url='https://linkedin.com/in/johndoe'
"Get my LinkedIn profile" -> (no params, returns authenticated user)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | No | LinkedIn member ID (if known) | |
| linkedin_url | No | LinkedIn profile URL (e.g. 'https://linkedin.com/in/johndoe') | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |