{"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":"Instagram","description":"Gets Instagram profiles, posts, and reels"}],"paths":{"/v1/instagram/post/comment/replies":{"get":{"tags":["Instagram"],"summary":"Comment Replies","description":"Retrieves the public replies to a specific Instagram comment. Pass the post or reel URL and the parent comment's `id` from the Comments endpoint. Returns reply text, timestamps, engagement counts, parent comment ID, and user details. Paginate with `cursor` when `has_more` is true.","parameters":[{"name":"url","in":"query","required":true,"description":"The Instagram post or reel URL","schema":{"type":"string"},"example":"https://www.instagram.com/reel/C8rKmYvsrck"},{"name":"comment_id","in":"query","required":true,"description":"The parent comment ID from the Comments endpoint","schema":{"type":"string"},"example":"18038110327814211"},{"name":"cursor","in":"query","required":false,"description":"The cursor to get more replies. Get `cursor` from the previous response.","schema":{"type":"string"},"example":"QVFDc29..."}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":100,"credits_charged":1,"comments":[{"id":"18277034998224667","text":"@username Thanks for the reply!","comment_like_count":null,"child_comment_count":0,"created_at":"2024-06-28T06:20:32.000Z","parent_comment_id":"18038110327814211","user":{"id":"25621023419","pk":"25621023419","username":"username","is_verified":false,"profile_pic_url":"https://instagram.fosu2-2.fna.fbcdn.net/....jpg"}}],"cursor":null,"has_more":false}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}