# SEO Cloaking Detector

**Use case:** 

Check URLs for SEO cloaking by comparing visible content served to browser and crawler user agents.

## Input

```json
{
  "urls": [
    "https://www.apify.com/",
    "https://docs.apify.com/"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "cloakingDetected": {
    "label": "Cloaking"
  },
  "similarityScore": {
    "label": "Similarity %"
  },
  "titleMatch": {
    "label": "Title Match"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Cloaking Detector](https://apify.com/automation-lab/cloaking-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cloaking-detector) to learn more, explore other use cases, and run it yourself.