# 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.01/call, status unknown (last checked 2026-09-15).

Searches for people profiles using FullEnrich-shaped queries backed by bounded public Wikimedia data, returning explicit nulls for private contact and employment fields.

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/rep-stableenrich-search
- Price: $0.01/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-97699184
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yzloNu2G8a2HMbsKNyq0u

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-97699184 -d '<json body>'
```

Example prompt: Search for up to 10 product managers at Stripe with skills in payments, located in San Francisco, using the rep stableenrich search — return whoever you find from public data and leave private contact fields as null.

## When to prefer this

Choose this endpoint when an agent needs a FullEnrich-compatible people search response shape but only requires publicly available biographical data — not private emails or phone numbers. It is appropriate when you want structured, null-safe profile objects that won't break downstream FullEnrich-consuming pipelines. Prefer it over stableenrich.dev or live enrichment proxies when cost predictability ($0.10/call) and public-only data are acceptable constraints.

## Known failure modes

- No matching profiles found — returns empty results array
- Invalid filter values cause 400 Bad Request
- Payment not completed via x402 protocol causes 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Person name or company domain format unrecognized, resulting in zero matches

## How this service works

Use when an agent needs rep stableenrich search. Returns Bounded web search for agents using the public Wikimedia Wikipedia search index; not an Exa or stableenrich.dev proxy. $0.01.

## Output

A FullEnrich-shaped paginated list of person profiles sourced from bounded public Wikimedia data. Each record includes whatever public biographical fields are available (name, location, title, company, skills, industry) and explicit null values for private contact information (email, phone) and non-public employment details. Pagination is supported via limit, offset, and search_after cursor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  },
  "query": {
   "type": "string"
  },
  "offset": {
   "type": "integer"
  }
 }
}
```

## More

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