# Scrape SHEIN Meta ads

**Use case:** 

Collect public Meta Ad Library ads for SHEIN with creatives, copy, CTAs, platforms, and activity dates.

## Input

```json
{
  "sourceUrls": [
    "https://www.facebook.com/SHEINOFFICIAL"
  ],
  "maxAdsPerUrl": 50,
  "countOnly": false,
  "includeAboutInfo": false,
  "includeAdDetails": false,
  "adStatus": "active",
  "sortBy": "impressions"
}
```

## Output

```json
{
  "pageName": {
    "label": "Page name",
    "format": "string"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "body": {
    "label": "Body",
    "format": "string"
  },
  "ctaLabel": {
    "label": "CTA",
    "format": "string"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "startedAt": {
    "label": "Started at",
    "format": "string"
  },
  "endedAt": {
    "label": "Ended at",
    "format": "string"
  },
  "landingUrl": {
    "label": "Landing URL",
    "format": "string"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "string"
  }
}
```

## About this Actor

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