Skip to main content
Templates
Captcha

Solve reCAPTCHAs automatically

Run a Notte browser session with CAPTCHA solving enabled and complete a protected page flow without manual intervention.

Run this template

Clone just this template, configure Notte, and start the run.

Before running

Challenge flow

  • Uses solve_captchas=True, proxy routing, and the Notte captcha_solve action.
  • Extracts page content to verify successful form submission.
  • Uses inline uv script metadata, so no template-specific pyproject.toml is required.
  • Creates a Notte browser session with CAPTCHA solving enabled.

Challenge settings

  • solve_captchas: Notte session option that enables CAPTCHA solving support.
  • captcha_solve: Notte action for solving a visible CAPTCHA challenge.
  • Scrape: Notte structured extraction from the current page.

Captcha and bot notes

  • Missing credentials: verify .env contains NOTTE_API_KEY.
  • Account access: CAPTCHA solving and proxies may need to be enabled for your Notte account.
  • Solving time: allow time for CAPTCHA solving to complete.
  • Demo page changes: update selectors if the NopeCHA demo page changes.