# Political Ad Insights from Facebook Ads Library

**Use case:** 

Collect data on political and issue ads from the Facebook Ads Library. Get structured ad details for analysis and research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/ads/library/?active_status=all&ad_type=political_and_issue_ads&country=US&search_type=keyword_unordered&q=election"
    }
  ],
  "maxAds": 40
}
```

## Output

```json
{
  "ad_archive_id": {
    "label": "Ad archive id"
  },
  "ad_library_url": {
    "label": "Ad library url"
  },
  "position": {
    "label": "Position"
  },
  "is_active": {
    "label": "Is active"
  },
  "status": {
    "label": "Status"
  },
  "page": {
    "label": "Page"
  },
  "creative": {
    "label": "Creative"
  },
  "schedule": {
    "label": "Schedule"
  },
  "delivery": {
    "label": "Delivery"
  }
}
```

## About this Actor

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