Skip to main content
Truscan is usage-based. There is no subscription and no per-seat fee. You are charged for the work each request actually does.

Rate card

Every request includes 10 results at no extra charge. Only results past the tenth carry the additional rate.
The live card is served from GET /api/billing/pricing, generated from the same constants that bill a request, so what you read and what you pay cannot drift apart.

How a charge is built

A charge has a base and up to two additions:
A deep search with limit: 25 and enrich: true costs:

Micro-dollars

All amounts are integers in micro-dollars to avoid floating-point rounding:
Fields ending in _micros are always integers. Fields ending in _display are pre-formatted strings for showing to a person.

Quoting before you spend

POST /api/billing/quote prices an operation without charging for it:
Cached searches are not billed. An identical query at the same tier is served from cache and costs nothing.