get_profile
Retrieve detailed LinkedIn profile data using profile ID to gain insights, network analytics, and user information for strategic decision-making.
Instructions
Access detailed LinkedIn profile information for any user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileId | Yes | LinkedIn profile ID |
Input Schema (JSON Schema)
{
"properties": {
"profileId": {
"description": "LinkedIn profile ID",
"type": "string"
}
},
"required": [
"profileId"
],
"type": "object"
}