# Localization QA and Multilingual Website Screenshots

**Use case:** 

Generate screenshots of key pages across different language versions of your website to visually verify correct content translation and layout. This ensures a c

## Input

```json
{
  "urls": [
    {
      "url": "https://www.ikea.com/us/en/"
    },
    {
      "url": "https://www.ikea.com/de/de/"
    },
    {
      "url": "https://www.ikea.com/fr/fr/"
    }
  ],
  "format": "png",
  "waitUntil": "domcontentloaded",
  "delay": 2000,
  "viewportWidth": 1280,
  "scrollToBottom": false,
  "delayAfterScrolling": 2500,
  "waitUntilNetworkIdleAfterScroll": false,
  "waitUntilNetworkIdleAfterScrollTimeout": 30000
}
```

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