{"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/followers":{"get":{"tags":["GitHub"],"summary":"Followers","description":"Retrieves public GitHub followers for a user. Each follower includes login, avatar, user URL, type, and GitHub IDs. Pass username, handle, or a full GitHub user url. Supports cursor pagination.","parameters":[{"name":"handle","in":"query","required":false,"description":"GitHub username/handle of the user you want the followers for","schema":{"type":"string"},"example":"torvalds"},{"name":"url","in":"query","required":false,"description":"GitHub user URL, e.g. https://github.com/torvalds.","schema":{"type":"string"},"example":"https://github.com/torvalds"},{"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":49997684592,"followers":[{"id":206,"node_id":"MDQ6VXNlcjIwNg==","login":"sprsquish","avatar_url":"https://avatars.githubusercontent.com/u/206?v=4","url":"https://github.com/sprsquish","type":"User","site_admin":false}],"cursor":2}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}