# VPN Service Competitor Ad Insights

**Use case:** 

Extract ad creatives from NordVPN, ExpressVPN, and Surfshark. Get detailed metrics like impressions and spend for US, UK, and Australia.

## Input

```json
{
  "mode": "domain",
  "domains": [
    "nordvpn.com",
    "expressvpn.com",
    "surfshark.com"
  ],
  "advertiserIds": [],
  "advertiserNames": [],
  "regions": [
    "US",
    "GB",
    "AU"
  ],
  "creativeFormats": [],
  "maxAdsPerTarget": 50,
  "maxAds": 150,
  "enrichDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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