# Snapchat ads library scraper for political ads

**Use case:** 

Scrape the latest Snapchat political ads archive for spend, impressions, advertisers, dates, creatives, and targeting fields.

## Input

```json
{
  "years": [
    "2026"
  ],
  "archiveUrls": [],
  "maxItems": 100,
  "advertiserNames": [],
  "countryCodes": [],
  "searchTerms": [],
  "startDate": "",
  "endDate": "",
  "includeRawFields": false
}
```

## 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.