# Winning Facebook Ads in France, 60+ Days Live

**Use case:** 

Find the skincare ads running 60+ days in France before you launch there, sorted by longevity, with ad text, CTA, landing page and Ad Library link.

## Input

```json
{
  "keywords": [
    "soin visage"
  ],
  "countryCode": "FR",
  "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.