# Google Ads History Checker for Websites

**Use case:** 

Paste your link list as-is — https://, www, long URLs all work. Each site gets a clean Yes/No Google Ads check with ad counts. Try it on the sample list.

## Input

```json
{
  "domains": [
    "apple.com",
    "www.tesla.com",
    "https://shopify.com/",
    "https://www.kars4kids.org/donate?utm_source=newsletter",
    "http://www.tesla.com/models"
  ],
  "region": "anywhere",
  "maxDomainsPerRun": 0,
  "adsPageLoadDelay": 2000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "ads_ever": {
    "label": "Ran Ads?",
    "format": "text"
  },
  "adsCount": {
    "label": "Ad Count",
    "format": "text"
  },
  "date_of_last_running": {
    "label": "Last Shown",
    "format": "text"
  },
  "type_of_ad": {
    "label": "Ad Format",
    "format": "text"
  },
  "ads_link": {
    "label": "Ads Page",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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