# Check Ads Running for Your Brand

**Use case:** 

Check Google Ads shown for your brand or website. Scrape ads by domain to review creatives, advertisers, formats, and last shown dates.

## Input

```json
{
  "startUrls": [
    "https://www.johnlewis.com/"
  ],
  "region": "GB",
  "maxCreativesPerAdvertiser": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "preview_image": {
    "label": "Ad Preview",
    "format": "image"
  },
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "last_shown": {
    "label": "Last Shown",
    "format": "text"
  },
  "variations_count": {
    "label": "Variations",
    "format": "number"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "creative_url": {
    "label": "Ad Link",
    "format": "link"
  },
  "advertiser_id": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "creative_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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