Choose Your Anti-Bot System
Click on any anti-bot system to learn how Scrapfly bypasses it, see technical details, and get started.
How Anti-Scraping Protection Works
One parameter. All anti-bot systems bypassed automatically.
1. Add asp=True
Enable Anti-Scraping Protection with a single parameter in your API request.
2. Auto Detection
Scrapfly detects the anti-bot system and applies the right bypass strategy.
3. Get Clean Data
Receive the page content in HTML, JSON, or Markdown format.
from scrapfly import ScrapflyClient, ScrapeConfig
client = ScrapflyClient(key="YOUR_API_KEY")
result = client.scrape(ScrapeConfig(
url="https://protected-site.com",
asp=True, # Enable Anti-Scraping Protection
render_js=True
))
print(result.content) # Clean HTML content
What ASP Handles Automatically
TLS Fingerprinting
JA3/JA4 signatures, HTTP/2 SETTINGS, cipher suites matching real browsers.
Browser Fingerprinting
Canvas, WebGL, Audio context, and Navigator properties.
Smart Proxy Geolocation
Residential and datacenter proxies from 100+ countries with automatic rotation.
Cookie Management
Session cookies, tokens, and validation across all anti-bot systems.
Ready to Bypass Anti-Bot Protection?
Test Scrapfly on your protected targets with 1,000 free API credits.