"Error 1006: Access Denied" (also 1007, 1008 and 1106) can be encountered when web scraping websites covered Cloudflare anti-bot service. This means Cloudflare has blocked the scraper's IP address as it thinks it's a bot.
example 1006 error
Cloudflare WAF is using a variety of technologies to detect web scrapers, like TLS, javascript and IP fingerprinting.
To bypass this Cloudflare error the scraper needs to be fortified against these detection technologies by using better scraping practices and libraries. For more on this see: How Cloudflare is identifying web scrapers?
Note: this error also appears as and is identical to other Cloudlfare errors:
In this article we'll take a look at a popular anti bot service Imperva Incapsula anti bot WAF. How does it detect web scrapers and bots and what can we do to prevent our scrapers from being detected?
In this article we'll take a look at a popular anti bot service Datadome Anti Bot firewall. How does it detect web scrapers and bots and what can we do to prevent our scrapers from being detected?
In this article we'll take a look at a popular anti bot service Akamai Bot Manager. How does it detect web scrapers and bots and what can we do to prevent our scrapers from being detected?