Verified work-email lookup for a LinkedIn profile
Verified work-email lookup for a LinkedIn profile
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1246 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
POST https://api.linkedpanda.com/agent/v1/profiles/email
| Category | Everything else |
|---|---|
| Provider host | api.linkedpanda.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 203 from 10 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 | 1246 ms |
Example input (from the provider)
{
"body": {
"linkedinId": "replace-with-real-linkedin-id",
"requestContext": {
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post",
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"properties": {
"input": {
"additionalProperties": true,
"properties": {
"body": {
"additionalProperties": true,
"properties": {
"linkedinId": {
"type": "string"
},
"requestContext": {
"additionalProperties": true,
"properties": {
"promptSummary": {
"type": "string"
},
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"bodyType": {
"type": "string"
},
"method": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"output": {
"additionalProperties": true,
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"email": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}