← Catalog

contact.find

live

Find a professional email from a person and company.

Providers

ProviderPrice*Mode
LeadMagic $0.025 platform prepaid
Apollo BYOK customer byok
Hunter $0.02 platform prepaid · planned
Findymail $0.03 platform prepaid · planned
People Data Labs $0.04 platform prepaid · planned

Billing

Unit: per_match · unmatched results billed: no

*Placeholder development pricing.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "contact.find",
    "input": { "first_name": "...", "last_name": "...", "company_domain": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "company_domain": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    }
  },
  "required": [
    "first_name",
    "last_name",
    "company_domain"
  ],
  "type": "object"
}

Normalized output fields

email · status · confidence · person · company