# Assemble a public Snapchat creative library

**Use case:** 

Gather public Snapchat ad rows for headlines, calls to action, creatives, and landing-page links in one place.

## Input

```json
{
  "mode": "search",
  "advertiserName": "Adidas",
  "countries": [],
  "status": "ACTIVE",
  "startDate": "2025-01-01",
  "endDate": "2025-12-31",
  "creatorName": "kyliejenner",
  "politicalYears": [
    "2025"
  ],
  "politicalCountry": "us",
  "politicalSearchTerm": "senate",
  "maxResults": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "payingAdvertiserName": {
    "label": "Advertiser (Political)",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "callToAction": {
    "label": "CTA",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "impressionsTotal": {
    "label": "Impressions",
    "format": "integer"
  },
  "spend": {
    "label": "Spend",
    "format": "number"
  },
  "currencyCode": {
    "label": "Currency",
    "format": "string"
  },
  "startDate": {
    "label": "Start",
    "format": "string"
  },
  "mediaDownloadUrl": {
    "label": "Media",
    "format": "string"
  },
  "landingUrl": {
    "label": "Landing URL",
    "format": "string"
  }
}
```

## About this Actor

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