# Google Ads Transparency Center API — YouTube Video Ads Only

**Use case:** 

Run Google Ads Transparency Center API — YouTube Video Ads Only on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "searchQuery": "Coca-Cola",
  "region": "US",
  "platforms": [
    "youtube"
  ],
  "format": "video",
  "topAdvertisersPerQuery": 1,
  "maxResultsPerAdvertiser": 15,
  "useResidentialProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "first_shown": {
    "label": "First shown",
    "format": "text"
  },
  "last_shown": {
    "label": "Last shown",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "creative_id": {
    "label": "Creative ID",
    "format": "text"
  },
  "creative_url": {
    "label": "Preview",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Ads Transparency — Search/YouTube/Display Ad Spy](https://apify.com/dltik/google-ads-transparency) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/google-ads-transparency) to learn more, explore other use cases, and run it yourself.