# Weekly Meta competitor ads monitor and creative brief

**Use case:** 

Create a repeatable agency brief from several Meta Ads Library searches with ranked ads, Shopify products, evidence, and risks.

## Input

```json
{
  "adsLibraryUrls": [
    "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=IE&media_type=all&q=running%20shoes&search_type=keyword_unordered",
    "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=IE&media_type=video&q=protein%20powder&search_type=keyword_unordered"
  ],
  "maxAds": 100,
  "enrichShopify": true,
  "maxEnrichmentConcurrency": 6,
  "adRecords": []
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "angle": {
    "label": "Angle",
    "format": "string"
  },
  "angleConfidence": {
    "label": "Confidence",
    "format": "number"
  },
  "scoreTotal": {
    "label": "Score",
    "format": "number"
  },
  "runDays": {
    "label": "Run days",
    "format": "integer"
  },
  "reachMidpoint": {
    "label": "Reach midpoint",
    "format": "integer"
  },
  "productTitle": {
    "label": "Product",
    "format": "string"
  },
  "productPriceMin": {
    "label": "Min price",
    "format": "number"
  },
  "enrichmentStatus": {
    "label": "Enrichment",
    "format": "string"
  },
  "destinationUrl": {
    "label": "Destination",
    "format": "string"
  },
  "adLibraryUrl": {
    "label": "Ad Library",
    "format": "string"
  },
  "analyzedAt": {
    "label": "Analyzed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Ads Competitive Intelligence](https://apify.com/automation-lab/meta-ads-competitive-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/meta-ads-competitive-intelligence) to learn more, explore other use cases, and run it yourself.