x402 List

x402 Protocol Service Directory

Linked Panda

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://api.linkedpanda.com ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 40m 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
208ms
avg response
100ms
total checks
71
compliance A (11/11)

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

jump to compliance checklist

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

Provides LinkedIn data enrichment services including profile enrichment, company information, job search, and post engagement data.

category
linkedin-enrichment
in
body
linkedinenrichmentprofilecompanyjob-searchemail-lookuppost-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
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
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
  }
]

UPTIME

07-20 · uptime 100.0% · 121ms avg07-21 · uptime 100.0% · 86ms avg07-2007-21
RESPONSE TIME
07-20 · 121ms avg07-20 · 121ms avg07-21 · 86ms avg07-21 · 86ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 98ms
TOTAL CHECKS 73

RECENT CHECKS

TIME STATUS RESP
● OK 11ms
● OK 36ms
● OK 109ms
● SLOW 158ms
● OK 73ms
● OK 91ms
● OK 79ms
● OK 83ms
● OK 111ms
● OK 115ms
● OK 84ms
● OK 12ms
● OK 67ms
● OK 20ms
● OK 20ms
● OK 27ms
● OK 28ms
● OK 18ms

OVER TIME

All charts share the 30d 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).

PRICE (captured 402, USD)
07-20 · $0.0507-21 · $0.05$0.0507-2007-21

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

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-22 · $506-23 · $406-24 · $2306-25 · $406-26 · $1106-27 · $0.1506-29 · $306-30 · $207-01 · $707-03 · $0.1507-04 · $1607-06 · $0.6107-07 · $0.8007-08 · $207-09 · $4007-15 · $307-16 · $507-17 · $707-18 · $0.9607-19 · $0.1607-20 · $407-21 · $1peak $4006-2207-21
DISTINCT BUYERS
06-22 · 4 buyers06-23 · 8 buyers06-24 · 8 buyers06-25 · 4 buyers06-26 · 2 buyers06-27 · 1 buyer06-29 · 4 buyers06-30 · 2 buyers07-01 · 3 buyers07-03 · 2 buyers07-04 · 2 buyers07-06 · 2 buyers07-07 · 1 buyer07-08 · 6 buyers07-09 · 8 buyers07-15 · 7 buyers07-16 · 3 buyers07-17 · 3 buyers07-18 · 2 buyers07-19 · 2 buyers07-20 · 4 buyers07-21 · 2 buyerspeak 8 buyers06-2207-21

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

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 ]