Estimate people search
Pre-flight conservative credit estimate for POST /api/v1/people/search. Includes contact enrichment assumptions when includeContacts is true.
POST /api/v1/people/search/estimate
Estimate credits for async people search before queueing paid enrichment work.Use this endpoint before
POST /api/v1/people/search when you want to set
maxCredits or show users the credit risk of requesting contact enrichment.
The estimate is a conservative preflight ceiling. Actual settled credits are
based on measured usage and can be lower. Discovery risk scales with requested
result pages, so higher limit values can require a larger preflight ceiling
even when includeContacts is false.
Example
includeContacts is true, omitted
contactFields means both email and phone, matching the search endpoint.Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Body
500"VP Engineering at hiring B2B SaaS companies in SF"
1 <= x <= 100Contact fields to enrich when includeContacts is true. Omit to preserve legacy includeContacts=true behavior, which requests both email and phone.
1 - 2 elementsemail, phone ["email"]
Maximum credits the people search operation may charge. When omitted, normal account limits apply.
x >= 02500
Response
Conservative people search preflight estimate and contact enrichment breakdown.
Estimated credits to be consumed
Whether the real request will return 200 or 202
sync, async "30s-5m"