{"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":"YouTube","description":"Scrape YouTube channels, videos, and more"}],"paths":{"/v1/youtube/search/typeahead":{"get":{"tags":["YouTube"],"summary":"Search Typeahead","description":"Returns the live search suggestions YouTube displays while a user types. Each result includes the suggested text and whether it is a normal query or a channel. When YouTube returns a channel suggestion, the response also includes its public channel ID, handle, name, and thumbnail.","parameters":[{"name":"query","in":"query","required":true,"description":"Partial or complete YouTube search query","schema":{"type":"string"},"example":"mr beast"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":100,"credits_charged":1,"data":{"query":"mr beast","suggestions":[{"text":"mrbeast","type":"channel","channel":{"id":"UCX6OQ3DkcsbYNE6H8uQQuVA","handle":"@MrBeast","name":"MrBeast","thumbnailUrl":"https://yt3.googleusercontent.com/example=s88-c-k-c0x00ffffff-no-rj"}}]}}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}