# Scrape E-commerce Ads from Facebook Ads Library

**Use case:** 

Extract data from Facebook Ads Library for e-commerce product ads. Get comprehensive insights including ad copy, images, and CTAs for competitive analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/ads/library/?active_status=all&ad_type=all&country=US&search_type=keyword_unordered&q=fitness%20supplements"
    }
  ],
  "maxAds": 50
}
```

## Output

```json
{
  "ad_archive_id": {
    "label": "Ad archive id"
  },
  "ad_library_url": {
    "label": "Ad library url"
  },
  "position": {
    "label": "Position"
  },
  "is_active": {
    "label": "Is active"
  },
  "status": {
    "label": "Status"
  },
  "page": {
    "label": "Page"
  },
  "creative": {
    "label": "Creative"
  },
  "schedule": {
    "label": "Schedule"
  },
  "delivery": {
    "label": "Delivery"
  }
}
```

## About this Actor

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