LinkedIn profile enrichment API for one B2B lead
LinkedIn profile enrichment API for one B2B lead
Answeringour last check, 2026-09-24
1 of 1checks answered this week
327 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.linkedpanda.com/agent/v1/profiles/enrich
| Category | Everything else |
|---|---|
| Provider host | api.linkedpanda.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 239 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 327 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"linkedinId": "replace-with-real-linkedin-id"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"properties": {
"input": {
"additionalProperties": true,
"properties": {
"method": {
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"linkedinId": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"output": {
"additionalProperties": true,
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"companyDomain": {
"type": "string"
},
"companyName": {
"type": "string"
},
"country": {
"type": "string"
},
"enrichedAt": {
"type": "string"
},
"firstName": {
"type": "string"
},
"followerCount": {
"type": "number"
},
"headline": {
"type": "string"
},
"lastName": {
"type": "string"
},
"linkedinId": {
"type": "string"
},
"linkedinUrl": {
"type": "string"
},
"location": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}