# Production export: shopify

**Use case:** 

Facebook Ad Library Scraper configured for production export around “shopify”. The saved input exposes brands, country, adType, maxCreatives,...

## Input

```json
{
  "brands": [
    "shopify"
  ],
  "country": "au",
  "adType": "all",
  "maxCreatives": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "adCount": {
    "label": "Ad count",
    "format": "text"
  },
  "creativeCount": {
    "label": "Creatives captured",
    "format": "text"
  }
}
```

## About this Actor

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