# Track a Competitor's Facebook Ads

**Use case:** 

Monitor a competitor's live Facebook & Instagram ads by name — active creatives, CTAs, landing-page URLs, and launch dates from the Meta Ad Library.

## Input

```json
{
  "urls": [],
  "advertiserName": "Spotify",
  "country": "ALL",
  "mediaType": "all",
  "adType": "all",
  "period": "",
  "activeStatus": "active",
  "sortBy": "most_recent",
  "scrapeAdDetails": false,
  "resolveAdvertiser": true,
  "limitPerSource": 100,
  "enableCheckpoint": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "pageName": {
    "label": "Page name"
  },
  "isActive": {
    "label": "Is active"
  },
  "startDate": {
    "label": "Started",
    "format": "date"
  },
  "endDate": {
    "label": "Ended",
    "format": "date"
  },
  "publisherPlatform": {
    "label": "Publisher platform"
  },
  "bodyText": {
    "label": "Body text"
  },
  "ctaText": {
    "label": "Cta text"
  },
  "linkUrl": {
    "label": "Link",
    "format": "link"
  },
  "imageUrl1": {
    "label": "Creative",
    "format": "image"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "country": {
    "label": "Country"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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