← oblique.markets · all endpoints
Use when an agent needs rep stableenrich 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.
| Price | $0.10 per call (100000 atomic USDC, scheme exact) |
|---|---|
| Category | data-services |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/rep-stableenrich-search |
curl -i https://api.oblique.markets/api/v1/paid/rep-stableenrich-search # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"properties": {
"offset": {
"type": "integer",
"minimum": 0,
"maximum": 1000,
"default": 0
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 5
},
"search_after": {
"type": "string",
"maxLength": 512
},
"person_names": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"person_locations": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"person_skills": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_position_titles": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_position_seniority_level": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_company_names": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_company_domains": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_company_industries": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_company_headquarters": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
},
"current_company_specialties": {
"type": "array",
"maxItems": 10,
"items": {
"type": "object",
"properties": {
"value": {
"type": [
"string",
"number"
]
},
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
}
},
"required": [
"value"
],
"additionalProperties": false
}
}
},
"additionalProperties": false
}{
"people": [
{
"id": "https://en.wikipedia.org/wiki/Ada_Lovelace",
"full_name": "Ada Lovelace",
"first_name": "Ada",
"last_name": "Lovelace",
"current_position": null,
"current_company": null,
"location": null,
"professional_network_url": null,
"email": null,
"phone": null,
"source_url": "https://en.wikipedia.org/wiki/Ada_Lovelace",
"source": "Wikimedia Wikipedia public search",
"summary": "English mathematician and writer."
}
],
"metadata": {
"offset": 0,
"limit": 1,
"returned": 1,
"total": 1,
"search_after": null
},
"source": "Wikimedia Wikipedia public search",
"bounded": true
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer