Use when an agent needs rep linkedpanda search
Use when an agent needs rep linkedpanda search. Returns Linked Panda-shaped LinkedIn profile search for agents, with bounded public Wikimedia results, pagination, and explicit nulls for unavailable LinkedIn fields; not a Linked Panda proxy. $0.30.
300000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-05
updated
Provider
api.oblique.markets · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "300000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "300000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"currentCompany": "example",
"firstName": "example",
"followerOf": "example",
"geoId": "example",
"industryId": "example",
"lastName": "example",
"location": "example",
"page": 1,
"pastCompany": "example",
"requestContext": {},
"school": "example",
"search": "example",
"title": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"bounded": true,
"pagination": {
"hasNextPage": false,
"nextPage": null,
"page": 1,
"pageSize": 10,
"total": 1
},
"profiles": [
{
"avatarUrl": null,
"companyName": null,
"firstName": "Ada",
"fullName": "Ada Lovelace",
"headline": null,
"lastName": "Lovelace",
"linkedinId": null,
"linkedinUrl": null,
"location": null,
"source": "Wikimedia Wikipedia public search",
"sourceUrl": "https://en.wikipedia.org/wiki/Ada_Lovelace",
"summary": "English mathematician and writer.",
"title": null
}
],
"search": "Ada Lovelace",
"source": "Wikimedia Wikipedia public search"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"currentCompany": {
"type": "string"
},
"firstName": {
"type": "string"
},
"followerOf": {
"type": "string"
},
"geoId": {
"type": "string"
},
"industryId": {
"type": "string"
},
"lastName": {
"type": "string"
},
"location": {
"type": "string"
},
"page": {
"type": "integer"
},
"pastCompany": {
"type": "string"
},
"requestContext": {
"type": "object"
},
"school": {
"type": "string"
},
"search": {
"type": "string"
},
"title": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"bounded": {
"type": "boolean"
},
"pagination": {
"properties": {
"hasNextPage": {
"type": "boolean"
},
"nextPage": {
"type": "null"
},
"page": {
"type": "integer"
},
"pageSize": {
"type": "integer"
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"profiles": {
"items": {
"properties": {
"avatarUrl": {
"type": "null"
},
"companyName": {
"type": "null"
},
"firstName": {
"type": "string"
},
"fullName": {
"type": "string"
},
"headline": {
"type": "null"
},
"lastName": {
"type": "string"
},
"linkedinId": {
"type": "null"
},
"linkedinUrl": {
"type": "null"
},
"location": {
"type": "null"
},
"source": {
"type": "string"
},
"sourceUrl": {
"type": "string"
},
"summary": {
"type": "string"
},
"title": {
"type": "null"
}
},
"type": "object"
},
"type": "array"
},
"search": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.oblique.markets/api/v1/paid/rep-linkedpanda-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.oblique.markets/api/v1/paid/rep-linkedpanda-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.oblique.markets/api/v1/paid/rep-linkedpanda-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/561.json, and this resource appears in /discovery/resources and /discovery/search.