{"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 15+ 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":"YouTube","description":"Scrape YouTube channels, videos, and more"}],"paths":{"/v1/youtube/video/comment/replies":{"get":{"tags":["YouTube"],"summary":"Comment Replies","description":"Get replies to a specific comment on a YouTube video.","parameters":[{"name":"continuationToken","in":"query","required":true,"description":"Continuation token for the comment replies. Use 'repliesContinuationToken' from the Comments endpoint, or 'continuationToken' from a previous replies response to paginate.","schema":{"type":"string"},"example":"Eg0SC2RRdzR3OVdnWGNRGAYygwEaUBIa..."}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"comments":[{"id":"UgyfayX-QqgkPGkcKbt4AaABAg.AV5O1akOhw9AV5RdnpN-SY","content":"Me","publishedTimeText":"20 hours ago","publishedTime":"2026-04-03T05:52:36.883Z","replyLevel":1,"author":{"name":"@pepisakkout2522","channelId":"UCjEBcO_VQ32GUzUZGwlxy1w","isVerified":false,"isCreator":false,"avatarUrl":"https://yt3.ggpht.com/ytc/AIdro_lYQDmh7-5JOb_QcEsPJIp4vmKm5a0uyzAXT-JC0rY=s88-c-k-c0x00ffffff-no-rj","channelUrl":"https://youtube.com/@pepisakkout2522"},"engagement":{"likes":2,"replies":0}}],"continuationToken":"Eg0SC2RRdzR3OVdnWGNRGAYy1AEK..."}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}