# UK Fashion Ads Scraper for Facebook and Instagram

**Use case:** 

Extract active fashion and apparel ads in the UK. Get detailed ad data including creative assets and spending insights.

## Input

```json
{
  "searchTerms": [
    "clothing sale",
    "fashion boutique",
    "summer collection"
  ],
  "pageIds": [
    "15087023444"
  ],
  "country": "GB",
  "adType": "all",
  "activeStatus": "active",
  "mediaType": "image",
  "maxResults": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "pageName": {
    "label": "Advertiser",
    "format": "string"
  },
  "bodyText": {
    "label": "Ad text",
    "format": "string"
  },
  "publisherPlatform": {
    "label": "Platforms",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "spendLowerBound": {
    "label": "Spend (lower)",
    "format": "number"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "string"
  }
}
```

## About this Actor

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