mirrored listing x402 eip155:8453

Recent LinkedIn posts for a profile

Recent LinkedIn posts for a profile

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
250000 (raw units)
price
34
calls / 30d
4
unique payers
2026-09-17
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": "250000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "category": "Data",
      "enriched": true,
      "input": {
        "body": {
          "limit": 5,
          "profile": "replace-with-real-linkedin-id",
          "requestContext": {
            "promptSummary": "Find RevOps leaders who engaged with Reid Hoffman's recent AI sales post",
            "requestId": "lp_lead_research_2026_06_11_001",
            "userIntent": "Build a warm outbound list from LinkedIn post engagement for Linked Panda ICP research"
          }
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "integrationType": "1P",
      "output": {
        "example": {
          "pagination": {
            "pageNumber": 1,
            "pageSize": 0,
            "paginationToken": null,
            "totalElements": 0
          },
          "results": []
        },
        "type": "json"
      },
      "pricing": {
        "amount": "0.25",
        "currency": "USDC",
        "maxAmount": "1.00",
        "minAmount": "0.05",
        "network": "eip155:8453",
        "quantity": 5,
        "scheme": "exact",
        "unit": "post",
        "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."
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": true,
      "properties": {
        "input": {
          "additionalProperties": true,
          "properties": {
            "body": {
              "additionalProperties": true,
              "properties": {
                "limit": {
                  "type": "number"
                },
                "profile": {
                  "type": "string"
                },
                "requestContext": {
                  "additionalProperties": true,
                  "properties": {
                    "promptSummary": {
                      "type": "string"
                    },
                    "requestId": {
                      "type": "string"
                    },
                    "userIntent": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "type": "string"
            },
            "method": {
              "type": "string"
            },
            "type": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "output": {
          "additionalProperties": true,
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "pagination": {
                  "additionalProperties": true,
                  "properties": {
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "paginationToken": {
                      "type": "null"
                    },
                    "totalElements": {
                      "type": "number"
                    }
                  },
                  "type": "object"
                },
                "results": {
                  "items": {},
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.linkedpanda.com/agent/v1/profiles/posts"
# -> 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/posts");
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/posts")
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/2805.json, and this resource appears in /discovery/resources and /discovery/search.