# Summer Sale Facebook Ads from Top Brands

**Use case:** 

Analyze Summer Sale Facebook ads from top brands. Compare creatives, messaging, CTAs, landing pages, and advertiser details.

## Input

```json
{
  "urls": [
    "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=ALL&is_targeted_country=false&media_type=all&search_type=page&sort_data[direction]=desc&sort_data[mode]=total_impressions&view_all_page_id=9465008123"
  ],
  "resultsPerUrl": 20,
  "includeAdDetails": true,
  "sortBy": "MOST_RECENT",
  "activeStatus": "ACTIVE",
  "impressionsFrom": "2026-05-15",
  "impressionsTo": "2026-07-01"
}
```

## Output

```json
{
  "page_profile_picture_url": {
    "label": "🖼️ Logo",
    "format": "string"
  },
  "page_name": {
    "label": "🏢 Advertiser",
    "format": "string"
  },
  "title": {
    "label": "📣 Headline",
    "format": "string"
  },
  "ad_text": {
    "label": "📝 Ad Copy",
    "format": "string"
  },
  "display_format": {
    "label": "🎨 Format",
    "format": "string"
  },
  "cta_text": {
    "label": "🎯 CTA",
    "format": "string"
  },
  "is_active": {
    "label": "🟢 Active",
    "format": "boolean"
  },
  "publisher_platform": {
    "label": "📱 Platforms",
    "format": "array"
  },
  "start_date": {
    "label": "🚀 Started",
    "format": "integer"
  },
  "primary_card_title": {
    "label": "🃏 Card Title",
    "format": "string"
  },
  "page_like_count": {
    "label": "👍 Page Likes",
    "format": "integer"
  },
  "ig_followers": {
    "label": "📷 IG Followers",
    "format": "integer"
  }
}
```

## About this Actor

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