Credits, not subscriptions
One credit is $0.003 at list. Packs are cheaper per credit, and the bigger the pack the cheaper it gets. Custom top-ups above a pack size get that pack's rate automatically, so you are never punished for buying more. Credits never expire. Pay with PayPal.
- Every platform and endpoint
- Automatic failover, failed attempts are free
- Credits never expire
- 5,000 Reddit searches, or 1,000 X searches
- Every platform and endpoint
- Automatic failover, failed attempts are free
- Credits never expire
- 25,000 Reddit searches, or 5,000 X searches
- Every platform and endpoint
- Automatic failover, failed attempts are free
- Credits never expire
- 150,000 Reddit searches, or 30,000 X searches
Need an exact number? From your dashboard buy any amount (minimum $5), or an agent can call POST /v1/checkout {"credits": N} and hand you the PayPal link.
What each call costs
Generated from the same table the API bills against, so it cannot drift. A standard search is 1 credit; platforms with a paid upstream cost more because they cost us more.
| platform | endpoint | credits | at list |
|---|---|---|---|
| /v1/reddit/search | 1 | $0.003 | |
| X / Twitter | /v1/x/search | 5 | $0.015 |
| /v1/instagram/user-posts | 3 | $0.009 | |
| TikTok | /v1/tiktok/user-videos | 3 | $0.009 |
| /v1/facebook/page-posts | 3 | $0.009 | |
| Hacker News | /v1/hackernews/search | 1 | $0.003 |
| YouTube | /v1/youtube/search | 1 | $0.003 |
| Bluesky | /v1/bluesky/search | 2 | $0.006 |
| Mastodon | /v1/mastodon/tag | 1 | $0.003 |
| App Store | /v1/appstore/search | 1 | $0.003 |
| Google Play | /v1/gplay/search | 2 | $0.006 |
| Web / News | /v1/web/search | 2 | $0.006 |
| Reddit + HN together | /v1/search/forums | 10 | $0.03 |
| Every platform at once | /v1/search/everywhere | 20 | $0.06 |
On a trial key every endpoint counts as one of your 5 free calls, whatever its credit price — so it is worth spending them on the expensive ones. Full per-endpoint costs are in the API reference.
Before you pay
What happens when I run out?
Calls return HTTP 402 with a top-up link in the body. Nothing auto-charges, nothing is deleted, and your key keeps working the moment you add credits.
Do credits expire?
No. They sit on your key until you spend them.
Can I get a refund?
Yes — unused credits are refundable for 30 days from purchase. Email [email protected] with your key and we'll refund the unused balance to your PayPal account.
What if a call fails?
You are not charged. Credits are deducted on success only, and if a native source blocks we try the backup provider first at our cost, not yours.
Is there a rate limit?
20 requests per second per key. A trial key is capped at 5 calls in total, on any endpoint.
Do I need a card?
No. Signup is email only, and payment is PayPal when you choose to buy.
How do I keep my key out of an AI agent's context?
Your permanent key is only ever shown in the dashboard — never returned by the API, never emailed. An agent can call POST /v1/auth/browser-link to open your dashboard already signed in, so you copy the key straight into your .env without it passing through the chat. Agents get a disposable trial key instead, and that one is revoked the moment you pay.