Credits are charged only for data a primitive actually returns. Every billable response echoes the exact amount in its credits_consumed field, empty result sets are always free, and async jobs are billed once on completion — never for polling.
Unit: 1C = 1 Credit = $0.02
Primitives
| Endpoint | Credits |
|---|
POST /api/v1/tam/build — TAM Builder | 1C per company returned |
GET /api/v1/account/search-lookalikes — Search Lookalikes | 1C per company returned |
POST /api/v1/account/search-lookalikes-bulk — Search Lookalikes Bulk | 1C per company returned |
GET /api/v2/tech/companies — Search Companies by Tech Stack | 0.5C per company |
POST /api/v2/tech/companies/intent-search — Tech Stack with Intent | 20C per qualified company returned |
POST /api/v2/research/deep — Deep Research | 1 charge per successful call (per-call price configured for your workspace) |
Helpers
Discovery, lookup, and job-control endpoints are free.
| Endpoint | Credits |
|---|
POST /api/v1/account/lookup-companies — Lookup Companies | Free |
GET /api/v2/tech/country-options — List Country Codes | Free |
GET /api/v1/account/firmographic-options — List Firmographic Options | Free |
GET /api/v1/tam/build/{job_id} — Poll TAM Builder Results | Free |
POST /api/v1/tam/build/{job_id}/cancel — Cancel TAM Builder Job | Free |
POST /api/v1/tam/build/{job_id}/pause — Pause TAM Builder Job | Free |
POST /api/v1/tam/build/{job_id}/resume — Resume TAM Builder Job | Free |
GET /api/v1/account/search-lookalikes-bulk/{job_id} — Search Lookalikes Bulk Results | Free |
POST /api/v1/account/search-lookalikes-bulk/{job_id}/cancel — Cancel Bulk Lookalike Job | Free |
GET /api/v2/tech/companies/intent-search/{job_id} — Tech Intent Search Results | Free |
Cancelling a bulk job early caps spend — you are billed only for the companies delivered before the cancel, never the abandoned remainder.