← oblique.markets · all endpoints

POST /api/v1/paid/rep-linkedpanda-search — $0.30 per call

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.

Price$0.30 per call (300000 atomic USDC, scheme exact)
Categorydata-services
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/rep-linkedpanda-search

Try it

curl -i https://api.oblique.markets/api/v1/paid/rep-linkedpanda-search
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {
  "search": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "firstName": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "lastName": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "title": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "currentCompany": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "pastCompany": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "school": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "location": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "geoId": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "industryId": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "followerOf": {
   "type": "string",
   "minLength": 1,
   "maxLength": 256
  },
  "page": {
   "type": "integer",
   "minimum": 1,
   "maximum": 100,
   "default": 1
  },
  "requestContext": {
   "type": "object",
   "additionalProperties": true
  }
 },
 "additionalProperties": false
}

Example output

{
 "profiles": [
  {
   "linkedinId": null,
   "linkedinUrl": null,
   "firstName": "Ada",
   "lastName": "Lovelace",
   "fullName": "Ada Lovelace",
   "headline": null,
   "title": null,
   "companyName": null,
   "location": null,
   "avatarUrl": null,
   "sourceUrl": "https://en.wikipedia.org/wiki/Ada_Lovelace",
   "source": "Wikimedia Wikipedia public search",
   "summary": "English mathematician and writer."
  }
 ],
 "pagination": {
  "page": 1,
  "pageSize": 10,
  "total": 1,
  "hasNextPage": false,
  "nextPage": null
 },
 "search": "Ada Lovelace",
 "source": "Wikimedia Wikipedia public search",
 "bounded": true
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer