# Google Ads Competitor Audit for Agencies

**Use case:** 

Audit a client's competitive set in one run: every Google ad, its copy, format and run dates, capped per advertiser so no single spender eats the budget.

## Input

```json
{
  "queries": [
    "wix.com",
    "squarespace.com",
    "webflow.com"
  ],
  "region": "US",
  "platform": "any",
  "creativeFormat": "any",
  "dateFrom": "",
  "dateTo": "",
  "maxResults": 30,
  "maxResultsPerAdvertiser": 10,
  "includeCreativeAssets": true,
  "includeAdvertiserDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "advertiserLegalName": {
    "label": "Legal name"
  },
  "advertiserDomain": {
    "label": "Domain"
  },
  "advertiserLocation": {
    "label": "Country"
  },
  "advertiserVerified": {
    "label": "Verified"
  },
  "advertiserId": {
    "label": "Advertiser ID"
  },
  "creativeId": {
    "label": "Creative ID"
  },
  "adFormat": {
    "label": "Format"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "adUrl": {
    "label": "Ad on Google"
  }
}
```

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