# Download Facebook Ads for Free — No Login Required

**Use case:** 

Download Facebook ads free — extract ad copy, images, video URLs & CTAs from Meta Ads Library. No login, no API key. Export CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=US&q=fitness&search_type=keyword_unordered&media_type=all"
  ],
  "status": "active",
  "maxAds": 100
}
```

## Output

```json
{
  "ad_archive_id": {
    "label": "Ad Archive ID",
    "format": "string"
  },
  "page": {
    "label": "Page / Advertiser",
    "format": "object"
  },
  "content": {
    "label": "Ad Content",
    "format": "object"
  },
  "targeting": {
    "label": "Targeting & Schedule",
    "format": "object"
  },
  "performance": {
    "label": "Performance",
    "format": "object"
  },
  "compliance": {
    "label": "Compliance & Safety",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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