What is Perimeter X and how to bypass it when web scraping?

Perimeter X is a popular anti-bot protection service that is used by many websites to prevent automated access.

Much of automated web access can be malicious though WAF systems like Perimeter X also block harmless web scraper bots.

In this quick intro, we'll take a look at how Perimeter X antibot works and how to bypass it when web scraping.

What is Perimeter X WAF?

Perimeter X offers a Web Application Firewall service that is middleware between the website and the user.

This middleware service determines which incoming connections come from bots and which come from humans.

While most web scrapers are mostly harmless they're still automated bots and get caught in this Perimeter X filter.

Example Perimeter X block page encountered in web scraping
example Perimeter X block page requesting to "press and hold" for fingerprint

One major thing that differentiates harmful bots and scrapers though is the interactions with the website.

Web scrapers just collect public data and don't interact with the website's direct elements so it's possible to create web scrapers that bypass Perimeter X anti-bot protection. For that, we need to take a look at how Perimeter X's detection works.

How to bypass Perimeter X?

The Perimeter X bypass when web scraping involves many different techniques and resources that are already implemented by most web scraping APIs.

Here are the best web scraping APIs for Perimeter X anti-bot protected targets:

Service Success % Speed Cost $/1000 πŸ”—
1
100%
=
1.5s
-0.3
$3.75
-0.01
2
100%
+3
9.0s
+1.1
$4.9
=
3
100%
=
11.7s
-0.3
$12.25
=
4
97%
-2
7.7s
-0.1
$6.9
=
5
96%
+9
3.0s
-0.8
$3.27
=
6
81%
-4
5.7s
-0.6
$2.2
=
7
0%
-
-
Data range Jun 20 - Jun 27

Zillow.com property listing and search pages

more on zillow.com

However, to bypass Perimeter X WAF manually the web scraper needs to be fortified with several key features that resist Perimeter X identification methods. To implement that we need to take a deep look at how Perimeter X works.

Join the Scrapeway newsletter!

Early benchmark reports and industry insights every week!

How does the Perimeter X anti-bot works?

Perimeter X inspects each incoming connection and generates a trust score which is used as a filter to determine the likelihood of the connection coming from a real human being.

To generate this score Perimeter X is using various fingerprinting and data point metrics. Let's take a quick look at some.

IP Address

The first metric is the IP address of the connecting client and each client has one.

There's a limited amount of IPs on the internet and they each have distinct features that let Perimeter X to assign probabilities to them.

πŸ—ΊοΈπŸ—ΊοΈπŸ—ΊοΈ

For example, a user connecting from a home internet connection is significantly less likely to be a robot than a user connecting from a data center.

With this IP's are separated into several categories:

  • Datacenter - assigned to all data centers like AWS, Google Cloud hosts and so on.
  • Residential - assigned to all home connections.
  • Mobile - assigned to mobile cell towers, satellites and so on.

To combat IP Address analysis, scrapers should high-quality use residential or mobile proxies that haven't been identified by Perimeter X yet.

Javascript fingerprinting and challenges

The second metric is the client's ability to execute Javascript. As most bots don't execute javascript an easy way to identify them is to serve a javascript challenge.

These challenges are often simple mathematical puzzles that use tokens distributed at other parts of the website. Reverse engineering this behavior can be tricky without using a real web browser.

To solve javascript challenges scrapers need to use real web browsers through headless browser automation. Most commonly through libraries like Puppeteer, Playwright or Selenium.

πŸ‘£πŸ‘£πŸ‘£

Headless browsers can be identified through javascript fingerprinting techniques as they are just slightly different from user browsers in many different ways. Tiny details add up to a full evaluation profile which can be used to identify robots very successfully.

To combat fingerprinting, headless browsers need to be patched with fingerprint resistance and randomization.

HTTP fingerprinting and analysis

Real-user web browsers browse and connect in a few different ways that can be used to identify robot connections.

Most robots still use HTTP1.1 connections which are not sure by real browsers at all in 2024. Meaning, scrapers should use newer versions of the HTTP2 or HTTP3 protocol.

πŸ”ŽπŸ”ŽπŸ”Ž

While advanced HTTP clients like libcurl support HTTP2 pretty well they are susceptible to HTTP2 fingerprinting. This type of fingerprinting measures slight differences between the HTTP2 implementation of the client and the real browser.

Another fingerprinting technique related to HTTP is TLS fingerprinting. In this type of fingerprint, the TLS handshake is analyzed for slight differences between the client and the real browser.

To combat HTTP and TLS fingerprinting, scrapers need to use advanced HTTP2 capable clients that are TLS and HTTP fingerprint resistant.

Behavior and technical analysis

While scrapers usually just collect data without interacting with the website, they can still be identified through their behavior.

Most commonly this is done through scraper implementation mistakes that just don't happen with real users. Some examples:

  • Forgetting custom request headers.
  • Sending requests in different formats or encodings.
  • Missing expected cookies or browser-specific headers like User-Agent.
  • Visiting pages that aren't visited by real users which are known as honey pots.

These slight irregularities are tracked by Perimeter X in its trust score calculation so, scrapers need to be diligent and replicate requests as close to real user behavior as possible.

πŸͺ€πŸͺ€πŸͺ€

Perimeter X logs every connection and use behavior and pattern analysis to identify robots. This means that scrapers that behave in an unusual pattern, connect in bursts or have any connection irregularities can be identified through AI-based analysis.

To combat behavior analysis, scrapers need to implement a human-like behavior pattern that is indistinguishable from a real user.

What are some websites that use Perimeter X?

Perimeter X is a widely adopted anti-bot and there are many popular websites encountered in web scraping that use it. Here's a quick list:

And many others, though, as most big targets often rotate and use multiple anti-bot technologies based on needs and performances.

Many other targets implement Perimeter X anti-bot protection temporarily when experiencing high traffic or bot attacks which affects web scraping as well.

Summary

Perimeter X uses a variety of fingerprinting and analysis techniques to identify robots and scrapers by generating a trust score. This trust score can be raised and lowered through web scraper enhancement techniques.

Unfortunately for web scraping, Perimeter X is constantly evolving and improving its anti-bot protection so it's a constant battle to keep up with it.

For this we highly recommend using a web scraping API service that is constantly updated and maintained - see the benchmarks for the most up-to-date results!

Newsletter

Join us for the best in web scraping and data hacking news and insights once per week! Early benchmark results, industry insights and highlights from Scrapeway :)