Start a background enrichment run for a company domain
Start a background enrichment run for a company domain. OpenFunnel creates or finds the account, discovers intent signals, finds relevant people, and ICP-qualifies them. Requires domain plus either icp_id or target_icp_roles; jobs can take 15 to 30 minutes.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
490 msmedian answer time
$0.132listed price per call
$0.132price 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://x402.orthogonal.com/openfunnel/api/v1/enrich/deep-enrich
| Category | Company and compliance |
|---|---|
| Provider host | x402.orthogonal.com |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 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.132 | 490 ms |
Example input (from the provider)
{
"body": {
"domain": "domain"
},
"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": {
"campaign_name": {
"description": "Campaign name to create for enriched people",
"type": "string"
},
"domain": {
"description": "Request model for end-to-end company qualification and people enrichment.",
"type": "string"
},
"goal": {
"description": "Search goal (overrides default pitch)",
"type": "string"
},
"icp_id": {
"description": "ICP ID to fetch target roles from",
"type": "integer"
},
"max_jobs_to_check": {
"description": "Max jobs to check for relevance",
"type": "integer"
},
"people_locations": {
"description": "Target people locations (overrides ICP)",
"items": {
"type": "string"
},
"type": "array"
},
"people_sub_locations": {
"description": "Target people sub-locations (overrides ICP)",
"items": {
"type": "string"
},
"type": "array"
},
"target_icp_roles": {
"description": "Target ICP roles (overrides icp_id roles)",
"items": {
"type": "string"
},
"type": "array"
},
"timeframe": {
"description": "Timeframe in days to search back",
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}