← Use cases

RevOps and product teams embedding enrichment

Contact enrichment

Turn a name and a domain into a verified work email and a full profile.

The fragmented way

Separate vendor accounts and API keys for each data source, different auth schemes and response formats, per-seat subscriptions your agent uses a fraction of, and glue code that breaks whenever one vendor changes.

With RouterGrowth

One key and one wallet. Call contact.find, contact.verify, company.enrich as canonical capabilities with stable schemas; the router picks the provider on evidence and every run shows provider, latency, quote and charge.

Capabilities used

CapabilityDescriptionProviders
contact.find Find a professional email from a person and company.
contact.verify Verify deliverability and status of a professional email.
company.enrich Firmographics for a company from its domain.

Copy-paste starting point

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", "strategy": "best_value"}
  }'

Pricing: the maximum cost is quoted and reserved before the call; failed or unmatched calls are released, with any disclosed exceptions shown by /v1/inspect. Reliability: measured provider success rates will be published once minimum sample sizes are reached; examples on this page are labeled and simulated until then. Limitations: capabilities marked coming soon are not yet executable.

Start with free credits