Pricing & wallet
Serplify uses one prepaid balance shared across all three products. You add funds once and spend them on SERP requests, website visits, or SEO clicks at one transparent per-success rate each.
| Product | Rate | Per 1,000 | Billed when |
|---|---|---|---|
| SERP API | $0.005 | $5 | a SERP completes successfully (a full page, up to 100 results) |
| Website traffic | $0.0002 | $0.20 | a real visit is delivered |
| SEO traffic (CTR) | $0.04 | $40 | a real human click is delivered |
Your $5 of free starting credit is roughly 1,000 SERPs, 25,000 visits, or 125 SEO clicks — spend it across any mix.
Pay only for wins
Section titled “Pay only for wins”- A blocked or failed SERP fetch costs nothing.
- You are billed on delivered visits and clicks, never on impressions or attempts.
- Your balance never expires and does not reset monthly.
How a SERP charge appears
Section titled “How a SERP charge appears”Each successful SERP response reports its charge inline:
"meta": { "cost": 0.005, "currency": "USD", "time": 1.13, "api_version": "0.1.0" }For async tasks the charge is applied when the task is accepted (enqueued), the same way it appears on the task-accepted response.
Balance & top-ups
Section titled “Balance & top-ups”Manage your balance in app.serplify.io → Billing:
| Top-up | Bonus |
|---|---|
| $25 | — |
| $100 | — |
| $250 | +5% |
| $1,000 | +10% |
Every credit and debit is recorded on an append-only ledger you can review in Billing → Transactions.
Insufficient balance
Section titled “Insufficient balance”If a request would take your balance below zero, the native API rejects it:
{ "error": { "code": "insufficient_balance", "message": "Your prepaid balance is too low for this request." } }Top up and retry.