# Monitor Competitor Google Ads (Schedule Daily)

**Use case:** 

Search the Google Ads Transparency Center for ads associated with one or more website domains. Enter competitor domains like nike.com or shopify.com to discover

## Input

```json
{
  "domains": [
    "apple.com",
    "microsoft.com"
  ],
  "region": "anywhere",
  "maxDomainsPerRun": 0,
  "adsPageLoadDelay": 2000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "ads_ever": {
    "label": "Ran Ads?",
    "format": "text"
  },
  "adsCount": {
    "label": "Ad Count",
    "format": "text"
  },
  "date_of_last_running": {
    "label": "Last Shown",
    "format": "text"
  },
  "type_of_ad": {
    "label": "Ad Format",
    "format": "text"
  },
  "ads_link": {
    "label": "Ads Page",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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