# Facebook Ads Library Scraper: Extract Winning Ads

**Use case:** 

Facebook Ads Library Scraper Task: Auto-extract active Meta ads, copy, and creatives for competitor analysis. Built-in filter ensures pure, premium data.

## Input

```json
{
  "searchMode": "keyword",
  "searchInputs": [
    "Real Estate"
  ],
  "country": "US",
  "maxAdsPerSearch": 10,
  "activeStatus": "all",
  "filterSpamAds": true,
  "autoBroaden": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "Search Term": {
    "label": "Search term"
  },
  "Auto-Broadened": {
    "label": "Auto broadened"
  },
  "Library ID": {
    "label": "Library id"
  },
  "Advertiser": {
    "label": "Advertiser"
  },
  "Status": {
    "label": "Status"
  },
  "Start Date": {
    "label": "Start date"
  },
  "Ad Copy Length": {
    "label": "Ad copy length"
  },
  "Ad Copy": {
    "label": "Ad copy"
  },
  "Primary Image URL": {
    "label": "Primary image url"
  },
  "Primary Video URL": {
    "label": "Primary video url"
  },
  "Publisher Platforms": {
    "label": "Publisher platforms"
  },
  "Ad Library URL": {
    "label": "Ad library url"
  }
}
```

## About this Actor

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