# Competitor Mobile UX Analysis

**Use case:** 

Benchmark your website's responsive design against top competitors to identify their strengths and weaknesses in mobile user experience. Gain a competitive edge

## Input

```json
{
  "urls": [
    {
      "url": "https://www.hulu.com/welcome"
    },
    {
      "url": "https://www.netflix.com/"
    },
    {
      "url": "https://www.disneyplus.com/"
    }
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Website URL",
    "format": "link"
  },
  "tested_at": {
    "label": "Tested At",
    "format": "datetime"
  },
  "summary": {
    "label": "Test Summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Responsive Website Checker](https://apify.com/crawlerbros/responsive-website-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/responsive-website-checker) to learn more, explore other use cases, and run it yourself.