# Meta Ads Library URL transcript extractor

**Use case:** 

Paste a Meta Ads Library URL to extract ad copy, video URLs, advertiser metadata, and transcript diagnostics.

## Input

```json
{
  "searchQueries": [
    "fitness app"
  ],
  "adsLibraryUrls": [
    {
      "url": "https://www.facebook.com/ads/library/?active_status=all&ad_type=all&country=US&media_type=video&q=meal%20prep&search_type=keyword_unordered"
    }
  ],
  "adArchiveIds": [],
  "country": "US",
  "activeStatus": "all",
  "mediaType": "video",
  "maxAds": 10,
  "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.