Skip to content

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.

ProductRatePer 1,000Billed when
SERP API$0.005$5a SERP completes successfully (a full page, up to 100 results)
Website traffic$0.0002$0.20a real visit is delivered
SEO traffic (CTR)$0.04$40a 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.

  • 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.

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.

Manage your balance in app.serplify.io → Billing:

Top-upBonus
$25
$100
$250+5%
$1,000+10%

Every credit and debit is recorded on an append-only ledger you can review in Billing → Transactions.

If a request would take your balance below zero, the native API rejects it:

HTTP 402
{ "error": { "code": "insufficient_balance", "message": "Your prepaid balance is too low for this request." } }

Top up and retry.