# Resolve Facebook Advertiser About Pages

**Use case:** 

Resolve Facebook advertiser About pages — verified status, categories, and profile pics, once per page. For due-diligence and brand research.

## Input

```json
{
  "urls": [],
  "keyword": "crypto",
  "country": "US",
  "mediaType": "all",
  "adType": "all",
  "period": "",
  "activeStatus": "all",
  "sortBy": "impressions_desc",
  "scrapeAdDetails": false,
  "resolveAdvertiser": true,
  "limitPerSource": 100,
  "enableCheckpoint": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "pageId": {
    "label": "Page id"
  },
  "pageName": {
    "label": "Page name"
  },
  "pageVerified": {
    "label": "Page verified"
  },
  "pageCategories": {
    "label": "Page categories"
  },
  "pageProfilePictureUrl": {
    "label": "Page profile picture url"
  },
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "totalActiveTime": {
    "label": "Total active time"
  },
  "spendLowerBound": {
    "label": "Spend lower bound"
  },
  "spendUpperBound": {
    "label": "Spend upper bound"
  },
  "spendCurrency": {
    "label": "Spend currency"
  },
  "impressionsLowerBound": {
    "label": "Impressions lower bound"
  },
  "impressionsUpperBound": {
    "label": "Impressions upper bound"
  }
}
```

## About this Actor

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