# Get Captions for Short Facebook Reels

**Use case:** 

Pull captions for short Facebook video posts (under 2 minutes). Returns transcript text alongside reactions, comment counts, and HD video URLs.

## Input

```json
{
  "sources": [
    "natgeo"
  ],
  "maxPosts": 15,
  "includeTopComments": false,
  "fetchAllComments": true,
  "fetchCommentReplies": true,
  "fetchTranscript": true,
  "enrichSinglePostFields": false
}
```

## Output

```json
{
  "id": {
    "label": "Post ID",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "permalink": {
    "label": "Permalink",
    "format": "string"
  },
  "videoThumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "videoSdUrl": {
    "label": "SD URL",
    "format": "string"
  },
  "videoHdUrl": {
    "label": "HD URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Posts & Comments Scraper [No Cookies, No Login] ✅](https://apify.com/unseenuser/fb-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/fb-posts) to learn more, explore other use cases, and run it yourself.