# Scrape Specific Twitch VOD Metadata

**Use case:** 

Retrieve detailed metadata for a particular Twitch VOD to support content analysis or archival efforts. Essential for researchers and content managers tracking 

## Input

```json
{
  "mode": "byVideo",
  "searchQuery": "lirik",
  "searchType": "all",
  "videoId": "2184144517",
  "twitchUrls": [],
  "language": "EN",
  "streamType": "",
  "videoSort": "TIME",
  "clipPeriod": "LAST_WEEK",
  "includeChannelClips": true,
  "includeChannelVideos": true,
  "useApifyProxy": false,
  "maxItems": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel name"
  },
  "displayName": {
    "label": "Display name"
  },
  "viewersCount": {
    "label": "Viewers count"
  },
  "viewCount": {
    "label": "View count"
  },
  "gameName": {
    "label": "Game name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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