Skip to main content

Bypass 托管平台 Turnstile for web scraping with 2captcha

Workflow preview

Workflow preview
100%
Bypass 托管平台 Turnstile for web scraping with 2captcha preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Bypass 托管平台 Turnstile for Web Scraping with n8n How It Works This workflow automatically solves ...

Best for

  • Engineering automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.noop, n8n-nodes-base.stopanderror, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ludwig.

Original n8n.io source

1.1 Workflow description

Title
Bypass 托管平台 Turnstile for web scraping with 2captcha
Workflow name
Bypass 托管平台 Turnstile for web scraping with 2captcha

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Bypass 托管平台 Turnstile for Web Scraping with n8n

How It Works

This workflow automatically solves 托管平台 Turnstile CAPTCHAs for legitimate web scraping and automation tasks. It extracts the Turnstile sitekey from target webpages, submits solving requests to 2captcha, and returns bypass tokens that can be used in automated form submissions or data collection workflows.

Set Up Steps

  1. Create a 2captcha Account: Sign up and get your API clientKey for CAPTCHA solving.
  2. Import the Workflow into n8n: Add the workflow to your n8n instance.
  3. Configure Authentication: Set up custom HTTP authentication with your clientKey in the credential settings.
  4. Test the Workflow: Run with the demo URL to verify Turnstile detection and solving works correctly.
  5. Replace the sample destination_url with your target website and start automating!

Setup should take just a few minutes with your API credentials ready.

Getting Started

Once configured, the workflow can extract sitekeys from any Turnstile-protected webpage and return solved tokens for seamless automation. The API documentation provides additional technical details for advanced use cases.

Customizing the Workflow

The workflow targets a demo page for testing. To adapt it, simply update the destination_url variable with your target website. You can also modify the sitekey extraction logic for sites that implement Turnstile differently, or integrate this as a subworkflow into larger scraping operations.

API Reference

Uses the TurnstileTaskProxyless task type with REST-based HTTPS communication. Each solve costs approximately $0.002 USD and typically completes within 30-90 seconds depending on queue load.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Execute Workflow Trigger

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1

Block 2 - Set destination_url value

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Get destination web page

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Extract Turnstile Sitekey

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Wait 30 seconds

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 6 - Create Captcha Task

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Get Captcha Solution

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - No operation - return loop

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 9 - Raise runIndex error

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 14 - Check Captcha Status

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 15 - Puppeteer

Type / Role
n8n-nodes-puppeteer.puppeteer - puppeteer
Config choices
Version 1

Block 16 - Pass CF Turnstile check using 2Captcha

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 17 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Bypass 托管平台 Turnstile for web scraping with 2captcha
Complexity advanced
Nodes 18
Categories Engineering, Multimodal AI
Author Ludwig
Published 07 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7151/7151.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Bypass 托管平台 Turnstile for web scraping with 2captcha do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Bypass 托管平台 Turnstile for Web Scraping with n8n How It Works This workflow automatically solves ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, Multimodal AI use case.