Use when an agent needs rep stableenrich people search
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
26 msmedian answer time
$0.1listed price per call
$0.1price 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-stableenrich-people-search
| Category | Search and research |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 26 ms |
Example input (from the provider)
{
"body": {
"current_company_domains": [
{
"value": "example"
}
],
"current_company_headquarters": [
{
"value": "example"
}
],
"current_company_industries": [
{
"value": "example"
}
],
"current_company_names": [
{
"value": "example"
}
],
"current_company_specialties": [
{
"value": "example"
}
],
"current_position_seniority_level": [
{
"value": "example"
}
],
"current_position_titles": [
{
"value": "example"
}
],
"limit": 1,
"offset": 1,
"person_locations": [
{
"value": "example"
}
],
"person_names": [
{
"value": "example"
}
],
"person_skills": [
{
"value": "example"
}
],
"search_after": "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": {
"current_company_domains": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_headquarters": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_industries": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_names": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_specialties": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_position_seniority_level": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_position_titles": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"person_locations": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"person_names": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"person_skills": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"search_after": {
"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"
},
"ou