Enrich Prospect
prospect.enrichTurn a name and company domain into a sales-ready prospect profile with seniority, buyer persona, decision-maker probability, company intel, email pattern, and a personalized cold-email opener.
Instructions
Turn a name + company domain into a sales-ready prospect profile: seniority, buyer persona, decision-maker probability, company intel, email pattern, and a personalised cold-email opener. Use for AI SDRs, lead enrichment, and outbound personalisation. Costs $0.50 USDC on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the prospect | |
| domain | Yes | Company domain, e.g. stripe.com | |
| _payment | No | Base64-encoded signed v2 PaymentPayload (the value you'd put in the PAYMENT-SIGNATURE HTTP header). Use @x402/evm or @x402/fetch to sign locally with your own wallet — your private key never leaves your machine. Get the requirements from a first call without _payment, then retry. | |
| company_name | No | Company name if known (optional) | |
| linkedin_url | No | Known LinkedIn profile URL (optional hint) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message when the call failed. | |
| result | No | Raw JSON payload returned by the x402 service on a successful, paid call. | |
| network | No | Settlement network for the x402 payment (base). | |
| service | No | Underlying x402tools service that handled the call. | |
| price_usdc | No | Price charged for this call, in USDC on Base. | |
| requirements | No | x402 payment requirements (scheme, network, amount, payTo, asset) when payment_required is true. | |
| payment_required | No | True when the call needs an x402 payment before it will run. |