# Facebook running shoes ad scraper

**Use case:** 

Scrape Meta Ads Library results for running shoes and extract ad copy, creatives, advertiser pages, URLs, status, and platforms.

## Input

```json
{
  "searchQueries": [
    "running shoes",
    "marathon training shoes"
  ],
  "pageUrls": [],
  "adsLibraryUrls": [],
  "country": "US",
  "activeStatus": "active",
  "mediaType": "all",
  "maxAds": 50
}
```

## Output

```json
{
  "pageName": {
    "label": "Advertiser"
  },
  "bodyText": {
    "label": "Ad Copy"
  },
  "title": {
    "label": "Headline"
  },
  "linkUrl": {
    "label": "Destination URL",
    "format": "link"
  },
  "platforms": {
    "label": "Platforms"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "startDate": {
    "label": "Start Date"
  },
  "displayFormat": {
    "label": "Format"
  },
  "pageLikeCount": {
    "label": "Page Likes",
    "format": "number"
  },
  "adLibraryUrl": {
    "label": "Ad Library Link",
    "format": "link"
  }
}
```

## About this Actor

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