# Track Facebook Ads for Travel Offers

**Use case:** 

Track Facebook Ads for Travel Offers and export public ad library data for competitor research and campaign planning.

## Input

```json
{
  "maxItems": 50,
  "query": "travel deals",
  "country": "US",
  "category": "all",
  "mediaType": "all",
  "sortBy": "mostRecent",
  "activeStatus": "active",
  "advertisers": [],
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ad_archive_id": {
    "label": "ID",
    "format": "text"
  },
  "snapshot.body.text": {
    "label": "Body",
    "format": "text"
  },
  "snapshot.caption": {
    "label": "Caption",
    "format": "text"
  },
  "snapshot.cta_text": {
    "label": "CTA",
    "format": "text"
  },
  "snapshot.link_url": {
    "label": "Link URL",
    "format": "link"
  },
  "snapshot.link_description": {
    "label": "Link Description",
    "format": "text"
  },
  "snapshot.title": {
    "label": "Title",
    "format": "text"
  },
  "snapshot.page_name": {
    "label": "Page Name",
    "format": "text"
  },
  "snapshot.page_profile_picture_url": {
    "label": "Page Picture",
    "format": "image"
  },
  "snapshot.page_profile_uri": {
    "label": "Page Profile",
    "format": "link"
  },
  "start_date": {
    "label": "Start Date",
    "format": "number"
  },
  "end_date": {
    "label": "End Date",
    "format": "number"
  }
}
```

## About this Actor

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