Skip to main content
What you pay for depends on your plan. Both plans use the same endpoints and the same request bodies — only the billing differs.

Choose the right plan

These docs currently describe AYCE plans. PAYG credit costs are being finalized and will be published here when they are.

AYCE plans

Searches and downloads are unlimited. Count, preview, insights, enrich, and export as much as you need — no credit balance to track and no usage-based charges. The only ceiling is rate limiting, which protects service quality rather than metering consumption. Every response carries your current position: Exceeding the limit returns 429. Back off and retry — nothing is consumed and no data is lost.

PAYG plans

Credits are deducted for searches and for downloads, across both the contact and company surfaces. Metadata endpoints — columns, stats, match-presets, and export status polls — are not charged. Poll an export as often as you need without cost.
Per-action credit costs are not yet finalized. This table will list the exact cost of each search and each downloaded record once pricing is set.

Check your balance

Keep costs predictable

Two habits keep PAYG spend in line with what you intended:
  • Count before you export. POST /v2/contact/count tells you how large a result set is. Discovering that a filter matched ten times what you expected is much cheaper before the download than after.
  • Preview before you commit. A 20-row preview with "includeScores": true shows whether a SmartSearch is aimed correctly. Tuning a filter on 20 rows costs far less than exporting the wrong hundred thousand.
Both habits are worth keeping on AYCE too — they’re faster, even when they aren’t cheaper.

Next steps