# Find Who Advertises for a Keyword on Google

**Use case:** 

Discover every advertiser running Google Ads for a keyword or product: name, verified advertiser ID, location and ad count. Great for competitor research.

## Input

```json
{
  "queries": [
    "car insurance"
  ],
  "domains": [
    "nike.com"
  ],
  "advertiserIds": [
    "AR16735076323512287233"
  ],
  "startUrls": [
    {
      "url": "https://adstransparency.google.com/advertiser/AR16735076323512287233?region=US"
    }
  ],
  "resultType": "advertisers",
  "region": "US",
  "platforms": [],
  "adFormat": "ALL",
  "startDate": "2026-01-01",
  "endDate": "2026-06-01",
  "maxAdsPerSearch": 100,
  "maxAdvertisersPerQuery": 5,
  "includeDetails": false,
  "detailConcurrency": 6,
  "onlyNewAds": false,
  "monitorStoreName": "ads-transparency-monitor",
  "includeRawData": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiserId": {
    "label": "Advertiser ID"
  },
  "name": {
    "label": "Name"
  },
  "countryCode": {
    "label": "Country"
  },
  "approxAdCountLow": {
    "label": "Ads (low)"
  },
  "approxAdCountHigh": {
    "label": "Ads (high)"
  },
  "legalName": {
    "label": "Legal name"
  },
  "verified": {
    "label": "Verified"
  },
  "matchedQuery": {
    "label": "Matched query"
  },
  "advertiserUrl": {
    "label": "Advertiser page",
    "format": "link"
  },
  "region": {
    "label": "Region"
  }
}
```

## About this Actor

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