# Map ad placement mix across Meta platforms

**Use case:** 

Map how a topic appears across Meta publisher platforms and compare the creative and targeting signals returned.

## Input

```json
{
  "searchQuery": "supplements",
  "searchQueries": [],
  "countries": [
    "US"
  ],
  "adStatus": "ALL",
  "adType": "ALL",
  "mediaType": "ALL",
  "maxResults": 25,
  "sortBy": "impressions_desc",
  "enrichAds": true,
  "providerFallbackEnabled": true,
  "onlyCount": false,
  "advertiserPageIds": [],
  "startUrls": [],
  "contentLanguages": [],
  "publisherPlatforms": [
    "facebook",
    "instagram",
    "messenger",
    "threads"
  ],
  "searchType": "KEYWORD_UNORDERED",
  "metaAccessTokens": [],
  "proxyUrls": []
}
```

## Output

```json
{
  "page_name": {
    "label": "Page Name (Advertiser)",
    "format": "string"
  },
  "publisher_platforms": {
    "label": "Publisher Platforms",
    "format": "array"
  },
  "languages": {
    "label": "Ad Languages",
    "format": "array"
  },
  "impressions_lower": {
    "label": "Impressions Lower Bound",
    "format": "integer"
  },
  "impressions_upper": {
    "label": "Impressions Upper Bound",
    "format": "integer"
  },
  "eu_total_reach": {
    "label": "EU Total Reach",
    "format": "integer"
  },
  "demographic_distribution": {
    "label": "Demographic Distribution",
    "format": "array"
  },
  "delivery_by_region": {
    "label": "Delivery by Region",
    "format": "array"
  }
}
```

## About this Actor

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