# Find Google Advertisers by Keyword

**Use case:** 

Find Google advertisers by keyword with their IDs, location, verification and ad-volume estimates. Map a market. Export to CSV, JSON or Excel.

## Input

```json
{
  "queries": [
    "crm software"
  ],
  "advertiserIds": [],
  "transparencyUrls": [],
  "regions": [
    "US"
  ],
  "maxAdsPerAdvertiser": 50,
  "maxAdvertisersPerQuery": 10,
  "includeRawData": false,
  "includeHtmlCreative": true,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "advertiserLocation": {
    "label": "Location",
    "format": "text"
  },
  "advertiserVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "estimatedAdsLower": {
    "label": "Est. ads (min)",
    "format": "number"
  },
  "estimatedAdsUpper": {
    "label": "Est. ads (max)",
    "format": "number"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "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.