# Google Ads Activity Checker for Online Course Platforms

**Use case:** 

Screen popular EdTech and online learning platforms for Google Ads activity. See which run image, video, or text ads, how many, and when last shown.

## Input

```json
{
  "domains": [
    "coursera.org",
    "udemy.com",
    "skillshare.com",
    "masterclass.com",
    "duolingo.com",
    "codecademy.com",
    "udacity.com",
    "edx.org",
    "brilliant.org",
    "datacamp.com"
  ],
  "region": "US",
  "maxDomainsPerRun": 0,
  "adsPageLoadDelay": 2000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US",
    "apifyProxySubdivision": "AK"
  }
}
```

## 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.