# Monitor Dynamic Website Content Changes with GIF

**Use case:** 

Capture short GIF animations of dynamic website sections to visually track changes in promotions, product carousels, or interactive elements. This helps in moni

## Input

```json
{
  "linkUrls": [
    "https://www.amazon.com/deals"
  ],
  "outputFormat": "gif",
  "fullPage": false,
  "waitUntil": "networkidle",
  "timeoutSeconds": 30,
  "delayBeforeScreenshotMs": 1000,
  "device": "Desktop 1920x1080",
  "windowWidth": 1920,
  "windowHeight": 1080,
  "scrollToBottom": true,
  "jpegQuality": 85,
  "pdfFormat": "A4",
  "pdfPrintBackground": true,
  "pdfMarginTop": 10,
  "pdfMarginRight": 10,
  "pdfMarginBottom": 10,
  "pdfMarginLeft": 10,
  "videoFrameCount": 20,
  "videoFrameIntervalMs": 500,
  "videoFps": 5,
  "videoScrollStepPx": 400,
  "cookies": [],
  "enableSSL": false,
  "autoProxyFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "linkUrl": {
    "label": "URL",
    "format": "link"
  },
  "device": {
    "label": "Device"
  },
  "format": {
    "label": "Format"
  },
  "fileSizeBytes": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "capturedAtUTC": {
    "label": "Captured At"
  },
  "screenshotUrl": {
    "label": "Open",
    "format": "link"
  }
}
```

## About this Actor

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