# Facebook Creator Video Extractor

**Use case:** 

Extract public Facebook creator economy videos with video IDs, titles, creator names, thumbnails, and visible performance details.

## Input

```json
{
  "searchQueries": [
    "creator economy"
  ],
  "maxItems": 25,
  "sortBy": "RECENT",
  "maxScrolls": 10
}
```

## Output

```json
{
  "query": {
    "label": "Search query"
  },
  "videoId": {
    "label": "Video ID"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "creator": {
    "label": "Creator or page"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "link"
  },
  "duration": {
    "label": "Duration"
  },
  "publishedAtText": {
    "label": "Published"
  },
  "viewsText": {
    "label": "Views"
  },
  "reactionsText": {
    "label": "Reactions"
  },
  "commentsText": {
    "label": "Comments"
  },
  "sharesText": {
    "label": "Shares"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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