# Discover Niche TikTok Content & Curated Playlists

**Use case:** 

Uncover highly specific content within niche communities by scraping curated playlists from influential users. This helps content creators and advertisers targe

## Input

```json
{
  "playlistUrls": [
    "https://www.tiktok.com/@gardening_fanatic/playlist/Indoor-Plant-Care-7000000000000000001",
    "https://www.tiktok.com/@retro_gaming_vault/playlist/Classic-Arcade-Games-7000000000000000002"
  ],
  "usernames": [
    "natgeo"
  ],
  "mode": "both",
  "maxPostsPerPlaylist": 75,
  "maxPlaylistsPerProfile": 5
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "text"
  },
  "playlistId": {
    "label": "Playlist ID",
    "format": "text"
  },
  "playlistName": {
    "label": "Playlist Name",
    "format": "text"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "number"
  },
  "creatorUsername": {
    "label": "Creator",
    "format": "text"
  },
  "positionInPlaylist": {
    "label": "Position",
    "format": "number"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "playlistUrl": {
    "label": "Playlist URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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