# Facebook ad archive ID transcript availability checker

**Use case:** 

Check known Facebook ad IDs for creative text, video URLs, and public transcript or subtitle fields.

## Input

```json
{
  "searchQueries": [
    "fitness app"
  ],
  "adsLibraryUrls": [],
  "adArchiveIds": [
    "892350812967323"
  ],
  "country": "US",
  "activeStatus": "all",
  "mediaType": "video",
  "maxAds": 5,
  "requireTranscript": false,
  "includeRawDiagnostics": true
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive ID"
  },
  "pageName": {
    "label": "Advertiser"
  },
  "creativeText": {
    "label": "Creative text"
  },
  "transcriptAvailable": {
    "label": "Transcript?"
  },
  "transcriptText": {
    "label": "Transcript text",
    "format": "text"
  },
  "transcriptLanguage": {
    "label": "Language"
  },
  "videoUrls": {
    "label": "Video URLs"
  },
  "imageUrls": {
    "label": "Image URLs"
  },
  "adLibraryUrl": {
    "label": "Ad Library URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "title": {
    "label": "Headline"
  },
  "callToAction": {
    "label": "CTA"
  },
  "linkUrl": {
    "label": "Landing URL",
    "format": "link"
  },
  "isActive": {
    "label": "Active"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "platforms": {
    "label": "Platforms"
  },
  "diagnostics": {
    "label": "Diagnostics"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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