mirrored listing x402 eip155:8453

LinkedIn profile enrichment API for one B2B lead

LinkedIn profile enrichment API for one B2B lead

Do you run api.linkedpanda.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
32
calls / 30d
2
unique payers
2026-09-15
updated

Provider

api.linkedpanda.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xe740D5701749D262dA5E4Fcb9f814c5B6D91Cf46",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "category": "Data",
      "enriched": true,
      "input": {
        "body": {
          "requestContext": {
            "promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post",
            "requestId": "lp_lead_research_2026_06_11_001",
            "userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research"
          }
        },
        "bodyType": "json",
        "method": "POST",
        "pathParams": {
          "linkedinId": "alnaib"
        },
        "type": "http"
      },
      "integrationType": "1P",
      "output": {
        "example": {
          "companyDomain": "example.co",
          "companyName": "ExampleCo",
          "country": "US",
          "enrichedAt": "2026-05-13T08:00:00.000Z",
          "firstName": "Alex",
          "followerCount": 18450,
          "headline": "VP Sales at ExampleCo",
          "lastName": "Example",
          "linkedinId": "alex-example",
          "linkedinUrl": "https://www.linkedin.com/in/alex-example/",
          "location": "San Francisco Bay Area",
          "title": "VP Sales"
        },
        "type": "json"
      },
      "pricing": {
        "amount": "0.05",
        "currency": "USDC",
        "maxAmount": "0.05",
        "minAmount": "0.05",
        "network": "eip155:8453",
        "quantity": 1,
        "scheme": "exact",
        "unit": "request",
        "unitAmount": "0.05"
      },
      "providerName": "Linked Panda",
      "providerUrl": "https://linkedpanda.com",
      "serviceName": "Linked Panda",
      "tags": [
        "linkedin",
        "linkedin-profile-enrichment",
        "b2b-leads",
        "contact-enrichment",
        "email-enrichment"
      ],
      "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."
    },
    "routeTemplate": "/agent/v1/profiles/:linkedinId",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": true,
      "properties": {
        "input": {
          "additionalProperties": true,
          "properties": {
            "body": {
              "additionalProperties": true,
              "properties": {
                "requestContext": {
                  "additionalProperties": true,
                  "properties": {
                    "promptSummary": {
                      "type": "string"
                    },
                    "requestId": {
                      "type": "string"
                    },
                    "userIntent": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "type": "string"
            },
            "method": {
              "type": "string"
            },
            "pathParams": {
              "additionalProperties": true,
              "properties": {
                "linkedinId": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "output": {
          "additionalProperties": true,
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "companyDomain": {
                  "type": "string"
                },
                "companyName": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "enrichedAt": {
                  "type": "string"
                },
                "firstName": {
                  "type": "string"
                },
                "followerCount": {
                  "type": "number"
                },
                "headline": {
                  "type": "string"
                },
                "lastName": {
                  "type": "string"
                },
                "linkedinId": {
                  "type": "string"
                },
                "linkedinUrl": {
                  "type": "string"
                },
                "location": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.linkedpanda.com/agent/v1/profiles/:linkedinId"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.linkedpanda.com/agent/v1/profiles/:linkedinId");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.linkedpanda.com/agent/v1/profiles/:linkedinId")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2808.json, and this resource appears in /discovery/resources and /discovery/search.