LinkedIn job search results page
LinkedIn job search results page
50000 (raw units)
price
18
calls / 30d
4
unique payers
2026-09-09
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": {
"page": 1,
"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"
},
"search": "revenue operations"
},
"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.05",
"currency": "USDC",
"maxAmount": "0.05",
"minAmount": "0.05",
"network": "eip155:8453",
"quantity": 1,
"scheme": "exact",
"unit": "page",
"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": {
"page": {
"type": "number"
},
"requestContext": {
"additionalProperties": true,
"properties": {
"promptSummary": {
"type": "string"
},
"requestId": {
"type": "string"
},
"userIntent": {
"type": "string"
}
},
"type": "object"
},
"search": {
"type": "string"
}
},
"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/jobs/search" # -> 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/jobs/search");
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/jobs/search")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/2806.json, and this resource appears in /discovery/resources and /discovery/search.