RankParse

Credits

How the RankParse credit system works, including costs per endpoint.

How credits work

Every API call deducts credits from your balance. Different endpoints cost different amounts.

Check your balance

curl "https://api.rankparse.com/v1/credits" \
  -H "X-API-Key: rp_your_key_here"

Returns:

{ "credits": 842 }

This endpoint costs 0 credits.

Credit costs by endpoint

EndpointCredits
Domain Authority1
Backlinks2
Referring Domains2
Anchor Text2
Top Pages2
Outbound Links2
URL Index2
Page Meta2
Tech Stack2
Domain Rank2
Crawl History2
Status Codes2
Content Types2
Language2
Domain Overlap5
Link Intersect5
Similar Domains5
Site Explorer10
Batch (per domain)2
Credits Check0

Buying credits

Credits are sold in one-time packs (no subscriptions):

PackCreditsPricePer credit
Starter1,000$9$0.009
Growth10,000$49$0.0049
Scale100,000$299$0.00299

Credits never expire. Buy them from the pricing page or your dashboard.

Insufficient credits

If your balance is too low for a request, you'll get a 402 response:

{
  "error": "payment_required",
  "code": "payment_required",
  "message": "Insufficient credits. Balance: 0, required: 2"
}

No credits are deducted on failed requests.

On this page