# Oblique Markets Rep StableEnrich People Search

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

Searches for people using name, title, location, company, and skills filters, returning FullEnrich-shaped profiles with public Wikimedia data and explicit nulls for private contact/employment fields.

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/rep-stableenrich-people-search
- Price: $0.1/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-stableenrich-people-search-3f3d960d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pmWAJhEv_y_Yv2-uRQYvV

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-stableenrich-people-search-3f3d960d -d '<json body>'
```

Example prompt: Search for up to 10 product managers at Stripe with seniority level 'director' or above, located in San Francisco, and return FullEnrich-shaped results with whatever public profile data is available.

## When to prefer this

Choose this endpoint when you need a FullEnrich-compatible people search API that returns structured, agent-ready JSON with explicit nulls for unavailable private data — ideal when your workflow expects the FullEnrich schema shape but you only need publicly available profile information. Prefer this over direct stableenrich.dev calls when operating in an x402 micropayment context via Oblique Markets, or when you need bounded, privacy-safe results sourced from public Wikimedia data.

## Known failure modes

- No results returned if filters are too narrow or names are ambiguous
- All private fields returned as null — this is expected behavior, not an error
- Rate limiting or payment failure if x402 payment is not properly handled
- Malformed filter values (wrong type for 'value' field) may cause 400 errors
- Very common names with no location/company filter may return noisy or irrelevant results

## How this service works

Use when an agent needs rep stableenrich people search. Returns FullEnrich-shaped people search for agents, with bounded public Wikimedia results and explicit nulls for private contact and employment fields; not a stableenrich.dev proxy. $0.10.

## Output

Returns a FullEnrich-shaped array of person records. Private contact fields (email, phone) and private employment details are returned as explicit nulls. Public data sourced from Wikimedia is populated where available. Includes pagination metadata (offset, search_after cursor) for iterating through result sets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  },
  "offset": {
   "type": "integer"
  },
  "person_names": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "search_after": {
   "type": "string"
  },
  "person_skills": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "person_locations": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_company_names": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_company_domains": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_position_titles": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_company_industries": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_company_specialties": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "value"
    ],
    "properties": {
     "value": {},
     "exclude": {
      "type": "boolean"
     },
     "exact_match": {
      "type": "boolean"
     }
    }
   }
  },
  "current_company_headquarters": {
   "type": "array",
   "items": {
    "type": "object",
    "required
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-rep-stableenrich-people-search-3f3d960d/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)
