# Find Companies Running Google Ads

**Use case:** 

Scan a list of competitors at once to see which are actively running Google Search ads, with advertiser, domain, format, and run dates.

## Input

```json
{
  "queries": [
    "hellofresh.com",
    "factor75.com",
    "homechef.com"
  ],
  "region": "anywhere",
  "dateRangePreset": "LAST_30_DAYS",
  "adFormat": "ALL",
  "platform": "SEARCH",
  "maxAdsPerAdvertiser": 5,
  "enrichLandingPages": false,
  "landingPageTimeoutSecs": 15
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser"
  },
  "advertiserDomain": {
    "label": "Domain"
  },
  "adFormat": {
    "label": "Format"
  },
  "firstShown": {
    "label": "First seen"
  },
  "lastShown": {
    "label": "Last seen"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "landingUrl": {
    "label": "Landing page",
    "format": "link"
  },
  "noAdsFound": {
    "label": "No ads found"
  }
}
```

## About this Actor

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