Skip to content
ScoutingAPI
Docs

Credits & pricing

One credit balance per account powers REST, the App and MCP. Credits are metered per result — and failed, empty and blocked calls are always free.

You pay for data delivered, not attempts

Credit costs by endpoint

Credits are metered per result. Search, reviews and availability bill per returned item above a small per-leg minimum (the + below); listing, price and price-compare are flat per call. These are the launch defaults (1 credit ≈ $0.01 nominal retail).

EndpointCreditsBilling unit
/v1/listing3flat, per call
/v1/price3flat, per call
/v1/reviews5+per returned review, min 5 per platform
/v1/availability5+by requested date range, min 5 per listing
/v1/search5+per returned result, min 5 per platform
/v1/price-compare22flat, per call (one property, many OTAs)
/v1/jobs/{jobId}0polling is always free

Plans & top-ups

PlanPrice / moCredits / moRate limit
Free / Sandbox$0 (no card)300 · valid 90 days30 / min
Starter$191,90060 / min
Pro$999,900120 / min
Scale$49949,900300 / min
EnterpriseCustomCustomCustom

Top-up packs: $10 → 1,000, $50 → 5,000, $200 → 20,000. See the pricing page for the full breakdown and a credit calculator. Top-ups are a subscriber add-on: POST /v1/billing/topups returns 403 subscription_required for an account with no active paid plan.

How credits behave

  • One balance per account. REST keys, the App and the MCP/Connectors channel all draw from the same ledger.
  • Cache hits still bill at the full endpoint tier — caching is our margin lever, not a customer discount. Polling /jobs is the one exception (always 0).
  • Charge on success only, pre-authorized via a reservation: a low balance is rejected with 402 insufficient_credits before any upstream spend.
  • Credits expire on a schedule. Your free signup grant of 300 credits is valid for 90 days; monthly subscription credits reset each period and don’t roll over (unused monthly credits expire at the end of the billing period); top-up credits stay valid for at least 30 days — and while you’re subscribed, at least until your next renewal. Usage always spends the soonest-to-expire credits first.

Read your usage

Check your balance from code