# Audit Landing Page User Experience and Load Times

**Use case:** 

Generate full-page screenshots of critical landing pages, ensuring all dynamic content, pop-ups, and above-the-fold elements render correctly across different v

## Input

```json
{
  "urls": [
    {
      "url": "https://www.apify.com/products/actors"
    },
    {
      "url": "https://www.apify.com/pricing"
    }
  ],
  "format": "png",
  "waitUntil": "networkidle",
  "delay": 5000,
  "viewportWidth": 1366,
  "scrollToBottom": false,
  "delayAfterScrolling": 2500,
  "waitUntilNetworkIdleAfterScroll": false,
  "waitUntilNetworkIdleAfterScrollTimeout": 30000,
  "selectorsToHide": "div.cookie-consent-banner, #intercom-launcher"
}
```

## Output

```json
{
  "startUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "url": {
    "label": "Final URL",
    "format": "link"
  },
  "screenshotUrl": {
    "label": "Screenshot",
    "format": "link"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  }
}
```

## About this Actor

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