Universal Stealth Web Scraper API avatar

Universal Stealth Web Scraper API

Pricing

from $2.00 / 1,000 extracted page items

Go to Apify Store
Universal Stealth Web Scraper API

Universal Stealth Web Scraper API

High-performance stealth scraper built with Python & Playwright. Effortlessly bypasses Cloudflare and anti-bot checks using native browser emulation and dynamic headers. Supports Apify proxies and retries. Returns clean JSON data.

Pricing

from $2.00 / 1,000 extracted page items

Rating

0.0

(0)

Developer

Josue Estrada

Josue Estrada

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

An advanced, stealthy web scraping actor designed to bypass modern anti-bot detectors and extract page data reliably without getting blocked.

Features

  • Anti-Bot Bypass: Uses native Playwright browser contexts with stealth initialization scripts to hide navigator.webdriver and mask browser fingerprints.
  • Smart Proxies: Integrates seamlessly with Apify Proxy (Residential / Datacenter) to prevent IP rate-limiting.
  • Automated Retries: Exponential backoff retry logic for maximum resilience against network timeouts and HTTP errors.
  • Clean Output: Returns ready-to-use JSON containing page titles, status codes, and extracted elements.

Input Parameters

Below is an example of the JSON configuration to pass into the Actor:

{
"url": "[https://example.com](https://example.com)",
"maxRetries": 3,
"timeoutMs": 30000,
"headless": true,
"proxyConfig": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}