# Monitor Competitor Facebook Ads Automatically

**Use case:** 

Monitor competitor Facebook ads automatically. Paste any brand's Page URL, get all active creatives, CTAs & landing pages. Schedule daily.

## Input

```json
{
  "urls": [
    "https://www.facebook.com/nike/"
  ],
  "status": "active",
  "maxAds": 50
}
```

## Output

```json
{
  "ad_archive_id": {
    "label": "Ad Archive ID",
    "format": "string"
  },
  "page": {
    "label": "Page / Advertiser",
    "format": "object"
  },
  "content": {
    "label": "Ad Content",
    "format": "object"
  },
  "targeting": {
    "label": "Targeting & Schedule",
    "format": "object"
  },
  "performance": {
    "label": "Performance",
    "format": "object"
  },
  "compliance": {
    "label": "Compliance & Safety",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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