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.
Python Example
Full Documentation
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
Ready to Bypass Anti-Bot Protection?
Test Scrapfly on your protected targets with 1,000 free API credits.
No credit card required
Full API access
High success rate