# TikTok Profile Playlists API (https://www.socialcrawl.dev/platforms/tiktok/profile-playlists) > Returns the playlists a TikTok creator has published on their profile, each with its playlist id, name, and the number of videos it contains under `post.ext.video_count`. Pass the playlist id to `/v1/tiktok/playlist/videos` to read the videos themselves. The video count is the account's own figure and is accurate; view totals are not exposed for a playlist, so `post.engagement` is null on every row. TL;DR: `GET /v1/tiktok/profile/playlists` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `handle` | no | TikTok username without the @ symbol. | | `user_id` | no | TikTok numeric user ID. Use this for faster responses. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktok/profile/playlists" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TikTok API: https://www.socialcrawl.dev/platforms/tiktok ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing