# Find Winning Facebook Ads for Dog Supplements

**Use case:** 

Scan the Meta Ad Library for dog supplement ads that have been running 90+ days in the US, sorted by longevity, with ad text, CTA and landing page.

## Input

```json
{
  "keywords": [
    "dog supplements"
  ],
  "countryCode": "US",
  "minDaysRunning": 90,
  "maxAdsPerSource": 100
}
```

## 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.