# Monitor Competitor Website Homepages for Changes

**Use case:** 

Capture daily full-page screenshots of key competitor homepages to track design updates, promotional banners, and content changes. This provides visual intellig

## Input

```json
{
  "urls": [
    {
      "url": "https://www.shopify.com"
    },
    {
      "url": "https://www.wix.com"
    },
    {
      "url": "https://www.squarespace.com"
    }
  ],
  "format": "png",
  "waitUntil": "load",
  "delay": 0,
  "viewportWidth": 1920,
  "scrollToBottom": true,
  "delayAfterScrolling": 3000,
  "waitUntilNetworkIdleAfterScroll": true,
  "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.