# Find Competitor YouTube Video Ads on Google

**Use case:** 

Pull every YouTube video ad an advertiser is running, resolved to the real YouTube video URL, with first and last shown dates and advertiser identity.

## Input

```json
{
  "queries": [
    "nordvpn.com"
  ],
  "region": "US",
  "platform": "youtube",
  "creativeFormat": "video",
  "dateFrom": "",
  "dateTo": "",
  "maxResults": 20,
  "maxResultsPerAdvertiser": 0,
  "includeCreativeAssets": true,
  "includeAdvertiserDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "adFormat": {
    "label": "Format"
  },
  "imageUrl": {
    "label": "Image"
  },
  "videoUrl": {
    "label": "Video"
  },
  "previewUrl": {
    "label": "Preview"
  },
  "headline": {
    "label": "Headline"
  },
  "firstShown": {
    "label": "First shown"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "creativeId": {
    "label": "Creative ID"
  },
  "adUrl": {
    "label": "Ad on Google"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Transparency Scraper - Ad Copy & Creatives](https://apify.com/webdata_labs/google-ads-transparency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-ads-transparency-scraper) to learn more, explore other use cases, and run it yourself.