# Find Spotify ad creatives on Snapchat Ads Sweden

**Use case:** 

Extract Spotify ad creatives targeting Sweden from Snapchat Ads Library with video assets, CTAs, and active date ranges.

## Input

```json
{
  "search": "Spotify",
  "country": "SE",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "adName": {
    "label": "Ad name"
  },
  "adType": {
    "label": "Ad type"
  },
  "creativeType": {
    "label": "Creative type"
  },
  "adRenderType": {
    "label": "Ad render type"
  },
  "payingAdName": {
    "label": "Paying ad name"
  },
  "accountName": {
    "label": "Account name"
  },
  "profileLogoUrl": {
    "label": "Profile logo url"
  },
  "profileName": {
    "label": "Profile name"
  },
  "brandName": {
    "label": "Brand name"
  },
  "headline": {
    "label": "Headline"
  },
  "callToAction": {
    "label": "Call to action"
  },
  "destinationUrl": {
    "label": "Destination url"
  },
  "totalImpressions": {
    "label": "Total impressions"
  },
  "adStatus": {
    "label": "Ad status"
  },
  "reviewStatus": {
    "label": "Review status"
  },
  "snapMediaDownloadLink": {
    "label": "Snap media download link"
  },
  "snapMediaType": {
    "label": "Snap media type"
  },
  "snapMediaCropPosition": {
    "label": "Snap media crop position"
  },
  "startDate": {
    "label": "Start date"
  }
}
```

## About this Actor

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