# Monitor Nike brand creatives on Google Ads Library

**Use case:** 

Scrape Nike brand ad creatives from Google Ads Transparency Center with headlines, video assets, and last shown dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR00001713142056768513?region=US"
    }
  ],
  "cookies": [],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "downloadMedia": false
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "advertiserId": {
    "label": "Advertiser id"
  },
  "creativeId": {
    "label": "Creative id"
  },
  "format": {
    "label": "Format"
  },
  "url": {
    "label": "Url"
  },
  "previewUrl": {
    "label": "Preview url"
  },
  "previewStoreKey": {
    "label": "Preview store key"
  },
  "firstShownAt": {
    "label": "First shown at"
  },
  "lastShownAt": {
    "label": "Last shown at"
  },
  "impressions": {
    "label": "Impressions"
  },
  "shownCountries": {
    "label": "Shown countries"
  },
  "countryStats": {
    "label": "Country stats"
  },
  "audienceSelections": {
    "label": "Audience selections"
  },
  "variants": {
    "label": "Variants"
  },
  "originUrl": {
    "label": "Origin url"
  }
}
```

## About this Actor

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