# Export Facebook Ad Creatives (Image & Video)

**Use case:** 

Pull Facebook ad creatives — image and video URLs, headlines, body copy, and CTAs — for any keyword or brand. Great for swipe files and creative research.

## Input

```json
{
  "urls": [],
  "keyword": "skincare",
  "country": "US",
  "mediaType": "video",
  "adType": "all",
  "period": "",
  "activeStatus": "active",
  "sortBy": "impressions_desc",
  "scrapeAdDetails": false,
  "resolveAdvertiser": false,
  "limitPerSource": 100,
  "enableCheckpoint": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "pageName": {
    "label": "Page name"
  },
  "displayFormat": {
    "label": "Display format"
  },
  "title": {
    "label": "Title"
  },
  "bodyText": {
    "label": "Body text"
  },
  "linkDescription": {
    "label": "Link description"
  },
  "ctaText": {
    "label": "Cta text"
  },
  "ctaType": {
    "label": "Cta type"
  },
  "linkUrl": {
    "label": "Link url"
  },
  "imageUrl1": {
    "label": "Image url1"
  },
  "imageUrl2": {
    "label": "Image url2"
  },
  "imageUrl3": {
    "label": "Image url3"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "videoPreviewImageUrl1": {
    "label": "Video preview image url1"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Ad Library Scraper Pro](https://apify.com/constructive_calm/facebook-ad-library-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/facebook-ad-library-pro) to learn more, explore other use cases, and run it yourself.