# Monitor Competitor Pricing & Promo Ads on Facebook

**Use case:** 

Monitor competitor pricing, sales and promo ads on Facebook & Instagram. Track offers, creatives and CTAs from the Meta Ad Library. Export to CSV or JSON.

## Input

```json
{
  "searchTerms": [
    "sale",
    "discount"
  ],
  "country": "US",
  "activeStatus": "active",
  "adType": "all",
  "mediaType": "all",
  "searchType": "keyword_unordered",
  "maxAds": 200,
  "includePageTransparency": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "page_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "ad_creative_bodies": {
    "label": "Ad Copy",
    "format": "array"
  },
  "media_type": {
    "label": "Media Type",
    "format": "text"
  },
  "publisher_platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "is_active": {
    "label": "Active",
    "format": "boolean"
  },
  "ad_delivery_start_time": {
    "label": "Start Date",
    "format": "text"
  },
  "cta_type": {
    "label": "CTA Type",
    "format": "text"
  },
  "link_url": {
    "label": "Link URL",
    "format": "link"
  },
  "ad_snapshot_url": {
    "label": "Ad Snapshot",
    "format": "link"
  }
}
```

## About this Actor

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