VOOZH about

URL: https://apify.com/boisterous_icon/captcha-solver

⇱ Captcha Page Scraper Β· Apify


Pricing

Pay per usage

Go to Apify Store

Loads a URL, solves the image CAPTCHA via 2captcha, then returns the page content as markdown in the dataset. Input: URL and 2captcha API key.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Davide La Manna

Davide La Manna

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 months ago

Last modified

Share

Captcha Page Scraper

Solves image CAPTCHAs with 2captcha and returns the unlocked page content as markdown. Input: URL and 2captcha API key.

Input

FieldTypeRequiredDescription
startUrlstringYesURL of the page with image CAPTCHA (e.g. eTenders Malta CFT page).
twoCaptchaApiKeystringYesYour 2captcha.com API key. Stored as secret.

Output

The Actor pushes a single object to the dataset:

FieldTypeDescription
urlstringThe requested URL.
successbooleanWhether the CAPTCHA was solved and the page was scraped.
errorstring or nullError message if something failed; null on success.
markdownstring or nullPage content in markdown format; null on failure.

Example

Input:

{
"startUrl":"https://www.etenders.gov.mt/epps/prepareCurrentOpportunities.do?currentType=cft",
"twoCaptchaApiKey":"YOUR_2CAPTCHA_API_KEY"
}

Output (success):

{
"url":"https://www.etenders.gov.mt/epps/prepareCurrentOpportunities.do?currentType=cft",
"success":true,
"error":null,
"markdown":"# Page content\n\n## Simple search\n\n..."
}

Requirements

  • A valid 2captcha account and API key.
  • The target page must use a normal image CAPTCHA (distorted text); the Actor looks for a captcha image and a text input to submit the solution.

How it works

  1. Opens the given URL in headless Chrome.
  2. Locates the CAPTCHA image and sends it to 2captcha.
  3. Waits for the solution, then fills the form and submits.
  4. Extracts the page content (headings, paragraphs, tables, lists) and returns it as markdown.

You might also like

Anti Captcha Recaptcha

petr_cermak/anti-captcha-recaptcha

🧰 Actor for solving Google reCAPTCHA using the anti-captcha.com service. You need to have an anti-captcha subscription.

1.5K

2Captcha Solver

2captcha/two-captcha-solver

Solves Turnstile, reCAPTCHA v2, reCAPTCHA v3, reCAPTCHA Enterprise and normal image captchas via the official 2Captcha API.

Cloudflare Bypass Scraper Pro

xtech/cloudflare-scraper-pro

Cloudflare Scraper Pro: The ultimate solution for scraping Cloudflare-protected websites. Advanced browser automation with intelligent Turnstile & CAPTCHA bypass, automatic Cloudflare challenge resolution, and robust proxy rotation to extract data from the most heavily protected sites.

Cloudflare Web Scraper (Pay per event)

ecomscrape/cloudflare-web-scraper-ppe

Advanced web scraper designed to extract data from Cloudflare-protected websites with CAPTCHA bypass, proxy rotation, and JavaScript execution capabilities.

ecomscrape

132

Cloudflare Web Scraper

ecomscrape/cloudflare-web-scraper

Advanced web scraper designed to extract data from Cloudflare-protected websites with CAPTCHA bypass, proxy rotation, and JavaScript execution capabilities.

ecomscrape

767

3.3

Simple Captcha TesseractπŸ™‚

petrpatek/simple-captcha-tesseract

Handy solver for simple image captcha with numbers.

πŸ‘ User avatar

Petr PΓ‘tek

79

πŸ›‘οΈβš‘ Cloudflare Scraper - Bypass All Captchas

neatrat/cloudflare-scraper

Updated June 2025, No proxies needed! A powerful web scraper that bypasses Cloudflare protection.

Tiktok Captcha Solver API

leonhardeuler/tiktok-captcha-solver

TikTok Captcha Solver API. Solves 4 captcha types: Puzzle (slider), objects matching (3d), Rotating (whirl), and Icon. High accuracy, fast response times. Perfect for TikTok automation, bot development, and scraping. Simple base64 input, structured JSON output. API-ready.

Captcha Solver

mikolabs/captcha-solver

Solve any CAPTCHA image by recognizing text, numbers, and symbols. Accepts image files, image URLs, and base64 as input and returns the recognized text.

Related articles

How to bypass CAPTCHA in web scraping (step-by-step guide)
Read more
Dataset processing on Apify
Read more