# Nonprofits Organizations Running Google Ads Checker

**Use case:** 

Check which nonprofit organizations advertise on Google — useful for Ad Grants verification and sector analysis. Returns ad count, format etc.

## Input

```json
{
  "domains": [
    "redcross.org",
    "worldwildlife.org",
    "charitywater.org",
    "kars4kids.org",
    "columbusfoundation.org",
    "dosomething.org",
    "savethechildren.org",
    "aclu.org",
    "habitat.org",
    "feedingamerica.org"
  ],
  "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.