# Nike Keyword Ads - Facebook Ad Library

**Use case:** 

Scrape active Facebook Ad Library results for the Nike keyword with ad text, advertiser names, headlines, creative types, dates, spend or impression fields, and

## Input

```json
{
  "keywords": [
    "Nike"
  ],
  "pageIds": [],
  "advertiserNames": [],
  "country": "US",
  "adCategory": "all",
  "adStatus": "active",
  "platforms": [
    "facebook",
    "instagram"
  ],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "adId": {
    "label": "Ad ID"
  },
  "advertiserPageName": {
    "label": "Advertiser"
  },
  "advertiserPageId": {
    "label": "Page ID"
  },
  "adCreativeText": {
    "label": "Ad Text"
  },
  "adHeadline": {
    "label": "Headline"
  },
  "adType": {
    "label": "Type"
  },
  "impressionsRange": {
    "label": "Impressions"
  },
  "spendRange": {
    "label": "Spend"
  },
  "adStartDate": {
    "label": "Started"
  },
  "adEndDate": {
    "label": "Ended"
  },
  "searchQuery": {
    "label": "Search"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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