# TikTok Profile Video Extractor

**Use case:** 

Scrape up to 30 videos from TikTok profile. Extract details like views, likes, comments, and direct video URLs.

## Input

```json
{
  "searchType": "profile",
  "query": "nike",
  "maxItems": 30
}
```

## Output

```json
{
  "authorUsername": {
    "label": "Author username"
  },
  "description": {
    "label": "Description"
  },
  "views": {
    "label": "Views"
  },
  "likes": {
    "label": "Likes"
  },
  "shares": {
    "label": "Shares"
  },
  "comments": {
    "label": "Comments"
  },
  "duration": {
    "label": "Duration"
  },
  "createdAt": {
    "label": "Created at"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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