enrich_linkedin
Retrieve detailed LinkedIn profile data by entering a profile URL. This tool helps extract structured information for user analysis, research, or integrations, costing 1 credit per lookup.
Instructions
Retrieves detailed profile information for a specific LinkedIn URL. Each successful lookup costs 1 credit.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The LinkedIn profile URL to look up. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"url": {
"description": "The LinkedIn profile URL to look up.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}