Read-only x402 API over LinkedIn data: profile and company enrichment, verified work email lookup, post reactions, job posting and ad search. Paid per single request in USDC on Base.
Pay from $0.01 to $0.30 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 40m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 208ms
- avg response
- 100ms
- total checks
- 71
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.30 (p62 in Data)
- price (min)
- $0.01
- price (max)
- $0.30
- category percentile (min)
- p62 in Data
- category percentile (max)
- p93 in Data
- endpoints / prices
- 10 / 3
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $138.80 30d · 58 buyers
- volume 30d
- $138.80
- buyers 30d
- 58
- settlements 30d
- 1,507
- last settlement
- 2026-07-21
- top buyer share
- 13% of 30d volume
- trend 7d vs 30d
- 0.65x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides LinkedIn data enrichment services including profile enrichment, company information, job search, and post engagement data.
- category
- linkedin-enrichment
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /agent/v1/ads/search | $0.05 | Base | USDC | |
| POST | /agent/v1/companies/enrich | $0.05 | Base | USDC | |
| POST | /agent/v1/companies/search | $0.30 | Base | USDC | |
| POST | /agent/v1/geo-id | $0.01 | Base | USDC | |
| POST | /agent/v1/jobs/search | $0.05 | Base | USDC | |
| POST | /agent/v1/posts/reactions | $0.05 | Base | USDC | |
| GET | /agent/v1/profiles/:linkedinId | $0.05 | Base | USDC | |
| POST | /agent/v1/profiles/email | $0.05 | Base | USDC | |
| GET | /agent/v1/profiles/enrich | $0.05 | Base | USDC | |
| POST | /agent/v1/profiles/search | $0.30 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /agent/v1/profiles/:linkedinId returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://api.linkedpanda.com/agent/v1/profiles/:linkedinId'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/profiles/:linkedinId",
"mimeType": "application/json",
"description": "LinkedIn profile enrichment API for one B2B lead"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"linkedinId": ":linkedinId"
}
},
"output": {
"type": "json",
"example": {
"title": "VP Sales",
"country": "US",
"headline": "VP Sales at ExampleCo",
"lastName": "Example",
"location": "San Francisco Bay Area",
"firstName": "Alex",
"enrichedAt": "2026-05-13T08:00:00.000Z",
"linkedinId": "alex-example",
"companyName": "ExampleCo",
"linkedinUrl": "https://www.linkedin.com/in/alex-example/",
"companyDomain": "example.co",
"followerCount": 18450
}
},
"pricing": {
"unit": "request",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"pathParams": {
"type": "object",
"properties": {
"linkedinId": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"country": {
"type": "string"
},
"headline": {
"type": "string"
},
"lastName": {
"type": "string"
},
"location": {
"type": "string"
},
"firstName": {
"type": "string"
},
"enrichedAt": {
"type": "string"
},
"linkedinId": {
"type": "string"
},
"companyName": {
"type": "string"
},
"linkedinUrl": {
"type": "string"
},
"companyDomain": {
"type": "string"
},
"followerCount": {
"type": "number"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"routeTemplate": "/agent/v1/profiles/:linkedinId"
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/profiles/enrich",
"mimeType": "application/json",
"description": "LinkedIn profile enrichment API for one B2B lead"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"linkedinId": "replace-with-real-linkedin-id"
}
},
"output": {
"type": "json",
"example": {
"title": "VP Sales",
"country": "US",
"headline": "VP Sales at ExampleCo",
"lastName": "Example",
"location": "San Francisco Bay Area",
"firstName": "Alex",
"enrichedAt": "2026-05-13T08:00:00.000Z",
"linkedinId": "alex-example",
"companyName": "ExampleCo",
"linkedinUrl": "https://www.linkedin.com/in/alex-example/",
"companyDomain": "example.co",
"followerCount": 18450
}
},
"pricing": {
"unit": "request",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"linkedinId": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"country": {
"type": "string"
},
"headline": {
"type": "string"
},
"lastName": {
"type": "string"
},
"location": {
"type": "string"
},
"firstName": {
"type": "string"
},
"enrichedAt": {
"type": "string"
},
"linkedinId": {
"type": "string"
},
"companyName": {
"type": "string"
},
"linkedinUrl": {
"type": "string"
},
"companyDomain": {
"type": "string"
},
"followerCount": {
"type": "number"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/ads/search",
"mimeType": "application/json",
"description": "LinkedIn ad library search results page"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"page": 1,
"search": "revenue operations",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "page",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"page": {
"type": "number"
},
"search": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/companies/enrich",
"mimeType": "application/json",
"description": "LinkedIn company enrichment"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"company": "exampleco",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "request",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"company": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "300000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/companies/search",
"mimeType": "application/json",
"description": "LinkedIn company search results page"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"page": 1,
"search": "revenue operations",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "page",
"amount": "0.30",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.30",
"minAmount": "0.30",
"unitAmount": "0.30"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"page": {
"type": "number"
},
"search": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/geo-id",
"mimeType": "application/json",
"description": "LinkedIn GeoID lookup"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"query": "New York, United States",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "request",
"amount": "0.01",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.01",
"minAmount": "0.01",
"unitAmount": "0.01"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"query": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/jobs/search",
"mimeType": "application/json",
"description": "LinkedIn job search results page"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"page": 1,
"search": "revenue operations",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "page",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"page": {
"type": "number"
},
"search": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/posts/reactions",
"mimeType": "application/json",
"description": "Reactions and comments for a LinkedIn post"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"postUrl": "https://www.linkedin.com/posts/example-post-slug-123456789/",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"comments": [],
"reactions": [
{
"type": "liked",
"actor": {
"linkedinId": "jamie-sample"
}
}
],
"pagination": {
"comments": null,
"reactions": null
}
}
},
"pricing": {
"unit": "request",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"postUrl": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"comments": {
"type": "array",
"items": {}
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"actor": {
"type": "object",
"properties": {
"linkedinId": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"pagination": {
"type": "object",
"properties": {
"comments": {
"type": "null"
},
"reactions": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/profiles/email",
"mimeType": "application/json",
"description": "Verified work-email lookup for a LinkedIn profile"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"linkedinId": "replace-with-real-linkedin-id",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"email": "[email protected]",
"status": "valid"
}
},
"pricing": {
"unit": "request",
"amount": "0.05",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.05",
"minAmount": "0.05",
"unitAmount": "0.05"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"linkedinId": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"status": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
"amount": "300000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.linkedpanda.com/agent/v1/profiles/search",
"mimeType": "application/json",
"description": "LinkedIn profile search results page"
},
"extensions": {
"bazaar": {
"info": {
"tags": [
"linkedin",
"linkedin-profile-enrichment",
"b2b-leads",
"contact-enrichment",
"email-enrichment"
],
"input": {
"body": {
"page": 1,
"search": "revenue operations",
"requestContext": {
"requestId": "lp_lead_research_2026_06_11_001",
"userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research",
"promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [],
"pagination": {
"pageSize": 0,
"pageNumber": 1,
"totalElements": 0,
"paginationToken": null
}
}
},
"pricing": {
"unit": "page",
"amount": "0.30",
"scheme": "exact",
"network": "eip155:8453",
"currency": "USDC",
"quantity": 1,
"maxAmount": "0.30",
"minAmount": "0.30",
"unitAmount": "0.30"
},
"category": "Data",
"enriched": true,
"providerUrl": "https://linkedpanda.com",
"serviceName": "Linked Panda",
"providerName": "Linked Panda",
"usageGuidance": "For profile endpoints, use a real LinkedIn person profile identifier from linkedin.com/in/<linkedinId>. If you have the full profile URL, prefer linkedinUrl instead of guessing an ID.",
"integrationType": "1P"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"properties": {
"body": {
"type": "object",
"properties": {
"page": {
"type": "number"
},
"search": {
"type": "string"
},
"requestContext": {
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
},
"promptSummary": {
"type": "string"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"type": {
"type": "string"
},
"method": {
"type": "string"
},
"bodyType": {
"type": "string"
}
},
"additionalProperties": true
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {}
},
"pagination": {
"type": "object",
"properties": {
"pageSize": {
"type": "number"
},
"pageNumber": {
"type": "number"
},
"totalElements": {
"type": "number"
},
"paginationToken": {
"type": "null"
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/linked-panda/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 10 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/linked-panda?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/linked-panda.svg" alt="Linked Panda listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/linked-panda?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/linked-panda?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/linked-panda.svg?data=uptime" alt="Linked Panda uptime on x402-list" height="28"> </a>