# Oblique Markets Rep LinkedIn Panda Search

> Oblique Markets Rep LinkedIn Panda Search is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Searches for LinkedIn profiles using Linked Panda-shaped queries with bounded public Wikimedia results, pagination, and explicit nulls for unavailable LinkedIn fields

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/rep-linkedpanda-search
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-rep-linkedin-panda-search-fd28d9d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0plq7BwqZ8CfsgTdkuVVp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oblique-markets-rep-linkedin-panda-search-fd28d9d9 -d '<json body>'
```

Example prompt: Search LinkedIn for software engineers named Alex Chen currently working at Stripe in San Francisco — show me the first page of results with whatever profile fields are available.

## When to prefer this

Prefer this endpoint when an agent needs structured, Linked Panda-shaped LinkedIn profile search results with explicit null handling for missing fields and Wikimedia-bounded public data — especially useful for sales prospecting, recruiting, or professional research workflows that require paginated, agent-consumable profile data without a full LinkedIn API integration.

## Known failure modes

- No profiles found matching the search criteria — returns empty results list
- Invalid geoId or industryId — returns error or empty results
- Rate limiting or payment failure via x402 — returns 402 Payment Required
- Search query too broad causing timeouts or truncated results
- LinkedIn data unavailable for requested fields — returns explicit nulls

## How this service works

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.

## Output

Returns a paginated list of Linked Panda-shaped LinkedIn profile objects including available public fields (name, title, company, location, school, industry, etc.) with explicit null values for any unavailable LinkedIn fields, plus bounded public Wikimedia results and pagination metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "integer"
  },
  "geoId": {
   "type": "string"
  },
  "title": {
   "type": "string"
  },
  "school": {
   "type": "string"
  },
  "search": {
   "type": "string"
  },
  "lastName": {
   "type": "string"
  },
  "location": {
   "type": "string"
  },
  "firstName": {
   "type": "string"
  },
  "followerOf": {
   "type": "string"
  },
  "industryId": {
   "type": "string"
  },
  "pastCompany": {
   "type": "string"
  },
  "currentCompany": {
   "type": "string"
  },
  "requestContext": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-rep-linkedin-panda-search-fd28d9d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
