ToolAssay

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 msmedian answer time
$0.3listed price per call
$0.3price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.oblique.markets/api/v1/paid/rep-linkedpanda-search

CategorySearch and research
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.3 21 ms

Example input (from the provider)

{
  "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"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON