FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority
FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.15 when results found; free when no matches.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
314 msmedian answer time
$0.15listed price per call
$0.15price 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://stableenrich.dev/api/fullenrich/people-search
| Category | Company and compliance |
|---|---|
| Provider host | stableenrich.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1,233 from 61 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.15 | 314 ms |
Example input (from the provider)
{
"body": {
"current_company_domains": [
{
"value": "stripe.com"
}
],
"current_company_names": [
{
"value": "Timber Creek High School"
}
],
"current_position_seniority_level": [
{
"value": "C-level"
},
{
"value": "VP"
},
{
"value": "Director"
},
{
"value": "Senior"
}
],
"current_position_titles": [
{
"value": "Software Engineer"
}
],
"offset": 0,
"person_locations": [
{
"value": "New York"
}
],
"person_names": [
{
"value": "Julie Abel"
}
],
"person_skills": [
{
"value": "Rust"
},
{
"value": "DeFi"
}
]
},
"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": {
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"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"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {},
"properties": {
"companies": {
"additionalProperties": {
"additionalProperties": {},
"properties": {
"company_type": {
"type": "string"
},
"description": {
"type": "string"
},
"domain": {
"type": "string"
},
"headcount": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"headcount_range": {
"type": "string"
},
"id": {
"type": "string"
},
"industry": {
"additionalProperties": {},
"properties": {
"main_industry": {
"type": "string"
}
},
"type": "object"
},
"locations": {
"additionalProperties": {},
"properties": {
"headquarters": {
"additionalProperties": {},
"properties": {
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
},
"line1": {
"type": "string"
},
"line2": {
"type": "string"
},
"region": {
"type": "string"
}
},
"type": "object"
},
"offices": {
"anyOf": [
{
"items": {
"additionalProperties": {},
"properties": {
"line1": {
"type": "string"
},
"line2": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
]
}
},
"type": "object"
},
"name": {
"type": "string"
},
"social_profiles": {
"additionalProperties": {},
"properties": {
"professional_network": {
"additionalProperties": {},
"properties": {
"connection_count": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"handle": {
"type": "string"
},
"id": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"url": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"specialties": {
"items": {
"type": "string"
},
"type": "array"
},
"year_founded": {
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"type": "object"
},
"propertyNames": {
"type": "string"
},
"type": "object"
},
"metadata": {
"additionalProperties": {},
"properties": {
"credits": {
"type": "number"
},
"offset": {
"t