# Find winning ads that have run the longest

**Use case:** 

Surface the ads competitors keep running — the ones live longest, in the most versions, are proven money-makers. Build a swipe file of winning creatives.

## Input

```json
{
  "searchTerms": [
    "skincare"
  ],
  "countries": [
    "US"
  ],
  "adType": "all",
  "activeStatus": "active",
  "mediaType": "video",
  "matchType": "broad",
  "maxResults": 100,
  "pageSize": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "page_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "is_scaled": {
    "label": "Scaled",
    "format": "boolean"
  },
  "collation_count": {
    "label": "Variants",
    "format": "number"
  },
  "days_active": {
    "label": "Days Active",
    "format": "number"
  },
  "is_active": {
    "label": "Active",
    "format": "boolean"
  },
  "cta_text": {
    "label": "CTA",
    "format": "text"
  },
  "ad_archive_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "publisher_platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "ad_delivery_start_date": {
    "label": "Started",
    "format": "text"
  },
  "link_url": {
    "label": "Link",
    "format": "link"
  },
  "ad_snapshot_url": {
    "label": "Snapshot URL",
    "format": "link"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Ad Library Spy — Winning & Scaled Facebook Ads | $4/1K](https://apify.com/bovi/meta-ads-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bovi/meta-ads-library-scraper) to learn more, explore other use cases, and run it yourself.