# Scrape Google Ads by Country or Region

**Use case:** 

Scrape Google ads by country or region from the Transparency Center — see which brands run where. Export to CSV, JSON or Excel.

## Input

```json
{
  "queries": [
    "nike"
  ],
  "advertiserIds": [],
  "transparencyUrls": [],
  "regions": [
    "GB",
    "DE",
    "FR"
  ],
  "maxAdsPerAdvertiser": 150,
  "maxAdvertisersPerQuery": 3,
  "includeRawData": false,
  "includeHtmlCreative": true,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserLocation": {
    "label": "Location",
    "format": "text"
  },
  "advertiserVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "firstShownAt": {
    "label": "First shown",
    "format": "text"
  },
  "lastShownAt": {
    "label": "Last shown",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "adTransparencyUrl": {
    "label": "Transparency URL",
    "format": "link"
  }
}
```

## About this Actor

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