# Snapchat ads archive monitoring workflow

**Use case:** 

Run a multi-year Snapchat political ads monitoring workflow with targeting, spend, impressions, and creative URLs.

## Input

```json
{
  "years": [
    "2025",
    "2026"
  ],
  "archiveUrls": [],
  "maxItems": 250,
  "advertiserNames": [],
  "countryCodes": [],
  "searchTerms": [
    "election"
  ],
  "startDate": "",
  "endDate": "",
  "includeRawFields": true
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID"
  },
  "archiveYear": {
    "label": "Year"
  },
  "payingAdvertiserName": {
    "label": "Paying advertiser"
  },
  "organizationName": {
    "label": "Organization"
  },
  "countryCode": {
    "label": "Country"
  },
  "spend": {
    "label": "Spend"
  },
  "impressions": {
    "label": "Impressions"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "creativeUrl": {
    "label": "Creative URL"
  },
  "regionsIncluded": {
    "label": "Regions"
  },
  "interests": {
    "label": "Interests"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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