# Scrape Reels From a Facebook Page or Profile

**Use case:** 

Collect a public Facebook page's reels with play counts, reactions, comments, shares, length, thumbnails, and URLs. Newest first, no login.

## Input

```json
{
  "url": "https://www.facebook.com/leomessi",
  "limit": 10
}
```

## Output

```json
{
  "description": {
    "label": "Description",
    "format": "text"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "play_count": {
    "label": "Plays",
    "format": "number"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reshare_count": {
    "label": "Shares",
    "format": "number"
  },
  "length_in_seconds": {
    "label": "Length (s)",
    "format": "number"
  },
  "timestamp": {
    "label": "Posted (UTC)",
    "format": "number"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "url": {
    "label": "Reel URL",
    "format": "link"
  }
}
```

## About this Actor

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