x402 List

x402 Protocol Service Directory

Linked Panda

Data PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

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.

first settlement 2026-05-12 · $264.54 all-time · settled via coinbase

BASE URL https://api.linkedpanda.com ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 3h ago

Evidence-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
338ms
avg response
132ms
total checks
2,145

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.30 (p53 in Data)
price (min)
$0.01
price (max)
$0.30
category percentile (min)
p53 in Data
category percentile (max)
p90 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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $91.28 30d · 57 buyers
volume 30d
$91.28
buyers 30d
57
settlements 30d
899
first settlement
2026-05-12
last settlement
2026-08-13
top buyer share
13% of 30d volume
trend 7d vs 30d
0.97x the 30d daily rate
networks
eip155:8453
volume all-time
$264.54
settlements all-time
2,556
median settlement 30d
$0.05
max settlement 30d
$1.00
settled via
coinbase ($91.28, 899 tx)

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-derived

Provides LinkedIn profile and company enrichment services including email lookup, post engagement data, and search capabilities.

category
linkedin-enrichment
in
body
linkedinenrichmentemail-lookupprofile-searchcompany-datapost-engagement

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /agent/v1/ads/search $0.05 Base USDC header
POST /agent/v1/companies/enrich $0.05 Base USDC header
POST /agent/v1/companies/search $0.30 Base USDC header
POST /agent/v1/geo-id $0.01 Base USDC header
POST /agent/v1/jobs/search $0.05 Base USDC header
POST /agent/v1/posts/reactions $0.05 Base USDC header
GET /agent/v1/profiles/:linkedinId $0.05 Base USDC header
POST /agent/v1/profiles/email $0.05 Base USDC header
GET /agent/v1/profiles/enrich $0.05 Base USDC header
POST /agent/v1/profiles/search $0.30 Base USDC header
10 endpoints

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.

// request
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
  }
]

OVER TIME

All charts use the 24h selector; each series spans only the dates it has data for. 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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 110ms avg08-1308-13
24h UPTIME 100%
RESPONSE TIME
08-13 · 110ms avg08-13 · 110ms avg08-1308-13
AVG RESP 132ms
PRICE (captured 402, USD)
08-12 · $0.0508-13 · $0.05$0.0508-1208-13

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-1208-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-20 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 94ms
● OK 59ms
● OK 60ms
● OK 55ms
● OK 99ms
● OK 47ms
● OK 175ms
● OK 89ms
● OK 80ms
● OK 110ms
● OK 111ms
● OK 59ms
● OK 192ms
● OK 94ms
● OK 129ms
● OK 111ms
● OK 78ms
● OK 107ms

EMBED THIS BADGE

Show that Linked Panda is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Linked Panda listed on x402-list
status
Linked Panda uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Linked Panda on x402-list](https://x402-list.com/badge/linked-panda.svg)](https://x402-list.com/services/linked-panda?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/linked-panda/update.