Anti-Bot Bypass Service avatar

Anti-Bot Bypass Service

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Anti-Bot Bypass Service

Anti-Bot Bypass Service

Under maintenance

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

Dominique

Maintained by Community

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?

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