# Scrape Nike Facebook & Instagram Ads — Ad Spy

**Use case:** 

Scrape active Nike ads from Meta Ads Library. Extract creatives, platforms, targeting, days running.

## Input

```json
{
  "searchTerms": [
    "Nike"
  ],
  "countries": [
    "US"
  ],
  "adType": "ALL",
  "adActiveStatus": "ACTIVE",
  "maxAds": 25,
  "resolveSnapshotUrls": false,
  "startDate": "",
  "endDate": ""
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "pageName": {
    "label": "Page name"
  },
  "adActiveStatus": {
    "label": "Ad active status"
  },
  "daysRunning": {
    "label": "Days running"
  },
  "mediaType": {
    "label": "Media type"
  },
  "adDeliveryStartTime": {
    "label": "Ad delivery start time"
  },
  "adDeliveryStopTime": {
    "label": "Ad delivery stop time"
  },
  "publisherPlatforms": {
    "label": "Publisher platforms"
  },
  "creativeVariantCount": {
    "label": "Creative variant count"
  },
  "creatives": {
    "label": "Creatives"
  },
  "spend": {
    "label": "Spend"
  },
  "impressions": {
    "label": "Impressions"
  },
  "estimatedAudienceSize": {
    "label": "Estimated audience size"
  },
  "demographicDistribution": {
    "label": "Demographic distribution"
  },
  "euTotalReach": {
    "label": "Eu total reach"
  },
  "targetAges": {
    "label": "Target ages"
  },
  "targetGender": {
    "label": "Target gender"
  },
  "targetLocations": {
    "label": "Target locations"
  },
  "bylines": {
    "label": "Bylines"
  },
  "fundingEntity": {
    "label": "Funding entity"
  },
  "pageId": {
    "label": "Page id"
  },
  "snapshotUrl": {
    "label": "Snapshot url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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