{"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/search":{"get":{"tags":["Instagram"],"summary":"Search Instagram","description":"Use this for Instagram-native account, hashtag, or place lookup. It returns ranked users, hashtags, places, and keyword suggestions from Instagram itself. It is not Google-indexed, does not require an Instagram login, returns one page only, and does not return posts. For an Instagram-curated topic page with posts, use /v1/instagram/search/popular. For broader profile discovery from Google-indexed bios and captions, use /v1/instagram/search/profiles.","parameters":[{"name":"query","in":"query","required":true,"description":"The username, hashtag, place, or keyword to search for.","schema":{"type":"string"},"example":"nike"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":100,"credits_charged":1,"data":{"query":"nike","users":[{"position":0,"id":"13460080","username":"nike","full_name":"Nike","is_verified":true,"profile_pic_url":"https://instagram.example.com/nike.jpg"}],"hashtags":[{"position":2,"id":"17841562978125529","name":"nikewomen","media_count":2036828,"search_result_subtitle":null}],"places":[{"position":51,"id":"715603272","name":"Nike","title":"Nike","subtitle":"","facebook_places_id":"106068296090172"}],"keywords":[],"rank_token":"a6e9cded-6c3e-41be-a6b1-9fa5295a30d5"}}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}