Scrapeunblocker avatar

Scrapeunblocker

Pricing

$1.50 / 1,000 results

Go to Apify Store
Scrapeunblocker

Scrapeunblocker

ScrapeUnblocker allows to bypass anti-bot services and scrape the full page source of any given URL within seconds.

Pricing

$1.50 / 1,000 results

Rating

2.9

(4)

Developer

ScrapeGuru

ScrapeGuru

Maintained by Community

Actor stats

2

Bookmarked

77

Total users

11

Monthly active users

0.88 hours

Issues response

13 days ago

Last modified

Share

πŸš€ ScrapeUnblocker - Bypass Anti-Bot Systems & Get Clean HTML

ScrapeUnblocker is the most advanced tool on the market, capable of defeating the most complex protections and anti-bot systems. It allows you to fetch the full HTML of almost any website effortlessly.

Just provide a URL β†’ get clean HTML.


⚑ Why use ScrapeUnblocker?

Most scraping tools fail on protected websites.

ScrapeUnblocker solves this by using real browser-like behavior and advanced bypass techniques.

  • No browser setup
  • No proxy setup
  • No anti-bot headaches

πŸ› οΈ Features

  • Fetch full HTML from protected websites
  • Supports Cloudflare, PerimeterX, DataDome, Akamai
  • Built-in rotating proxies
  • Minimal input (only URL required)
  • Returns raw HTML (NOT JSON-wrapped)

πŸ“₯ Input

{
"url": "https://example.com"
}

πŸ“€ Output

Returns raw HTML string (not JSON):

<html>...</html>

πŸ“Š Output schema (for Apify UI)

FieldTypeDescription
htmlstringFull HTML

πŸš€ How to use

Python example

import requests
API_TOKEN = "YOUR_APIFY_TOKEN"
response = requests.post(
f"https://api.apify.com/v2/acts/kontuzijus~scrapeunblocker/run-sync?token={API_TOKEN}",
json={"url": "https://example.com"}
)
html = response.text
print(html[:500])

cURL example

curl -X POST "https://api.apify.com/v2/acts/kontuzijus~scrapeunblocker/run-sync?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'

πŸ” Real use cases

  • Scraping marketplaces (cars, real estate, e-commerce)
  • Extracting data from protected pages
  • Feeding HTML into BeautifulSoup / Cheerio / LLMs
  • Monitoring competitor pages

⚠️ Important notes

  • Retries are expected: Due to the nature of complex anti-bot systems, requests might not always succeed on the first try and you may encounter errors. If a request fails, we highly recommend trying again, as subsequent attempts are often successful.
  • Response time depends on target protection level
  • Works best for full-page HTML retrieval (not APIs)

πŸ’‘ Pro tip

Need higher volume, better pricing, or full control?

πŸ‘‰ Use ScrapeUnblocker API directly instead of Apify