# Scrape a Public TikTok Playlist by Collection URL

**Use case:** 

Paste a public TikTok collection URL and pull every video in the playlist with engagement stats, captions availability, and metadata per video.

## Input

```json
{
  "profiles": [
    "https://www.tiktok.com/@kibblemaster808/collection/Want-to-go-7665668414573546258"
  ],
  "sort_by": "latest",
  "max_items_per_profile": 0,
  "include_transcript": false,
  "transcript_language": "",
  "transcript_use_ai_fallback": false,
  "region": "US",
  "trim": false
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "TikTok URL",
    "format": "link"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "created_at": {
    "label": "Posted",
    "format": "date"
  },
  "stats": {
    "label": "Engagement",
    "format": "object"
  },
  "clean_url": {
    "label": "No-watermark MP4",
    "format": "link"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "is_pinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "is_ad": {
    "label": "Ad",
    "format": "boolean"
  },
  "is_shop_promo": {
    "label": "Shop",
    "format": "boolean"
  },
  "author": {
    "label": "Author",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Profile Posts - Bulk Video Scraper [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-posts) to learn more, explore other use cases, and run it yourself.