https://www.Stripe.com/pricing normalises to stripe.com. Duplicates are dropped, and anything that is not a usable domain comes back in invalidDomains so you can fix it.| Per lead | |
|---|---|
| Base | 1 |
includeEmail (default true) | +10 |
includePhone (default false) | +525 |
domains x limitPerDomain x per-lead rate — and settled against what came back when you fetch results. The difference is refunded automatically.limitPerDomain: 10 with email on reserves 220. If 20 leads come back and 14 have addresses, you are charged 20 + 140 = 160 and 60 is refunded.curl --location 'https://dev.enrich.so/api/v3/domain-search/batch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"domains": [
"stripe.com",
"figma.com"
],
"limitPerDomain": 10,
"includeEmail": true,
"includePhone": false,
"strict": false,
"name": "Fintech round 1"
}'{
"success": true,
"data": {
"batchId": "87fef14c-b944-43e3-94ff-27d4184ca53f",
"status": "pending",
"domainCount": 2,
"duplicatesRemoved": 0,
"invalidDomains": []
},
"meta": {
"requestId": "78575a08-dcc6-4c1f-8384-5c6bc1a11114",
"creditsReserved": 220,
"creditsPerItem": 110,
"estimatedCredits": 220
}
}