# US Political Ad Tracker

**Use case:** 

Monitor US political & issue ads across Facebook & Instagram. Get ad copy, creatives, spend & impression ranges, run dates, and sentiment analysis.

## Input

```json
{
  "searchQueries": [
    "election",
    "campaign"
  ],
  "country": "US",
  "activeStatus": "all",
  "adType": "political_and_issue_ads",
  "mediaType": "all",
  "maxAds": 50,
  "sortMode": "newest",
  "analyzeSentiment": true,
  "trackChanges": true,
  "useProxies": true,
  "proxyGroups": [
    "RESIDENTIAL"
  ]
}
```

## Output

```json
{
  "pageName": {
    "label": "Page Name",
    "format": "string"
  },
  "adCopy": {
    "label": "Ad Copy",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "runDurationDays": {
    "label": "Run Duration (Days)",
    "format": "number"
  },
  "sentimentLabel": {
    "label": "Sentiment Label",
    "format": "string"
  },
  "ctaType": {
    "label": "CTA Type",
    "format": "string"
  },
  "landingUrl": {
    "label": "Landing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Ad Library Scraper Pro](https://apify.com/webdatalabs/meta-ad-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/meta-ad-library-scraper) to learn more, explore other use cases, and run it yourself.