Introduction
solver.lol — fast, affordable captcha solving API
Overview
solver.lol is a captcha solving API that supports 12 captcha types. You send a request, we return a valid token. Balance is only deducted on successful solves.
Base URL: https://api.solver.lol
Quick start
curl -X POST https://api.solver.lol/solve \ -H "X-API-Key: sk_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "type": "RecaptchaV3Proxyless", "site_key": "6Lcyqq8oAAAA...", "site_url": "https://example.com" }'
Response:
{ "token": "03AGdBq25...", "task_id": "abc123" }
Pricing
| Captcha | Price per 1k |
|---|---|
| Altcha | $0.10 |
| Swetrix | $0.10 |
| Cap.js | $0.15 |
| TrustCaptcha | $0.15 |
| mCaptcha | $0.20 |
| captcha.eu | $0.20 |
| PrivateCaptcha | $0.25 |
| FriendlyCaptcha | $0.30 |
| Myra | $0.30 |
| reCAPTCHA v2 Invisible | $0.80 |
| reCAPTCHA v3 | $1.00 |
| GeeTest v4 | $1.00 |
Balance is only charged on successful solves.