# Mobile App Landing Page Responsiveness Verification

**Use case:** 

Verify the flawless rendering of your mobile app's landing pages across all target devices to maximize download conversions. A perfectly responsive landing page

## Input

```json
{
  "urls": [
    {
      "url": "https://www.spotify.com/us/download/windows/"
    },
    {
      "url": "https://www.adobe.com/creativecloud/desktop-app.html"
    },
    {
      "url": "https://zoom.us/download"
    }
  ]
}
```

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