# Competitor campaign analysis for fashion brands

**Use case:** Competitive Intelligence

Gain visibility into competitor advertising strategies by reviewing messaging, creatives, and campaign performance across social platforms.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=ALL&q=zara&search_type=keyword_unordered"
    }
  ],
  "resultsLimit": 10,
  "activeStatus": "active"
}
```

## Output

```json
{
  "pageInfo.page.name": {
    "label": "Page name"
  },
  "pageInfo.page.about.text": {
    "label": "Page about"
  },
  "totalCount": {
    "label": "Total count"
  },
  "snapshot.title": {
    "label": "Ad text"
  },
  "snapshot.displayFormat": {
    "label": "Ad format"
  },
  "isActive": {
    "label": "Is active"
  },
  "spend": {
    "label": "Spent"
  },
  "reachEstimate": {
    "label": "Reach estimate"
  },
  "impressions": {
    "label": "Impressions"
  },
  "publisherPlatform": {
    "label": "Published at"
  },
  "startDateFormatted": {
    "label": "Start date"
  },
  "endDateFormatted": {
    "label": "End date"
  },
  "ageGenderData": {
    "label": "Age gender data"
  },
  "locationData": {
    "label": "Location data"
  }
}
```

## About this Actor

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