# Competitor Google Ads Scraper by Country

**Use case:** 

Monitor a competitor's Google ads in a specific country. Extract creatives, spend, and impressions filtered by region.

## Input

```json
{
  "maxResults": 100,
  "fetchAdDetail": true,
  "adUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR17672453691778531329?region=GB"
    }
  ]
}
```

## Output

```json
{
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser name",
    "format": "string"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "format": {
    "label": "Ad format",
    "format": "string"
  },
  "adTransparencyUrl": {
    "label": "Ad Transparency URL",
    "format": "string"
  },
  "previewUrls": {
    "label": "Preview URLs",
    "format": "array"
  },
  "creativeRegions": {
    "label": "Target regions",
    "format": "array"
  },
  "countries": {
    "label": "Delivery countries",
    "format": "array"
  },
  "firstShown": {
    "label": "First shown",
    "format": "string"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "string"
  },
  "daysRan": {
    "label": "Days ran",
    "format": "number"
  },
  "totalImpressions": {
    "label": "Impressions range",
    "format": "object"
  },
  "totalAmountSpent": {
    "label": "Amount spent range",
    "format": "array"
  },
  "demographics": {
    "label": "Demographic targeting",
    "format": "object"
  },
  "regionStats": {
    "label": "Regional statistics",
    "format": "array"
  }
}
```

## About this Actor

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