# Scrape Competitor Google Ads & Creatives

**Use case:** 

Scrape competitor Google Ads and creatives by domain, advertiser, or ad link. Extract ad format, preview, last shown date, and direct links.

## Input

```json
{
  "startUrls": [
    "nike.com",
    "adidas.com",
    "underarmour.com"
  ],
  "region": "US",
  "maxCreativesPerAdvertiser": 10,
  "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.