# TrueScrape pricing

Social data infrastructure that tells you when things change. No subscription: credits are bought once and never expire.

## Tiers

### Free

- Price: $0
- Cadence: forever
- Credits: 1,000 credits, once
- For: Evaluating whether the data is good enough.
- Limits and terms:
  - A one-time grant on signup, not a monthly renewal
  - Every endpoint, no feature gating
  - No card required
  - Cache hits still cost nothing

### Credit packs

- Price: From $25
- Cadence: one-time, no subscription
- Credits: 20,000 credits and up
- Rate: $1.25 per 1,000, down to $0.80 at volume
- For: A product in production with real volume.
- Limits and terms:
  - Credits never expire and there is nothing to cancel
  - Async jobs, batching, and webhook subscriptions
  - Buy again whenever you run low
  - A daily spend cap, with remaining headroom on every account read

### Enterprise

- Price: Custom
- Credits: Committed volume
- For: Buying through a security review.
- Limits and terms:
  - Documented retention windows and zero-retention mode
  - Per-tenant cache isolation as standard, not an upsell
  - SSO and SAML
  - Dedicated proxy pools
  - Public, logged-out data only: the posture, in writing

## Credit packs

| Credits | Price | Rate | Saving |
| --- | --- | --- | --- |
| 20,000 | $25 | $1.25 / 1k | entry rate |
| 100,000 | $100 | $1.00 / 1k | 20% cheaper per credit |
| 625,000 | $500 | $0.80 / 1k | 36% cheaper per credit |

## What a credit buys

- One channel or profile lookup: 1 credit
- One video transcript: 1 credit
- One page of a channel’s uploads: 1 credit
- The same call with render=true: 3× the endpoint price
- A cache hit on any of the above: 0 credits
- A request that fails upstream: 0 credits
- A request that returns nothing: 0 credits

## Notes

- A failed request, an empty result and a cache hit all cost 0 credits.
- An invalid API key returns 401. A 402 always means the key is valid and the balance is not.
- A balance can never go negative, and a daily spend cap rejects with 429 before any charge.

Full page: https://truescrape.com/pricing
