# Track a competitor's Google Ads creatives

**Use case:** 

Pull a brand's Google Ads creatives and landing pages from the Ads Transparency Center by domain — active ad copy, formats and destinations.

## Input

```json
{
  "queries": [
    "nike.com"
  ],
  "region": "anywhere",
  "dateRangePreset": "LAST_30_DAYS",
  "adFormat": "ALL",
  "platform": "ALL",
  "maxAdsPerAdvertiser": 10,
  "enrichLandingPages": true,
  "landingPageTimeoutSecs": 15
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "advertiserDomain": {
    "label": "Domain"
  },
  "adFormat": {
    "label": "Format"
  },
  "firstShown": {
    "label": "First seen"
  },
  "lastShown": {
    "label": "Last seen"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "landingUrl": {
    "label": "Landing page",
    "format": "link"
  },
  "noAdsFound": {
    "label": "No ads found"
  }
}
```

## About this Actor

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