# Diagnose Cloudflare Blocking Issues

**Use case:** 

Test Cloudflare-protected pages with HTTP, browser, datacenter, and residential access methods to identify blocking patterns.

## Input

```json
{
  "urls": [
    "https://www.cloudflare.com",
    "https://www.scrapingcourse.com/cloudflare-challenge"
  ],
  "countryCode": "US",
  "includeBrowserTest": true,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "verdict": {
    "label": "Verdict"
  },
  "blockingType": {
    "label": "Blocking Type"
  },
  "bestMethod": {
    "label": "Best Method"
  },
  "httpDirectStatus": {
    "label": "HTTP Direct"
  },
  "httpDatacenterStatus": {
    "label": "HTTP DC Proxy"
  },
  "httpResidentialStatus": {
    "label": "HTTP Res Proxy"
  },
  "browserStatus": {
    "label": "Browser"
  },
  "recommendation": {
    "label": "Recommendation"
  }
}
```

## About this Actor

This example demonstrates how to use [Anti-Blocking Diagnostics](https://apify.com/automation-lab/anti-blocking-diagnostics) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/anti-blocking-diagnostics) to learn more, explore other use cases, and run it yourself.