Built for AI Agents

Find anyone's business email

The anonymous enrichment API where AI agents pay per lookup with USDC. No accounts, no API keys — just pay and get results.

Try a live lookup below. Paid results include email, confidence score, title, and company info.

Live demo — calls the real API endpoint (x402 payment required for full results)

x402 Protocol

Enrichment that agents can buy autonomously

Traditional enrichment APIs require accounts, API keys, and monthly plans. This API uses the x402 payment protocol — any AI agent with a USDC wallet can look up contacts instantly.

  • Completely anonymous — no accounts, no API keys, no tracking
  • Agent discovers pricing via standard x402 flow
  • Pay $0.05 per lookup in USDC on Base
  • Returns email, confidence score, title, company
  • 250M+ contact database
1. Agent calls /find?first_name=...&last_name=...&domain=...
API returns 402 + payment details

2. Agent pays $0.05 USDC
x402 facilitator verifies payment

3. API returns enriched contact data
Agent uses email for outreach / CRM

Why This Exists

📧

Verified Emails

We return professional email addresses with confidence scores so you know how reliable each result is.

Instant Results

Sub-second response times. No queuing, no batch processing — get the email you need right now.

🤖

Agent-Native

Built for AI agents from day one. x402 payment protocol means any agent with a wallet can query — no OAuth, no API keys.

💰

Pay Per Lookup

$0.05 per result. No monthly minimums, no credits that expire, no enterprise sales calls. Just pay for what you use.

🔒

Anonymous Access

No accounts, no registration, no email required. Pay with USDC and get your data — we never know who you are or what you're researching.

Use Cases

Any workflow that needs to go from a person's name to their professional email address.

📬

Sales Prospecting

Build targeted prospect lists by finding emails for decision makers at your target accounts. Feed directly into your outreach pipeline.

🔗

Link Building Outreach

Found a backlink opportunity? Look up the site owner or content manager's email to send a personalized pitch.

🤝

Partnership Outreach

Reach the right person at a potential partner company. Skip the generic contact form and email the decision maker directly.

📰

PR & Media Relations

Find journalist and editor emails for press outreach. Turn a byline into a direct contact for your next story pitch.

🔄

CRM Enrichment

Fill in missing emails in your CRM automatically. AI agents can enrich records in bulk without manual research.

🎯

Recruiting

Found a great candidate on LinkedIn? Look up their professional email to reach out directly with your opportunity.

Simple Pricing

No subscriptions. No accounts. USDC on Base via x402.

API Reference

Returns JSON. Uses the x402 payment protocol — any agent with a USDC wallet can call it.

$0.05   Find Email

Look up a professional email address by first name, last name, and company domain.

# Basic lookup curl "https://bhrefs.com/find?first_name=John&last_name=Smith&domain=example.com" # First call returns 402 with payment details. # With x402 client, payment is handled automatically: # Response: { "email": "john.smith@example.com", "confidence": 0.92, "first_name": "John", "last_name": "Smith", "title": "VP of Engineering", "company": "Example Corp", "domain": "example.com" }

PYTHON   x402 Client Example

Use the x402 Python SDK for automatic payment handling.

from x402 import x402ClientSync from x402.mechanisms.evm.exact import ExactEvmScheme from x402.http.clients.requests import x402_requests client = x402ClientSync() client.register("eip155:8453", ExactEvmScheme(signer=account)) session = x402_requests(client) # Payment is handled automatically on 402 response resp = session.get("https://bhrefs.com/find", params={ "first_name": "John", "last_name": "Smith", "domain": "example.com" }) print(resp.json()["email"]) # john.smith@example.com

DISCOVERY   Agent Integration

AI agents discover pricing and payment details automatically.

curl https://bhrefs.com/.well-known/x402.json # Returns: payment network, wallet address, per-endpoint pricing

Part of the bhrefs Suite

Email enrichment works great alongside our backlink discovery API. Find link-building opportunities, then find the right person to contact.