# Facebook Page Ad Audit

**Use case:** 

Combine available transparency context with public ad creatives for a known Facebook Page target.

## Input

```json
{
  "target": "unifiedAudit",
  "targets": [
    "facebook",
    "https://www.facebook.com/meta",
    "20531316728"
  ],
  "brandQuery": "Meta",
  "pageId": "20531316728",
  "auditTargets": [
    "facebook"
  ],
  "country": "US",
  "adStatus": "active",
  "maxAds": 100
}
```

## Output

```json
{
  "rowType": {
    "label": "Result type",
    "format": "text"
  },
  "id": {
    "label": "Source ID",
    "format": "text"
  },
  "name": {
    "label": "Profile name",
    "format": "text"
  },
  "advertiser.name": {
    "label": "Advertiser",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "transparencyAvailable": {
    "label": "Transparency available",
    "format": "boolean"
  },
  "creationDate": {
    "label": "Created",
    "format": "date"
  },
  "active": {
    "label": "Active ad",
    "format": "boolean"
  },
  "startedAt": {
    "label": "Ad started",
    "format": "date"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "Facebook URL",
    "format": "link"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Transparency Scraper](https://apify.com/maximedupre/facebook-page-transparency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/facebook-page-transparency-scraper) to learn more, explore other use cases, and run it yourself.