{"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/user/tagged-posts":{"get":{"tags":["Instagram"],"summary":"User Tagged Posts","description":"Returns up to 10 public posts per page from an Instagram user's Tagged tab. Each item is a flat post object with its shortcode, caption, media type, engagement counts, media URLs, and owner details. Keep passing the returned cursor to fetch additional pages until has_more is false.","parameters":[{"name":"user_id","in":"query","required":true,"description":"Numeric Instagram user ID.","schema":{"type":"string"},"example":"325734299"},{"name":"cursor","in":"query","required":false,"description":"Cursor returned by the previous response.","schema":{"type":"string"},"example":"3953374600788032611"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":999,"credits_charged":1,"posts":[{"pk":"3953402310668919030","code":"DbdTnSdoSD2","media_type":1,"caption":{"pk":"18139631029604360","text":"You get the best of both worlds ig"},"comment_count":0,"like_count":3,"view_count":null,"user":{"pk":"13320148665","id":"13320148665","username":"oceanecosplay"},"url":"https://www.instagram.com/p/DbdTnSdoSD2/"}],"cursor":"3953374600788032611","has_more":true}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}