# Download Facebook Ad Video & Image Creatives

**Use case:** 

Scrape a brand's Facebook and Instagram ads and pull high-quality video and image creative assets ready-made for a swipe file.

## Input

```json
{
  "URLAds": [
    {
      "url": "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&content_languages[0]=en&country=ALL&is_targeted_country=false&media_type=video&publisher_platforms[0]=facebook&q=pokemon&search_type=keyword_unordered&sort_data[mode]=relevancy_monthly_grouped&sort_data[direction]=desc&source=fb-logo&start_date[min]=2026-01-27&start_date[max]=2026-01-28"
    },
    {
      "url": "https://www.facebook.com/ads/library/?id=907653308384731"
    }
  ],
  "searchQueries": [
    "apify"
  ],
  "searchAdvertisers": [
    "Shein"
  ],
  "maxResultsPerQuery": 30,
  "enrichWithAdDetails": false,
  "sortBy": "SORT_BY_TOTAL_IMPRESSIONS",
  "countries": "ALL",
  "publisherPlatforms": [
    "FACEBOOK",
    "INSTAGRAM"
  ],
  "activeStatus": "ACTIVE",
  "adType": "ALL",
  "mediaType": "VIDEO"
}
```

## Output

```json
{
  "media.primary_thumbnail": {
    "label": "🖼️ Primary Thumbnail",
    "format": "image"
  },
  "ad_url": {
    "label": "🔗 Ad Library URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 Ad ID",
    "format": "text"
  },
  "page_name": {
    "label": "📄 Page Name",
    "format": "text"
  },
  "title": {
    "label": "📹 Ad Title",
    "format": "text"
  },
  "text": {
    "label": "📝 Ad Text",
    "format": "text"
  },
  "media.type": {
    "label": "🎨 Media Type",
    "format": "text"
  },
  "is_active": {
    "label": "✅ Is Active",
    "format": "boolean"
  },
  "page_likes": {
    "label": "👍 Page Likes",
    "format": "number"
  },
  "platforms": {
    "label": "📱 Platforms",
    "format": "array"
  },
  "start_date": {
    "label": "📅 Start Date",
    "format": "datetime"
  },
  "end_date": {
    "label": "📅 End Date",
    "format": "datetime"
  },
  "ad_category": {
    "label": "🏷️ Ad Category",
    "format": "text"
  },
  "scraped_at": {
    "label": "⏰ Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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