# TikTok Viral Dance Hashtag Data Extractor

**Use case:** 

Gain insights from TikTok's viral dance hashtags. Extract data on trending videos, engagement metrics, and creator profiles for enriched analysis.

## Input

```json
{
  "safeMode": false,
  "query": "viral dance",
  "maxScrollSearch": 5
}
```

## Output

```json
{
  "authorHandle": {
    "label": "Creator Handle",
    "format": "string"
  },
  "authorName": {
    "label": "Creator Name",
    "format": "string"
  },
  "pageTitle": {
    "label": "Page Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "shares": {
    "label": "Shares",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "bookmarks": {
    "label": "Bookmarks",
    "format": "integer"
  },
  "post_date": {
    "label": "Upload Date",
    "format": "string"
  },
  "post_time": {
    "label": "Upload Time (UTC)",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "reportUrl": {
    "label": "Report URL",
    "format": "string"
  },
  "type": {
    "label": "Record Type",
    "format": "string"
  }
}
```

## About this Actor

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