LinkedIn profile search results page
LinkedIn profile search results page
Answeringour last check, 2026-09-24
1 of 1checks answered this week
324 msmedian answer time
$0.3listed price per call
$0.3price 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/search
| Category | Search and research |
|---|---|
| Provider host | api.linkedpanda.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 97 from 13 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.3 | 324 ms |
Example input (from the provider)
{
"body": {
"page": 1,
"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"
},
"search": "revenue operations"
},
"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": {
"page": {
"type": "number"
},
"requestContext": {
"additionalProperties": true,
"properties": {
"promptSummary": {
"type": "string"
},
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
}
},
"type": "object"
},
"search": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"type": "string"
},
"method": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"output": {
"additionalProperties": true,
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"pagination": {
"additionalProperties": true,
"properties": {
"pageNumber": {
"type": "number"
},
"pageSize": {
"type": "number"
},
"paginationToken": {
"type": "null"
},
"totalElements": {
"type": "number"
}
},
"type": "object"
},
"results": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}