{"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":"GitHub","description":"Scrape GitHub profiles, repositories, and public activity"}],"paths":{"/v1/github/user/following":{"get":{"tags":["GitHub"],"summary":"Following","description":"Retrieves public accounts followed by a GitHub user. Each account includes login, avatar, profile URL, type, and GitHub IDs. Pass username, handle, or a full GitHub profile url. Supports cursor pagination.","parameters":[{"name":"handle","in":"query","required":false,"description":"GitHub handle","schema":{"type":"string"},"example":"kentcdodds"},{"name":"url","in":"query","required":false,"description":"GitHub profile URL","schema":{"type":"string"},"example":"https://github.com/kentcdodds"},{"name":"cursor","in":"query","required":false,"description":"Cursor from the previous response. Defaults to 1.","schema":{"type":"number"},"example":1}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":49997684530,"following":[{"id":4303,"node_id":"MDQ6VXNlcjQzMDM=","login":"jdalton","avatar_url":"https://avatars.githubusercontent.com/u/4303?v=4","url":"https://github.com/jdalton","type":"User","site_admin":false}],"cursor":2}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}