Check your balance
POST /topup.
Public pricing matrix
Research pricing
EachPOST /research request charges one displayed price for the completed run:
| Tier | What it unlocks |
|---|---|
lite | Web search and page research |
standard | + company enrichment (tech, contacts, pages) |
deep | + people enrichment, email finding, LinkedIn |
model override adjusts price based on synthesis model cost.
Failed research requests are not charged. 422 BULK_ENRICHMENT_REQUIRED responses are not charged.
Direct endpoint pricing patterns
| Pattern | Examples |
|---|---|
| Per result | /company-search, /person-search — charged per row in the response |
| Per request | /company-tech-stack, /person-email, /page-scrape |
| Free previews | /company-search-count, /person-search-count |
| Free when empty | Some endpoints charge $0 when no billable data is found (see each operation in the API Reference) |
price (USD for that call) and often credits_remaining.
Starting credits
New accounts receive free credits after email verification — enough for many standard research requests. Exact amounts are shown in the dashboard and/verify response.
Usage history
Design tips for cost control
- Preview list size with count endpoints before paginating search.
- Use direct endpoints when you only need one field.
- Reserve
/researchfor synthesis — not bulk enrichment. - Call
/pricingin agent tooling so models pick the right tier.