# Political Issue Ads Scraper for Facebook USA

**Use case:** 

Retrieve data on political issue ads across Facebook in the US. Access ad details including creative, media, and spend metrics.

## Input

```json
{
  "searchTerms": [
    "vote",
    "election",
    "political"
  ],
  "pageIds": [
    "15087023444"
  ],
  "country": "US",
  "adType": "political_and_issue_ads",
  "activeStatus": "all",
  "mediaType": "all",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "pageName": {
    "label": "Advertiser",
    "format": "string"
  },
  "bodyText": {
    "label": "Ad text",
    "format": "string"
  },
  "publisherPlatform": {
    "label": "Platforms",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "spendLowerBound": {
    "label": "Spend (lower)",
    "format": "number"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "string"
  }
}
```

## About this Actor

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