get_similar_profiles
Find LinkedIn profiles similar to a target profile based on industry, role, and skills using professional network data analysis.
Instructions
Get profiles similar to a given profile.
Uses the Professional Network Data API to find similar profiles based on industry, role, skills, and other factors.
Args: profile_id: LinkedIn public ID (e.g., "johndoe") limit: Maximum number of similar profiles to return (default: 10)
Returns: List of similar profiles with relevance scoring
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes | ||
| limit | No |