# Audit a Competitor's Longest-Running Facebook Ads

**Use case:** 

Scan a competitor's Facebook page plus one niche keyword in the Meta Ad Library and keep only ads live 60+ days, with creative text, CTA and link.

## Input

```json
{
  "keywords": [
    "workflow automation"
  ],
  "pageUrls": [
    "https://www.facebook.com/ZapierApp"
  ],
  "countryCode": "US",
  "minDaysRunning": 60,
  "maxAdsPerSource": 50
}
```

## Output

```json
{
  "pageName": {
    "label": "Page name",
    "format": "string"
  },
  "daysRunning": {
    "label": "Days running",
    "format": "number"
  },
  "adText": {
    "label": "Ad text",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "adLibraryUrl": {
    "label": "Ad library URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Long-Running Facebook Ads Finder — Winning Ads](https://apify.com/davidbenittah/long-running-facebook-ads-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/long-running-facebook-ads-finder) to learn more, explore other use cases, and run it yourself.