Pricing
Usage-based, per record
$0.005 per credit, one credit per successful record. A request that resolves nothing costs nothing, and 5 credits are on the house when you sign up.
Free
$0
5 credits on signup
- Both endpoints
- No card required
- 10 requests/second
- Community support
Pay as you go
$0.005
per credit
- 1 credit = 1 successful record
- Top up any amount
- Auto-recharge available
- Email support
Scale
Committed
volume pricing
- Volume rate below $0.005
- Higher rate limit than 10 rps
- Priority support
- Invoiced billing
Committed volume prices below the list rate. Ask for a rate card if you are running more than a few hundred thousand records a month.
Enterprise
Committed volume, private deployment options, custom source ordering, and a contractual SLA.
What a credit buys
One credit is one successfully retrieved record. There is no bulk endpoint, so enriching N entities costs N credits.
| Action | Cost | Endpoint / note |
|---|---|---|
| Person record | 1 credit | GET /v1/people/profile |
| Company record | 1 credit | GET /v1/companies/details |
| Not found (404) | 0 credits | never billed |
| Unusable identifier (400) | 0 credits | rejected before retrieval |
| Rejected key or no balance (401 / 402) | 0 credits | never billed |
| Rate limited or busy (429 / 503) | 0 credits | never billed |
| Balance check | 0 credits | GET /v1/credits |
Estimating a backfill: count entities, not rows. See running a backfill that does not overspend.
Pricing questions
What counts as a billable record?
One credit per successful enrichment, at $0.005 per credit by default. Credits are reserved before the upstream call and released if it does not produce a record, so a 400, 401, 402, 404, 429, or 503 never costs anything.
Is latency billed?
No. You pay per successful record, whatever the request took. Retrieval time varies with how many sources answer, and that is our problem rather than yours.
Can I cap spend?
Your balance is the cap. Requests past it return 402 with a plain-text body rather than silently spending, and you can issue separate API keys per project so usage is attributable. Auto-recharge is opt-in, so a runaway job stops rather than billing you indefinitely.
Do retries cost extra?
A retry only costs a credit if it succeeds, because failures are never charged. Retry 429 and 503 only; 400, 401, 402, and 404 are terminal and retrying them achieves nothing.
Is there a bulk discount for backfills?
Committed-volume pricing is available below the $0.005 list rate. There is no bulk endpoint, so a backfill of N entities is N calls and N credits regardless of the rate. Size the budget on call count, not on rows.
Evaluate before you spend
A Free project and test keys return shaped sample records without touching credits.