Anti-Bot Bypass Service
Pricing
from $5.00 / 1,000 results
Anti-Bot Bypass Service
Bypass Cloudflare, DataDome, PerimeterX, Akamai and other anti-bot protections. Get clean HTML from any protected website using Camoufox stealth browser.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Dominique
Actor stats
0
Bookmarked
14
Total users
6
Monthly active users
9 days ago
Last modified
Categories
Share
๐ก๏ธ 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
