# Research TikTok Ad Creative Ideas From Playlists

**Use case:** 

Gather inspiration for new TikTok ad creatives by systematically scraping popular video compilation playlists. This helps marketing teams identify trending form

## Input

```json
{
  "playlistUrls": [
    "https://www.tiktok.com/@natgeo/playlist/Cinematic-7509464647364283178"
  ],
  "playlistIds": [
    "7000000000000000003",
    "7000000000000000004",
    "7000000000000000005"
  ],
  "usernames": [
    "natgeo"
  ],
  "mode": "posts",
  "maxPostsPerPlaylist": 150,
  "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.