# Google Ads Competitor Keyword Monitor

**Use case:** 

Monitor Google Ads by advertiser keyword and extract ad creatives, formats, regions, preview URLs, and first or last seen dates.

## Input

```json
{
  "searchTerms": [
    "nike",
    "adidas"
  ],
  "advertiserIds": [
    "AR00337221161131704321"
  ],
  "region": "US",
  "maxAds": 50
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "creativeId": {
    "label": "Creative ID"
  },
  "adFormat": {
    "label": "Format"
  },
  "firstShown": {
    "label": "First shown"
  },
  "lastShown": {
    "label": "Last shown"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "region": {
    "label": "Region"
  }
}
```

## About this Actor

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