# Meta advertiser page ads extractor and analyzer

**Use case:** 

Analyze one advertiser's Meta Ads Library page, rank durable creatives, and capture angle evidence, destinations, and products.

## Input

```json
{
  "adsLibraryUrls": [
    "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=IE&view_all_page_id=108370442525483&search_type=page&media_type=all"
  ],
  "maxAds": 50,
  "enrichShopify": true,
  "maxEnrichmentConcurrency": 4,
  "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.