Pricing
Two modes. BYOK is free forever — bring keys for Bright Data, Apify, and ZeroEntropy and you pay them directly. Hosted is prepaid credits — we handle the upstream creds and bill you per call.
BYOK
Free. Store your provider keys via PUT /v1/providers/:provider.
Encrypted at rest with AES-256-GCM, never logged or returned in plaintext.
You pay Bright Data, Apify, and ZeroEntropy directly — at their listed prices.
Hosted pricing
Prepaid credits — 1 credit = $0.01. New accounts ship with 50 free credits.
source: live /v1/pricing
starter
$10
1,000 credits
pro
$50
6,000 credits 20% off
scale
$200
30,000 credits 35% off
Per-action cost
| Endpoint | Cost (credits) | Description |
|---|---|---|
| /v1/feed | 1 | Read cached feed of raw social posts |
Provider cost — full transparency
What you're charged in credits vs. what we pay our upstream providers per call. Markup column shows the ratio at face value — no hidden surcharges.
| Action | Credit cost | Our cost (USD) | Markup |
|---|---|---|---|
| Bright Data — X scrape | 0.1 credits / X post | $0.0010 | 1.0× |
| Apify — alt scrape | 0.5 credits / call | $0.0050 | 1.0× |
| ZeroEntropy — rerank | 0.5 credits / rerank | $0.0005 | 10.0× |
| ZeroEntropy — embed | 0.1 credits / embed | $0.0002 | 5.0× |
GET /v1/pricing at build time.
The endpoint is public — fetch it yourself to verify.
Source of truth is src/billing.ts on GitHub.