Skip to content
Cloudflare Docs

Scraping detections

Scraping behavioral detection IDs allow you to better protect your website from volumetric scraping attacks by identifying anomalous behavior. The detection IDs below are specifically designed to catch suspicious scraping activity at the zone level.

Detection ID
Description
50331648Observes patterns of requests sent to your zone, dynamically analyzing behavior by ASN.
50331649Observes patterns of requests sent to your zone, dynamically analyzing behavior by JA4 fingerprint.

Challenges for scraping detections

Cloudflare's Managed Challenge can limit scraping attacks on your website.

To access scraping detections:

  1. Log in to the Cloudflare dashboard, and select your account and domain.
  2. Go to Security > WAF.
  3. Under Custom rules, select Create rule.
  4. Fill out the form using Bot Detection IDs along with other necessary information.
  5. Select Save as draft to return to the rule later, or Deploy to deploy the rule.
Rule example
(any(cf.bot_management.detection_ids[*] in {50331648 50331649}) and not cf.bot_management.verified_bot)