# Get HD Video URLs from Facebook Reels

**Use case:** 

Extract SD and HD video URLs plus the thumbnail for Facebook reels and video posts. Pass a page handle, URL, or numeric page ID. No login required.

## Input

```json
{
  "sources": [
    "nasa"
  ],
  "maxPosts": 20,
  "includeTopComments": false,
  "fetchAllComments": true,
  "fetchCommentReplies": true,
  "fetchTranscript": false,
  "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.