# Snapchat political ads extractor for UK advertisers

**Use case:** 

Extract UK Snapchat political ad records by advertiser or organization name from the public Snap transparency archive.

## Input

```json
{
  "years": [
    "2026"
  ],
  "archiveUrls": [],
  "maxItems": 50,
  "advertiserNames": [
    "Human Appeal"
  ],
  "countryCodes": [
    "GB"
  ],
  "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.