# Facebook & Meta Ads Library Scraper — Ad Intelligence Tool

**Use case:** 

Use the Facebook Meta Ads Scraper to extract active campaigns. Export data to power your advertising migration tools and API integrations seamlessly.

## Input

```json
{
  "searchQueries": [
    "EV Charge"
  ],
  "countryCode": "IE",
  "adStatus": "active",
  "adType": "all",
  "mediaType": "all",
  "platform": "all",
  "maxResults": 5
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "string"
  },
  "ad_format": {
    "label": "Ad Format",
    "format": "string"
  },
  "ad_headline": {
    "label": "Headline",
    "format": "string"
  },
  "ad_body_text": {
    "label": "Body Text",
    "format": "string"
  },
  "page_name": {
    "label": "Page Name",
    "format": "string"
  },
  "page_country": {
    "label": "Page Country",
    "format": "string"
  },
  "ad_status": {
    "label": "Ad Status",
    "format": "string"
  },
  "start_date": {
    "label": "Start Date",
    "format": "number"
  },
  "end_date": {
    "label": "End Date",
    "format": "number"
  },
  "created_time": {
    "label": "Created Time",
    "format": "number"
  },
  "landing_page_url": {
    "label": "Landing Page",
    "format": "string"
  },
  "ad_snapshot_url": {
    "label": "Ad Snapshot",
    "format": "string"
  }
}
```

## About this Actor

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