# Find every affiliate bidding on your brand's domain

**Use case:** 

See every advertiser running Google ads to a domain, not just the brand itself, so affiliate and partner brand-bidding is visible.

## Input

```json
{
  "mode": "who_advertises",
  "domains": [
    "nike.com"
  ],
  "watch_id": "my-competitors",
  "max_ads_per_domain": 200,
  "running_only": false,
  "proxy": {
    "useApifyProxy": true
  },
  "proxy_country": "US",
  "region_code": 2586
}
```

## Output

```json
{
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiser_domain": {
    "label": "Domain",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "first_shown_at": {
    "label": "First shown",
    "format": "date"
  },
  "last_shown_at": {
    "label": "Last shown",
    "format": "date"
  },
  "days_running": {
    "label": "Days running",
    "format": "number"
  },
  "still_running": {
    "label": "Running now",
    "format": "boolean"
  },
  "region_count": {
    "label": "Region count"
  },
  "transparency_url": {
    "label": "Ad",
    "format": "link"
  },
  "event": {
    "label": "Event",
    "format": "text"
  },
  "creatives_total": {
    "label": "Creatives total"
  },
  "creatives_running": {
    "label": "Creatives running"
  },
  "launched_last_30d": {
    "label": "Launched last 30d"
  },
  "signals": {
    "label": "Signals"
  }
}
```

## About this Actor

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