# Find Google Ads Transparency advertiser profiles

**Use case:** 

Discover public advertiser suggestions for a brand keyword before running a deeper creative export.

## Input

```json
{
  "queries": [
    "shopify"
  ],
  "advertiserIds": [],
  "searchMode": "advertisers",
  "maxItems": 25,
  "regionCriteriaId": 2840,
  "regionCode": "US",
  "includeAdvertiserSuggestions": false
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "searchMode": {
    "label": "Mode",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "creativeId": {
    "label": "Creative ID",
    "format": "text"
  },
  "adFormat": {
    "label": "Ad format",
    "format": "text"
  },
  "landingDomain": {
    "label": "Landing domain",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "firstShownAt": {
    "label": "First shown",
    "format": "date"
  },
  "lastShownAt": {
    "label": "Last shown",
    "format": "date"
  },
  "daysShown": {
    "label": "Days shown",
    "format": "number"
  },
  "advertiserCountry": {
    "label": "Country",
    "format": "text"
  },
  "advertiserAdCountMin": {
    "label": "Ad count min",
    "format": "number"
  },
  "advertiserAdCountMax": {
    "label": "Ad count max",
    "format": "number"
  },
  "regionCode": {
    "label": "Region",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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