# Monitor Competitor Google Ads Every Week

**Use case:** 

Schedule a weekly pull of several competitors' Google ads. Compare first and last shown dates to see which creatives were retired and which are new.

## Input

```json
{
  "queries": [
    "hubspot.com",
    "salesforce.com",
    "monday.com"
  ],
  "region": "US",
  "platform": "any",
  "creativeFormat": "any",
  "dateFrom": "",
  "dateTo": "",
  "maxResults": 45,
  "maxResultsPerAdvertiser": 15,
  "includeCreativeAssets": true,
  "includeAdvertiserDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "adFormat": {
    "label": "Format"
  },
  "headline": {
    "label": "Headline"
  },
  "description": {
    "label": "Description"
  },
  "destinationUrl": {
    "label": "Destination"
  },
  "firstShown": {
    "label": "First shown"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "approxDaysShown": {
    "label": "Days shown"
  },
  "region": {
    "label": "Region"
  },
  "platform": {
    "label": "Platform"
  },
  "adUrl": {
    "label": "Ad on Google"
  },
  "imageUrl": {
    "label": "Image"
  },
  "videoUrl": {
    "label": "Video"
  },
  "creativeId": {
    "label": "Creative ID"
  },
  "advertiserId": {
    "label": "Advertiser ID"
  }
}
```

## 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.