{"openapi":"3.1.0","info":{"title":"Scrape Creators API","description":"The easiest way to scrape public social media data at scale. Extract profiles, posts, videos, comments, and more from TikTok, Instagram, YouTube, Twitter, LinkedIn, Facebook, Reddit, and 27+ platforms.","version":"1.0.0","contact":{"name":"Scrape Creators","url":"https://scrapecreators.com","email":"support@scrapecreators.com"}},"servers":[{"url":"https://api.scrapecreators.com","description":"Production server"}],"security":[{"apiKeyAuth":[]}],"tags":[{"name":"TikTok","description":"Scrape TikTok profiles, videos, and more"}],"paths":{"/v1/tiktok/collection/videos":{"get":{"tags":["TikTok"],"summary":"Collection Videos","description":"Fetches the videos saved in a public TikTok collection, which TikTok also calls a playlist. Pass the collection URL. Returns `videos` with the full TikTok video objects, plus `has_more` and `max_cursor` for pagination. To fetch the next page, pass the previous response's `max_cursor` as `cursor`.","parameters":[{"name":"url","in":"query","required":true,"description":"Public TikTok collection URL","schema":{"type":"string"},"example":"https://www.tiktok.com/@likanikaalinika/playlist/%F0%9F%96%A4%D0%A7%D0%B0%D1%81%D1%82%D0%B8-%D1%82%D0%B5%D0%BB%D0%B0%F0%9F%96%A4-6974449062670027522"},{"name":"cursor","in":"query","required":false,"description":"Cursor to get more videos. Use max_cursor from the previous response.","schema":{"type":"string"},"example":"4"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":100,"credits_charged":1,"collection_id":"6974449062670027522","user_id":"6896921279983977474","has_more":false,"max_cursor":4,"status_code":0,"videos":[{"aweme_id":"6942902219134012673","desc":"ЧАСТЬ 3. Первая любовь ❗️FLASH WARNING❗️","create_time":1616520397,"region":"RU","author":{"uid":"6896921279983977474","unique_id":"photalina","nickname":"Alina Moldacheva"},"statistics":{"aweme_id":"6942902219134012673","collect_count":257,"comment_count":66,"digg_count":21488,"play_count":174220,"share_count":12},"video":{"duration":55633,"height":960,"width":540},"share_info":{"share_url":"https://www.tiktok.com/@photalina/video/6942902219134012673"}}]}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}