# Bulk Download Facebook Reels Video Assets

**Use case:** 

Extract direct HD .mp4 URLs and video metadata from Facebook Reels. Build raw content libraries for curation and video editing workflows fast.

## Input

```json
{
  "profiles": [
    "GoPro"
  ],
  "resultsPerProfile": 20,
  "includeComments": false,
  "commentsSortOrder": "RANKED_UNFILTERED_CHRONOLOGICAL_REPLIES_INTENT_V1",
  "commentsLimit": 20
}
```

## Output

```json
{
  "authorProfileImage": {
    "label": "🖼️ Profile",
    "format": "string"
  },
  "postId": {
    "label": "🆔 Post ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Post URL",
    "format": "string"
  },
  "downloadable_url": {
    "label": "📹 Download Link",
    "format": "string"
  },
  "authorName": {
    "label": "👤 Author",
    "format": "string"
  },
  "authorVerified": {
    "label": "☑️ Verified Status",
    "format": "boolean"
  },
  "text": {
    "label": "📝 Post Text",
    "format": "string"
  },
  "playCount": {
    "label": "👁️ Play Count",
    "format": "string"
  },
  "likes": {
    "label": "👍 Likes",
    "format": "string"
  },
  "commentCount": {
    "label": "💬 Comments",
    "format": "string"
  },
  "reducedShareCount": {
    "label": "🔄 Shares",
    "format": "string"
  },
  "audioTrack": {
    "label": "🎵 Audio Track",
    "format": "string"
  },
  "createdAt": {
    "label": "⏱️ Published At",
    "format": "integer"
  }
}
```

## About this Actor

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