{
  "x402Version": 2,
  "id": 561,
  "slug": "561",
  "resource": "https://api.oblique.markets/api/v1/paid/rep-linkedpanda-search",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-05T12:08:07.752Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-05T12:08:07.447Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}