Anti-Bot Bypass Service - PerimeterX, Cloudflare, DataDome
Pricing
Pay per usage
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
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?
| Feature | This Actor | ScrapingBee | Browserless |
|---|---|---|---|
| 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 score | 0% on CreepJS | Unknown | Detectable |
| Captcha solving | β 2Captcha integrated | Extra cost | Not 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
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | β | Single target URL |
urls | array | β | Multiple URLs to process |
waitSelector | string | β | CSS selector to wait for after bypass |
extractSelectors | object | β | {"name": "CSS selector"} pairs for data extraction |
returnHtml | boolean | true | Include page HTML in output |
returnCookies | boolean | true | Include reusable session cookies |
returnScreenshot | boolean | false | Capture page screenshot (base64 PNG) |
maxRetries | integer | 3 | Retry 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 ApifyClientclient = 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
π Related Actors
- Cars.com Scraper β vehicle listings with built-in Cloudflare bypass
- GoodRx Drug Price Scraper β prescription drug prices from 6,600+ medications
- Poshmark Scraper β fashion resale listings, prices & seller data