# Videos only YouTube Hashtag

**Use case:** 

Extract YouTube Hashtag data filtered by Videos only. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keywords": [
    "funny"
  ],
  "maxItems": 10,
  "contentType": "VIDEOS"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "channelAvatarUrl": {
    "label": "Channel Avatar",
    "format": "image"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "text"
  },
  "viewCountNumber": {
    "label": "Views (Number)",
    "format": "number"
  },
  "publishedTime": {
    "label": "Published",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "movingThumbnailUrl": {
    "label": "Animated Preview",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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