# Visual Tracking of Competitor Ad Creatives

**Use case:** 

Capture screenshots of competitor promotional landing pages, potentially revealing their latest ad creatives and messaging strategies. This intelligence can inf

## Input

```json
{
  "urls": [
    {
      "url": "https://www.hubspot.com/products/marketing/marketing-automation"
    },
    {
      "url": "https://www.salesforce.com/solutions/small-business/"
    }
  ],
  "format": "png",
  "waitUntil": "networkidle",
  "delay": 3000,
  "viewportWidth": 1600,
  "scrollToBottom": false,
  "delayAfterScrolling": 2500,
  "waitUntilNetworkIdleAfterScroll": false,
  "waitUntilNetworkIdleAfterScrollTimeout": 30000,
  "selectorsToHide": ".chat-widget, .popup-modal"
}
```

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