# Find non‑advertisers on Google

**Use case:** 

Identify businesses missing from Google Ads. Use this insight to pitch your marketing services or ad management expertise.

## Input

```json
{
  "websites": [
    "statravel.de",
    "www.lein.de",
    "abanreisen.de",
    "adamare-singlereisen.de",
    "https://be-travel.eu",
    "www.bella-vacanzia.de",
    "flugboerse.de",
    "ars-flugreisen.de",
    "canusa.de",
    "reisegalerie.com",
    "bobbystravel.de",
    "reisebuerofrankfurt.de",
    "btco.de",
    "aldiana.de",
    "hohe-zeiten.de",
    "dertour-reisebuero.de",
    "exklusive-reisen-und-meer.de",
    "https://www.reisebuero-ibero.de",
    "reisebuero-lux.de",
    "heuser-reisen.de"
  ],
  "region": "anywhere",
  "dateRange": "any",
  "platform": "all"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "hasGoogleAds": {
    "label": "Has Google Ads",
    "format": "boolean"
  },
  "advertiserName": {
    "label": "Advertiser name",
    "format": "string"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "approxAdCount": {
    "label": "Approx. ad count",
    "format": "integer"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "dateRange": {
    "label": "Date range",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  },
  "duplicateCount": {
    "label": "Duplicate count",
    "format": "integer"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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