{"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/repositories":{"get":{"tags":["GitHub"],"summary":"Repositories","description":"Retrieves a user's public repositories with repo metadata like description, language, stars, forks, topics, license, visibility, default branch, and timestamps. Pass username, handle, or url. Supports pagination with cursor, plus GitHub's type, sort, and direction parameters.","parameters":[{"name":"handle","in":"query","required":false,"description":"GitHub username/handle of the user you want the repositories for","schema":{"type":"string"},"example":"torvalds"},{"name":"url","in":"query","required":false,"description":"GitHub user URL, e.g. https://github.com/kentcdodds.","schema":{"type":"string"},"example":"https://github.com/kentcdodds"},{"name":"type","in":"query","required":false,"description":"Repository type. Defaults to owner. GitHub also supports all and member.","schema":{"type":"string","enum":["owner","all","member"]},"example":"owner"},{"name":"sort","in":"query","required":false,"description":"Sort by created, updated, pushed, or full_name. Defaults to updated.","schema":{"type":"string","enum":["created","updated","pushed","full_name"]},"example":"updated"},{"name":"direction","in":"query","required":false,"description":"Sort direction: ascending or descending.","schema":{"type":"string","enum":["asc","desc"]},"example":"desc"},{"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":49997684739,"repositories":[{"id":320393623,"node_id":"MDEwOlJlcG9zaXRvcnkzMjAzOTM2MjM=","name":"kentcdodds.com","full_name":"kentcdodds/kentcdodds.com","owner":{"id":1500684,"login":"kentcdodds","avatar_url":"https://avatars.githubusercontent.com/u/1500684?v=4","url":"https://github.com/kentcdodds","type":"User"},"private":false,"url":"https://github.com/kentcdodds/kentcdodds.com","description":"My personal website","fork":false,"homepage":"https://kentcdodds.com","language":"MDX","forks_count":654,"stars_count":2485,"watchers_count":2485,"size":53677,"default_branch":"main","open_issues_count":4,"topics":["kentcdodds"],"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION"},"archived":false,"disabled":false,"visibility":"public","pushed_at":"2026-05-20T20:16:24Z","created_at":"2020-12-10T21:24:32Z","updated_at":"2026-05-21T16:43:37Z"}],"cursor":2}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}