Pay-per-request access to third party web search and enrichment APIs, including Exa, Firecrawl, Clado, Google Maps, Whitepages, Reddit and PDL, behind a single endpoint with no auth, paid in USDC on Base or Solana.
Pay from $0.002 to $0.22 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 43m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 232ms
- avg response
- 153ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.002 to $0.22 (p31 in Data)
- price (min)
- $0.002
- price (max)
- $0.22
- category percentile (min)
- p31 in Data
- category percentile (max)
- p90 in Data
- endpoints / prices
- 10 / 8
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $1623.35 30d · 541 buyers
- volume 30d
- $1623.35
- buyers 30d
- 541
- settlements 30d
- 44,405
- last settlement
- 2026-07-21
- top buyer share
- 9% of 30d volume
- trend 7d vs 30d
- 0.90x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedA data enrichment service providing access to multiple APIs including Google Maps, Exa, Firecrawl, Reddit, Whitepages, and others for place details, content retrieval, and people search.
- category
- data-enrichment
- in
- mixed
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /api/clado/contacts-enrich | $0.20 | Base/Solana | USDC | |
| POST | /api/exa/contents | $0.002 | Base/Solana | USDC | |
| POST | /api/exa/search | $0.01 | Base/Solana | USDC | |
| POST | /api/firecrawl/search | $0.03 | Base/Solana | USDC | |
| POST | /api/fullenrich/people-search | $0.14 | Base/Solana | USDC | |
| GET | /api/google-maps/place-details/full | $0.05 | Base/Solana | USDC | |
| GET | /api/google-maps/place-details/partial | $0.02 | Base/Solana | USDC | |
| GET | /api/google-maps/solar/building-insights | $0.02 | Base/Solana | USDC | |
| POST | /api/reddit/search | $0.02 | Base/Solana | USDC | |
| POST | /api/whitepages/person-search | $0.22 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/google-maps/place-details/full returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://stableenrich.dev/api/google-maps/place-details/full'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/google-maps/place-details/full",
"tags": [
"Google Maps"
],
"method": "GET",
"mimeType": "application/json",
"description": "Google Maps Place Details (Full)",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"placeId",
"excludeFields",
"languageCode"
],
"properties": {
"placeId": {
"type": "string",
"minLength": 1
},
"languageCode": {
"type": "string",
"default": "en"
},
"excludeFields": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
],
"default": [
"photos"
]
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/google-maps/place-details/partial",
"tags": [
"Google Maps"
],
"method": "GET",
"mimeType": "application/json",
"description": "Google Maps Place Details (Partial)",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"placeId",
"excludeFields",
"languageCode"
],
"properties": {
"placeId": {
"type": "string",
"minLength": 1
},
"languageCode": {
"type": "string",
"default": "en"
},
"excludeFields": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
],
"default": [
"photos"
]
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/google-maps/solar/building-insights",
"tags": [
"Google Maps"
],
"method": "GET",
"mimeType": "application/json",
"description": "Google Solar API - Closest building roof insights including imageryDate",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"latitude",
"longitude",
"requiredQuality"
],
"properties": {
"latitude": {
"type": "number",
"maximum": 90,
"minimum": -90
},
"longitude": {
"type": "number",
"maximum": 180,
"minimum": -180
},
"requiredQuality": {
"enum": [
"LOW",
"MEDIUM",
"HIGH"
],
"type": "string",
"default": "HIGH"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "200000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "200000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/clado/contacts-enrich",
"tags": [
"Clado"
],
"method": "POST",
"mimeType": "application/json",
"description": "Clado Contacts Enrichment - Enrich contact info from LinkedIn URL, email, or phone",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"linkedin_url": "https://www.linkedin.com/in/satyanadella",
"email_enrichment": false,
"phone_enrichment": false
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"email_enrichment",
"phone_enrichment"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to enrich"
},
"phone": {
"type": "string",
"description": "Phone number to enrich"
},
"linkedin_url": {
"type": "string",
"description": "LinkedIn profile URL to enrich"
},
"email_enrichment": {
"type": "boolean",
"default": false,
"description": "Request email enrichment (costs credits when found)"
},
"phone_enrichment": {
"type": "boolean",
"default": false,
"description": "Request phone enrichment (costs credits when found)"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "2000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/exa/contents",
"tags": [
"Exa"
],
"method": "POST",
"mimeType": "application/json",
"description": "Exa Contents - Retrieve content from URLs",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/exa/search",
"tags": [
"Exa"
],
"method": "POST",
"mimeType": "application/json",
"description": "Exa Search - Neural search across the web",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"type": "auto",
"query": "hedge fund portfolio manager New York",
"category": "people",
"numResults": 10
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "25200",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "25200",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/firecrawl/search",
"tags": [
"Firecrawl"
],
"method": "POST",
"mimeType": "application/json",
"description": "Firecrawl Search - Search the web",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"limit": 5,
"query": "best coffee shops"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"query",
"limit"
],
"properties": {
"limit": {
"type": "number",
"default": 5,
"maximum": 10,
"minimum": 1,
"description": "Maximum number of results (max 10)"
},
"query": {
"type": "string",
"minLength": 1,
"description": "Search query to find relevant web pages"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "140000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "140000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/fullenrich/people-search",
"tags": [
"Fullenrich"
],
"method": "POST",
"mimeType": "application/json",
"description": "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.14 when results found; free when no matches.",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"offset": 0,
"person_names": [
{
"value": "Julie Abel"
}
],
"person_skills": [
{
"value": "Rust"
},
{
"value": "DeFi"
}
],
"person_locations": [
{
"value": "New York"
}
],
"current_company_names": [
{
"value": "Timber Creek High School"
}
],
"current_company_domains": [
{
"value": "stripe.com"
}
],
"current_position_titles": [
{
"value": "Software Engineer"
}
],
"current_position_seniority_level": [
{
"value": "C-level"
},
{
"value": "VP"
},
{
"value": "Director"
},
{
"value": "Senior"
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"people": [
{
"location": {
"city": "San Francisco",
"country": "United States"
},
"full_name": "Jane Doe",
"employment": {
"current": {
"title": "VP Engineering",
"seniority": "VP",
"company_id": "co_stripe",
"is_current": true
}
},
"social_profiles": {
"professional_network": {
"url": "https://www.linkedin.com/in/janedoe"
}
}
}
],
"metadata": {
"total": 1,
"offset": 0
},
"companies": {
"co_stripe": {
"id": "co_stripe",
"name": "Stripe",
"domain": "stripe.com"
}
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema"
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"people": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"skills": {
"type": "array",
"items": {
"type": "string"
}
},
"location": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
},
"additionalProperties": {}
},
"full_name": {
"type": "string"
},
"languages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"language": {
"type": "string"
},
"proficiency": {
"type": "string"
}
},
"additionalProperties": {}
}
},
"last_name": {
"type": "string"
},
"educations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"degree": {
"type": "string"
},
"end_at": {
"type": "string"
},
"start_at": {
"type": "string"
},
"school_name": {
"type": "string"
}
},
"additionalProperties": {}
}
},
"employment": {
"type": "object",
"properties": {
"all": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"end_at": {
"type": "string"
},
"company": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"industry": {
"type": "object",
"properties": {
"main_industry": {
"type": "string"
}
},
"additionalProperties": {}
},
"headcount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"locations": {
"type": "object",
"properties": {
"offices": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"properties": {
"line1": {
"type": "string"
},
"line2": {
"type": "string"
}
},
"additionalProperties": {}
}
},
{
"type": "null"
}
]
},
"headquarters": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"line1": {
"type": "string"
},
"line2": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"description": {
"type": "string"
},
"specialties": {
"type": "array",
"items": {
"type": "string"
}
},
"company_type": {
"type": "string"
},
"year_founded": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"headcount_range": {
"type": "string"
},
"social_profiles": {
"type": "object",
"properties": {
"professional_network": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"url": {
"type": "string"
},
"handle": {
"type": "string"
},
"connection_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"start_at": {
"type": "string"
},
"seniority": {
"type": "string"
},
"company_id": {
"type": "string"
},
"is_current": {
"type": "boolean"
},
"description": {
"type": "string"
},
"job_functions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"function": {
"type": "string"
},
"sub_function": {
"type": "string"
}
},
"additionalProperties": {}
}
}
},
"additionalProperties": {}
}
},
"current": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"end_at": {
"type": "string"
},
"company": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"industry": {
"type": "object",
"properties": {
"main_industry": {
"type": "string"
}
},
"additionalProperties": {}
},
"headcount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"locations": {
"type": "object",
"properties": {
"offices": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"properties": {
"line1": {
"type": "string"
},
"line2": {
"type": "string"
}
},
"additionalProperties": {}
}
},
{
"type": "null"
}
]
},
"headquarters": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"line1": {
"type": "string"
},
"line2": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"description": {
"type": "string"
},
"specialties": {
"type": "array",
"items": {
"type": "string"
}
},
"company_type": {
"type": "string"
},
"year_founded": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"headcount_range": {
"type": "string"
},
"social_profiles": {
"type": "object",
"properties": {
"professional_network": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"url": {
"type": "string"
},
"handle": {
"type": "string"
},
"connection_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"start_at": {
"type": "string"
},
"seniority": {
"type": "string"
},
"company_id": {
"type": "string"
},
"is_current": {
"type": "boolean"
},
"description": {
"type": "string"
},
"job_functions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"function": {
"type": "string"
},
"sub_function": {
"type": "string"
}
},
"additionalProperties": {}
}
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"first_name": {
"type": "string"
},
"social_profiles": {
"type": "object",
"properties": {
"professional_network": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"url": {
"type": "string"
},
"handle": {
"type": "string"
},
"connection_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
},
"metadata": {
"type": "object",
"properties": {
"total": {
"type": "number"
},
"offset": {
"type": "number"
},
"credits": {
"type": "number"
},
"search_after": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"additionalProperties": {}
},
"companies": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"domain": {
"type": "string"
},
"industry": {
"type": "object",
"properties": {
"main_industry": {
"type": "string"
}
},
"additionalProperties": {}
},
"headcount": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"locations": {
"type": "object",
"properties": {
"offices": {
"anyOf": [
{
"type": "array",
"items": {
"type": "object",
"properties": {
"line1": {
"type": "string"
},
"line2": {
"type": "string"
}
},
"additionalProperties": {}
}
},
{
"type": "null"
}
]
},
"headquarters": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"line1": {
"type": "string"
},
"line2": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
},
"country_code": {
"type": "string"
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
},
"description": {
"type": "string"
},
"specialties": {
"type": "array",
"items": {
"type": "string"
}
},
"company_type": {
"type": "string"
},
"year_founded": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"headcount_range": {
"type": "string"
},
"social_profiles": {
"type": "object",
"properties": {
"professional_network": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"url": {
"type": "string"
},
"handle": {
"type": "string"
},
"connection_count": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
},
"additionalProperties": {}
}
}
},
"additionalProperties": {}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/reddit/search",
"tags": [
"Reddit"
],
"method": "POST",
"mimeType": "application/json",
"description": "Reddit Search - Search Reddit posts",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"sort": "relevance",
"query": "stablecoins",
"timeframe": "all",
"maxResults": 10
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"query",
"sort",
"timeframe",
"maxResults"
],
"properties": {
"sort": {
"enum": [
"relevance",
"new",
"top",
"comment_count"
],
"type": "string",
"default": "relevance",
"description": "Sort order for results"
},
"after": {
"type": "string",
"description": "Pagination cursor"
},
"query": {
"type": "string",
"minLength": 1,
"description": "Search term for Reddit posts"
},
"timeframe": {
"enum": [
"all",
"day",
"week",
"month",
"year"
],
"type": "string",
"default": "all",
"description": "Time range filter"
},
"maxResults": {
"type": "number",
"default": 10,
"maximum": 25,
"minimum": 1,
"description": "Maximum results to return"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430",
"amount": "220000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
},
"payTo": "8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4",
"amount": "220000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://stableenrich.dev/api/whitepages/person-search",
"tags": [
"Whitepages"
],
"method": "POST",
"mimeType": "application/json",
"description": "Whitepages Person Search - Find people by name, phone, address",
"serviceName": "StableEnrich"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"city": {
"type": "string",
"description": "City name"
},
"name": {
"type": "string",
"description": "Full name to search for"
},
"phone": {
"type": "string",
"description": "Phone number"
},
"radius": {
"type": "number",
"maximum": 100,
"description": "Radius in miles from address (max 100)"
},
"street": {
"type": "string",
"description": "Street address"
},
"max_age": {
"type": "number",
"description": "Maximum age filter"
},
"min_age": {
"type": "number",
"description": "Minimum age filter"
},
"zipcode": {
"type": "string",
"description": "ZIP code"
},
"last_name": {
"type": "string",
"description": "Last name"
},
"first_name": {
"type": "string",
"description": "First name"
},
"state_code": {
"type": "string",
"description": "Two-letter state code"
},
"excludeFields": {
"type": "array",
"items": {
"type": "string"
}
},
"include_historical_locations": {
"type": "boolean",
"description": "Include historical addresses in radius search"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 90d window selected here. Every series is also served as JSON at /api/v1/services/stableenrich/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 10 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/stableenrich?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stableenrich.svg" alt="StableEnrich listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/stableenrich?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/stableenrich?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stableenrich.svg?data=uptime" alt="StableEnrich uptime on x402-list" height="28"> </a>