Web Unblocker

Learn how to use Web Unblocker, an AI-powered proxy solution that unblocks even the most difficult sites.

Web Unblocker is an AI-powered proxy solution that manages the unblocking process to extract public data even from the most difficult websites.

You can try Web Unblocker for free for 1 week. Register to Oxylabs dashboard to get started.

The product is not a regular proxy but a more advanced system that manages multiple scraping processes such as:

  • Automatic proxy type management

  • Browser fingerprint generation

  • Automatic retries

  • Maintaining sessions

  • JavaScript rendering

Web Unblocker guarantees a much higher success rate in comparison with regular proxies. It also supports custom headers defined by the user and IP stickiness alongside reusable cookies and POST requests.

Getting Started

Integrating Web Unblocker is easy, especially if you have previously used regular proxies for web scraping. The only difference is that we require you to ignore the SSL certificate using the -k or --insecure cURL flags (or an equivalent expression in the language of your choice).

To make a request with Web Unblocker, you need to use the unblock.oxylabs.io:60000 proxy endpoint. See a cURL example below. You can find code samples in other languages here or complete code examples on our GitHub.

Use ip.oxylabs.io/location to check the parameters of your IPs—this domain delivers information from four geolocation databases: MaxMind, IP2Location, DB-IP, and IPinfo.io. The parameters include IP address, provider, country, city, ZIP code, ASN, organization name, time zone, and meta (when disclosed by database).

curl -k -x https://unblock.oxylabs.io:60000 \
-U 'USERNAME:PASSWORD' \
'https://ip.oxylabs.io/location'

If you are observing low success rates or retrieve empty content, please try adding additional "x-oxylabs-render: html" header with your request.

Watch the video below for an example of scraping difficult target without getting blocked:

Lesson

If you want to learn more about getting data on a large scale with Web Unblocker - we suggest watching this Scraping Experts lesson:

Last updated

Was this helpful?