# Ecommerce Mobile Responsiveness Audit

**Use case:** 

Ensure your online store provides a flawless user experience across all devices, capturing critical rendering issues on real mobile and tablet views. This helps

## Input

```json
{
  "urls": [
    {
      "url": "https://www.apple.com/shop/buy-iphone"
    },
    {
      "url": "https://www.nike.com/w/mens-shoes-1mr70zy7ok1"
    },
    {
      "url": "https://www.zappos.com/shoes"
    }
  ]
}
```

## 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.