How to scrape Perimeter X: Please verify you are human?

When scraping pages protected by PerimeterX we might encounter messages like "Please verify you are Human: Press & Hold":

screenshot of Perimeter X Please verify you are human error

This message means the web scraper has been identified and is being blocked. PerimeterX is using various fingerprinting and detection techniques, like:

And other details like request pattern, HTTP version etc. To avoid being blocked one option is to fortify the web scraper against these identification methods.

How to Scrape Without Getting Blocked? In-Depth Tutorial

For more on all technologies used for blocking web scrapers see our full introduction guide

How to Scrape Without Getting Blocked? In-Depth Tutorial

Alternatively, a web scraping API such as ScrapFly can be used to scrape all PerimeterX pages. For that see the Anti Scraping Protection feature.

Question tagged: Scraper Blocking

Related Posts

How to Know What Anti-Bot Service a Website is Using?

In this article we'll take a look at two popular tools: WhatWaf and Wafw00f which can identify what WAF service is used.

Use Curl Impersonate to scrape as Chrome or Firefox

Learn how to prevent TLS fingerprinting by impersonating normal web browser configurations. We'll start by explaining what the Curl Impersonate is, how it works, how to install and use it. Finally, we'll explore using it with Python to avoid web scraping blocking.

FlareSolverr Guide: Bypass Cloudflare While Scraping

In this article, we'll explore the FlareSolverr tool and how to use it to get around Cloudflare while scraping. We'll start by explaining what FlareSolverr is, how it works, how to install and use it. Let's get started!