# Competitor Product Page Scroll GIF for Analysis

**Use case:** 

Create an animated GIF of a competitor's product page scrolling to analyze their content presentation, layout, and calls-to-action. This competitive intelligenc

## Input

```json
{
  "url": "https://www.amazon.com/Apple-MacBook-13-inch-8-core-M2/dp/B0B3CZG2M2/",
  "viewportWidth": 1200,
  "viewportHeight": 800,
  "scrollStepPx": 300,
  "frameDelayMs": 250,
  "maxFrames": 70,
  "cookieWindowSelector": "#sp-cc-accept",
  "waitToLoadPageMs": 0,
  "downscaleFactor": 2
}
```

## Output

```json
{
  "url": {
    "label": "Page URL",
    "format": "link"
  },
  "gifUrl": {
    "label": "GIF URL",
    "format": "link"
  },
  "frameCount": {
    "label": "Frames"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "fileSizeBytes": {
    "label": "Size (B)"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [GIF Scroll Animation](https://apify.com/crawlerbros/gif-scroll-animation) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/gif-scroll-animation) to learn more, explore other use cases, and run it yourself.