# Landing Page Conversion Flow GIF for CRO Audit

**Use case:** 

Create a scroll animation GIF of a specific landing page to visually audit the conversion path and call-to-action visibility. This aids in identifying friction 

## Input

```json
{
  "url": "https://www.semrush.com/lp/sem/lp/en/google-ads/",
  "viewportWidth": 1440,
  "viewportHeight": 900,
  "scrollStepPx": 280,
  "frameDelayMs": 220,
  "maxFrames": 75,
  "cookieWindowSelector": "#onetrust-accept-btn-handler",
  "waitToLoadPageMs": 1000,
  "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.