BetterContact
Waterfall email and phone enrichment.
SourcingAPI key6 endpoints
Runtime credentials
Connecting BetterContact via OAuth or your own API key requires the following secret slots in your workspace:
- BETTERCONTACT_API_KEY
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
account Read BetterContact account email and remaining credits for the active API key. docs ↗ | GET /account | none | <1s | 1/s | no bill |
lead_finder_create Start an async BetterContact search for people matching company and lead filters. docs ↗ | POST /lead_finder/async | paid_provider | async-poll | 1/s | 1-200 credits |
lead_finder_result Fetch rows and credit usage for a submitted BetterContact lead finder request. docs ↗ | GET /lead_finder/async/{request_id} | none | <1s | 1/s | no bill |
enrichment_create Start an async BetterContact email and phone enrichment job for known contacts. docs ↗ | POST /async | paid_provider | async-poll | 1/s | 1-1100 credits |
enrichment_result Fetch email and phone results for a submitted BetterContact enrichment request. docs ↗ | GET /async/{request_id} | none | <1s | 1/s | no bill |
enrich_lead Create and poll a single-contact BetterContact enrichment request in one Oxygen tool call. docs ↗ | POST /async | paid_provider | async-poll | 1/s | 1-11 credits |