# Scrape YouTube Ads Transparency

**Use case:** 

Use this Scrape YouTube Ads Transparency task to extract active campaigns. Export video ads to JSON to power your advertising migration tools seamlessly.

## Input

```json
{
  "searchQueries": [
    "nike.com"
  ],
  "region": "ALL",
  "adFormat": "All",
  "dateRange": "Last 30d",
  "politicalAds": false,
  "maxResults": 30
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "string"
  },
  "ad_format": {
    "label": "Ad Format",
    "format": "string"
  },
  "ad_headline": {
    "label": "Headline",
    "format": "string"
  },
  "advertiser_name": {
    "label": "Advertiser Name",
    "format": "string"
  },
  "advertiser_domain": {
    "label": "Advertiser Domain",
    "format": "string"
  },
  "advertiser_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "first_shown_date": {
    "label": "First Shown",
    "format": "string"
  },
  "last_shown_date": {
    "label": "Last Shown",
    "format": "string"
  },
  "ad_active_days": {
    "label": "Active Days",
    "format": "number"
  },
  "platform": {
    "label": "Inferred Platform",
    "format": "string"
  },
  "ad_preview_url": {
    "label": "Ad Preview URL",
    "format": "string"
  }
}
```

## About this Actor

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