# Compare Multiple Competitors' Google Ads

**Use case:** 

Scrape several competitors at once and compare their Google ad volume, formats and creatives side by side. Paste brands or domains and export to a sheet.

## Input

```json
{
  "queries": [
    "nike.com",
    "adidas.com",
    "newbalance.com"
  ],
  "domains": [
    "nike.com"
  ],
  "advertiserIds": [
    "AR16735076323512287233"
  ],
  "startUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR16735076323512287233?region=US"
    }
  ],
  "resultType": "ads",
  "region": "US",
  "platforms": [],
  "adFormat": "ALL",
  "startDate": "2026-01-01",
  "endDate": "2026-06-01",
  "maxAdsPerSearch": 100,
  "maxAdvertisersPerQuery": 5,
  "includeDetails": false,
  "detailConcurrency": 6,
  "onlyNewAds": false,
  "monitorStoreName": "ads-transparency-monitor",
  "includeRawData": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "creativeId": {
    "label": "Creative ID"
  },
  "advertiserName": {
    "label": "Advertiser"
  },
  "advertiserId": {
    "label": "Advertiser id"
  },
  "domain": {
    "label": "Domain"
  },
  "format": {
    "label": "Format"
  },
  "firstShown": {
    "label": "First shown"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "shownForDays": {
    "label": "Days shown"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "previewUrl": {
    "label": "Preview url"
  },
  "googleCustomerId": {
    "label": "Ad account ID"
  },
  "adUrl": {
    "label": "Ad page",
    "format": "link"
  },
  "region": {
    "label": "Region"
  }
}
```

## About this Actor

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