Find your ideal clients, validate your market, and build a repeatable acquisition system that helps founders, marketers, and B2B teams grow.
API calls processed
Countries covered by search
Emails found daily
API uptime
Search by keyword, location, and industry using public business data and mapping sources.
Async web crawl pulls emails directly from company sites and business pages, not guesses.
Every email is typed, MX-checked, and risk-scored before it reaches your outreach tool.
Structured JSON drops straight into n8n, Zapier, Make, or your own CRM enrichment step.
Pass a keyword, location, and industry to /api/search and the crawl kicks off asynchronously — no scraping infrastructure to run yourself.
GET /api/search ?query=singapore+cafe &token=YOUR-API-TOKEN
The system checks company sites and business pages across 250+ countries, rather than relying on a stale contact database.
Role accounts, catch-alls, and dead domains are flagged before they ever reach your outreach sequence.
| Domain | Risk | MX | |
|---|---|---|---|
| alsidras.com | info@alsidras.com | role account | ✓ |
| moltents.com | info@moltents.com | role account | ✓ |
| mcmaster.ae | projects@mcmaster.ae | role account | ✓ |
Send results straight into n8n, Zapier, Make, or a webhook callback — no glue code required.
Search by keyword, location, and industry using public business data sources and mapping APIs.
Drop into n8n, Zapier, or Make in minutes. Built to slot into existing outreach stacks.
Simple REST API with async processing, webhook callbacks, and self-hosted deployment support.
Scales from solo prospecting to agency-level lead generation without changing your workflow.
# 1. start a search curl -X POST https://findmyclient.org/api/search \ -H "token: YOUR-API-TOKEN" \ -H "content-type: application/json" \ -d '{"query":"singapore cafe","max_results":50}' # 2. poll for the result curl https://findmyclient.org/api/result/{job_id} \ -H "token: YOUR-API-TOKEN"
// 1. start a search const res = await fetch("https://findmyclient.org/api/search", { method: "POST", headers: { token: "YOUR-API-TOKEN", "content-type": "application/json" }, body: JSON.stringify({ query: "singapore cafe", max_results: 50 }) }); const { job_id } = await res.json(); // 2. poll for the result const result = await fetch(`https://findmyclient.org/api/result/${job_id}`, { headers: { token: "YOUR-API-TOKEN" } });
# 1. start a search import requests r = requests.post( "https://findmyclient.org/api/search", headers={"token": "YOUR-API-TOKEN"}, json={"query": "singapore cafe", "max_results": 50} ) job_id = r.json()["job_id"] # 2. poll for the result result = requests.get( f"https://findmyclient.org/api/result/{job_id}", headers={"token": "YOUR-API-TOKEN"} )
Run client prospecting across many niches at once without hiring a research team.
Build a first go-to-market list before you've hired anyone to do it for you.
Keep reps supplied with verified contacts instead of manual list-building.
Insights shared by early users putting FindMyClient through real prospecting workflows.
| Feature |
Free
$0
|
Most Popular
Pro
$29 /mo
|
Enterprise
Custom
|
|---|---|---|---|
| Best For | Testing, prototypes, and small projects | AI agents and automation pipelines | Large-scale deployments and custom integrations |
| Credits / Month | Limited | 5,000 | Custom |
| API Requests | Limited | Included | Custom |
| Rate Limit | Standard | 10 requests / 3 min | Flexible |
| API Keys | 1 | 1 | Custom |
| Business Discovery | Basic | Full Access | Full Access + Custom Sources |
| Real-Time Usage Tracking | ✕ | ✓ | ✓ |
| Priority API Throughput | ✕ | ✓ | ✓ |
| Custom Data Sources | ✕ | ✕ | ✓ |
| Custom Integrations | ✕ | ✕ | ✓ |
| Dedicated Support | ✕ | ✕ | ✓ |
| Community Support | ✓ | ✓ | ✓ |
| Infrastructure Options | Standard | Standard | Scalable & Customized |
Discover B2B prospects with a query, or let our team build and run your acquisition pipeline for you.