Anti-Bot Bypass Service - PerimeterX, Cloudflare, DataDome avatar

Anti-Bot Bypass Service - PerimeterX, Cloudflare, DataDome

Pricing

Pay per usage

Go to Apify Store
Anti-Bot Bypass Service - PerimeterX, Cloudflare, DataDome

Anti-Bot Bypass Service - PerimeterX, Cloudflare, DataDome

Bypass bot protection systems (PerimeterX, Cloudflare, DataDome) and retrieve clean page data, cookies, and screenshots using Camoufox stealth browser. Supports 2Captcha integration for automated captcha solving.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Dominique

Dominique

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 hours ago

Last modified

Categories

Share

Anti-Bot Bypass Service

πŸ›‘οΈ The only native anti-bot bypass actor on Apify Store β€” bypass Cloudflare, PerimeterX & DataDome for just $5 per 1,000 requests.

Send any protected URL, get back clean HTML, reusable session cookies, extracted data, and screenshots. No monthly subscriptions. Pay only for what you use.


πŸ† Why This Actor?

FeatureThis ActorScrapingBeeBrowserless
Price$5 / 1,000 requests$49–99/mo subscription$50–200/mo subscription
No monthly feeβœ… Pay-per-use❌ Monthly commitment❌ Monthly commitment
Cloudflare bypassβœ… Built-inβœ…βœ…
PerimeterX bypassβœ… Press & Hold solver❌ Limited❌ Limited
DataDome bypassβœ… Cookie-based❌❌
Detection score0% on CreepJSUnknownDetectable
Captcha solvingβœ… 2Captcha integratedExtra costNot included
Reusable cookiesβœ… Export & reuse❌❌

πŸ’‘ Save $600+/year vs SaaS subscriptions β€” same bypass quality, zero commitment, native Apify integration.


✨ Key Features

  • πŸ›‘οΈ 3 protection systems β€” Cloudflare, PerimeterX (HUMAN), and DataDome
  • 🦊 Camoufox engine β€” stealth Firefox with 0% detection on CreepJS (headless + stealth)
  • πŸͺ Reusable cookies β€” export session cookies for fast subsequent requests
  • πŸ“Š CSS data extraction β€” define selectors, get structured data back
  • πŸ“Έ Screenshots β€” optional visual verification of bypassed pages
  • πŸ”„ Auto-retry β€” fresh fingerprint + new proxy IP on each attempt
  • πŸ€– Human simulation β€” mouse movements, scrolling, realistic delays
  • ⏱️ Timing data β€” performance metrics for every request

πŸ“₯ Input Parameters

ParameterTypeDefaultDescription
urlstringβ€”Single target URL
urlsarrayβ€”Multiple URLs to process
waitSelectorstringβ€”CSS selector to wait for after bypass
extractSelectorsobjectβ€”{"name": "CSS selector"} pairs for data extraction
returnHtmlbooleantrueInclude page HTML in output
returnCookiesbooleantrueInclude reusable session cookies
returnScreenshotbooleanfalseCapture page screenshot (base64 PNG)
maxRetriesinteger3Retry attempts per URL

πŸ“€ Sample Output

{
"url": "https://www.protected-site.com/data",
"status": "success",
"protectionDetected": "perimeterx",
"protectionBypassed": true,
"html": "<!DOCTYPE html>...",
"cookies": [
{ "name": "_px3", "value": "abc123...", "domain": ".example.com" }
],
"extractedData": {
"title": "Product Name",
"price": "$29.99"
},
"timing": {
"totalMs": 15230,
"bypassMs": 4200,
"attempt": 1
}
}

πŸ’‘ Use Cases

  • πŸ”— Middleware for other scrapers β€” chain with any actor to bypass protection first
  • πŸͺ Cookie harvesting β€” get session cookies, then scrape at full speed with plain HTTP
  • πŸ’° Price monitoring β€” access e-commerce sites behind Cloudflare/PerimeterX
  • πŸ”¬ Market research β€” reach competitor sites protected by bot detection
  • πŸ“Š Data aggregation β€” collect from protected directories and listings
  • πŸ§ͺ QA testing β€” verify your own site's bot protection effectiveness

πŸ”— API Integration

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("h4sh/anti-bot-bypass").call(run_input={
"url": "https://protected-site.com",
"returnCookies": True,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
cookies = {c["name"]: c["value"] for c in item["cookies"]}
# Reuse cookies for fast subsequent requests!

πŸ’² Pricing

  • $5.00 per 1,000 requests β€” no monthly subscription, no commitment
  • Residential proxies included in actor cost
  • Compare: ScrapingBee $49/mo (5K credits), Browserless $50/mo minimum
  • Free trial: first 50 requests at no charge