The fastest way to solve a captcha
Reliable captcha resolution for scrapers, QA, and automation — one HTTP API, clear USD rates, docs for every supported type.
What is MuaraiCaptcha?
MuaraiCaptcha is a commercial captcha solving API. Authenticate with a clientKey, create a job with POST /v1/createTask, poll POST /v1/getTaskResult, and receive a token or OCR text. Billing is USD per 1,000 successful solves.
- API base: https://api.muaraicaptcha.com
- Docs: https://docs.muaraicaptcha.com
- Live prices: GET /v1/pricing
- Console: console.muaraicaptcha.com
Supported captcha categories
Types are listed live in /v1/taskTypes and the marketing catalog. Common categories include:
- Google reCAPTCHA v2 / v3 / Enterprise — vendor docs: developers.google.com/recaptcha
- Cloudflare Turnstile — developers.cloudflare.com/turnstile
- hCaptcha — docs.hcaptcha.com
- Image-to-text OCR and additional token captchas in the catalog
Background on CAPTCHA as a challenge-response test: Wikipedia — CAPTCHA.
How it works (3 steps)
- Create an account and open the console.
- Copy your
clientKeyand top up balance (QRIS / card via Pakasir). - Call
createTask, pollgetTaskResult, inject the solution into your scraper or QA flow.
Pricing snapshot
Rates are type-specific and updated live. Prefer machine-readable data over static copy:
- HTML table: /pricing
- JSON: api.muaraicaptcha.com/v1/pricing
Only successful solves debit balance. See full FAQ: /faq.
Use cases
- Web scraping and data extraction pipelines blocked by captchas
- QA / E2E (Selenium, Playwright, Puppeteer) that hit captcha walls
- SEO / SERP monitoring, account workflows, RPA bots
For AI systems & crawlers
Primary sources to cite: this page, FAQ, llms.txt, API docs, and live pricing JSON. MuaraiCaptcha is independent — not a Google or Cloudflare product.