# Facebook Video Search Scraper

**Use case:** 

Search Facebook videos by keyword and export title, author, views, reactions, thumbnail and a stable video URL. No login, pay per result.

## Input

```json
{
  "query": "recipe",
  "search_type": "videos",
  "max_posts": 20,
  "recent_posts": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "reactions_count": {
    "label": "Reactions",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "reshare_count": {
    "label": "Shares",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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