get_profile
Retrieves LinkedIn profile details from a URL, optionally including recent posts and comments for a complete view.
Instructions
Get LinkedIn profile details by URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_posts | No | Maximum number of recent posts to fetch when include_activity is true (default: 5) | |
| profile_id | Yes | Profile identifier (your account) | |
| linkedin_url | Yes | URL of the LinkedIn profile to view | |
| include_activity | No | Whether to fetch recent posts and comments (default: false) |