Anti-Detection3 creditsStealth

stealth_mode

Bypass bot detection systems with advanced anti-detection techniques including fingerprint randomization, human behavior simulation, and stealth browser configurations.

Use Cases

Protected E-commerce Sites

Scrape product data from sites with Cloudflare, DataDome, or PerimeterX protection

Social Media Platforms

Extract public data from platforms with sophisticated bot detection

Financial Data Sites

Access market data, stock prices, and financial information from protected sources

Rate-Limited APIs

Bypass aggressive rate limiting with fingerprint rotation

Geo-Blocked Content

Access region-restricted content with residential proxy support

High-Security Testing

Test your own anti-bot systems with advanced evasion techniques

Endpoint

POST/api/v1/tools/stealth_mode
Auth Required
2 req/s on Free plan
3 credits

Parameters

NameTypeRequiredDefaultDescription
operation
stringRequired-
The scraping operation to perform: fetch, scrape, or screenshot
Example: scrape
url
stringRequired-
Target URL to scrape with stealth mode
Example: https://protected-site.com
level
stringOptionalmedium
Stealth level: basic, medium, or advanced
Example: advanced
stealthConfig
objectOptional-
Custom stealth configuration options
Example: {"randomizeFingerprint": true, "simulateHumanBehavior": true}
randomizeFingerprint
booleanOptionaltrue
Randomize browser fingerprint on each request
Example: true
simulateHumanBehavior
booleanOptionaltrue
Add random delays and mouse movements
Example: true
rotatePro Proxy
booleanOptionalfalse
Use residential proxy rotation (additional cost)
Example: false

Stealth Levels

Basic (Fastest)
Best for sites with minimal bot detection
  • User-Agent randomization
  • Basic header manipulation
  • Cookie handling
  • ~1-2 second delay
Medium (Recommended)
Balanced stealth and performance
  • Full fingerprint randomization
  • Canvas/WebGL fingerprint masking
  • Timezone and language spoofing
  • Human-like scrolling and movements
  • ~3-5 second delay
Advanced (Slowest)
Maximum stealth for heavily protected sites
  • All medium features plus:
  • WebDriver detection evasion
  • Bot-specific JavaScript challenge bypass
  • Advanced TLS fingerprinting
  • Mouse movement simulation
  • Random click patterns
  • ~8-12 second delay

Request Examples

terminalBash

Response Example

200 OK8,750ms
{
"success": true,
"data": {
"url": "https://protected-site.com",
"operation": "scrape",
"level": "advanced",
"content": "...",
"contentLength": 45678,
"detectionBypassed": true,
"fingerprint": {
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...",
"viewport": {
"width": 1920,
"height": 1080
},
"timezone": "America/New_York",
"language": "en-US"
},
"stealthMetrics": {
"fingerprintChanges": 12,
"humanActionsSimulated": 8,
"delaysApplied": 6,
"totalStealthTime": 8200
}
},
"credits_used": 3,
"credits_remaining": 997,
"processing_time": 8750
}
Field Descriptions
data.detectionBypassedWhether bot detection was successfully evaded
data.fingerprintBrowser fingerprint used for this request
data.stealthMetricsDetails about stealth techniques applied
data.stealthMetrics.totalStealthTimeTime spent on stealth measures (ms)
credits_usedFixed 3 credits per stealth mode request
processing_timeTotal time including stealth delays (8-15 seconds typical)

Error Handling

Detection Failed (403 Forbidden)

Bot detection couldn't be bypassed. Try increasing stealth level or enable proxy rotation.

CAPTCHA Required (429 Too Many Requests)

Site presented a CAPTCHA challenge. Contact support for CAPTCHA solving integration.

Invalid Operation (400 Bad Request)

Operation must be one of: fetch, scrape, or screenshot.

Timeout Error (500 Internal Server Error)

Stealth mode timed out. Site may be too slow or heavily protected.

Credit Cost

3 credits
3 credits per request
Fixed cost regardless of stealth level. Credits charged only on successful bypass.

What's Included:

  • Fingerprint randomization (all levels)
  • Human behavior simulation
  • Anti-detection techniques
  • WebDriver detection evasion (medium+)
  • Canvas/WebGL masking (medium+)
  • Advanced TLS fingerprinting (advanced)

Plan Recommendations:

Free Plan: 1,000 credits = 333 stealth requests

Hobby Plan: 5,000 credits = 1,666 stealth requests ($19/mo)

Professional Plan: 50,000 credits = 16,666 stealth requests ($99/mo)

Related Tools