# Facebook advertiser ad extractor

**Use case:** 

Extract active and inactive Facebook ads from a specific advertiser Page URL for competitor research and ad intelligence.

## Input

```json
{
  "searchQueries": [
    "shopify"
  ],
  "pageUrls": [
    "https://www.facebook.com/shopify"
  ],
  "adsLibraryUrls": [],
  "country": "US",
  "activeStatus": "all",
  "mediaType": "all",
  "maxAds": 75
}
```

## Output

```json
{
  "pageName": {
    "label": "Advertiser"
  },
  "bodyText": {
    "label": "Ad Copy"
  },
  "title": {
    "label": "Headline"
  },
  "linkUrl": {
    "label": "Destination URL",
    "format": "link"
  },
  "platforms": {
    "label": "Platforms"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "startDate": {
    "label": "Start Date"
  },
  "displayFormat": {
    "label": "Format"
  },
  "pageLikeCount": {
    "label": "Page Likes",
    "format": "number"
  },
  "adLibraryUrl": {
    "label": "Ad Library Link",
    "format": "link"
  }
}
```

## About this Actor

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