{"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/activity":{"get":{"tags":["GitHub"],"summary":"Activity","description":"Retrieves GitHub profile contribution activity for a user from the public profile activity timeline. Defaults to the current year when year is not provided. Results come back one month at a time in the activity array. Pass cursor from the previous response to page backward through the year.","parameters":[{"name":"handle","in":"query","required":false,"description":"GitHub handle","schema":{"type":"string"},"example":"kentcdodds"},{"name":"url","in":"query","required":false,"description":"GitHub user URL, e.g. https://github.com/kentcdodds.","schema":{"type":"string"},"example":"https://github.com/torvalds"},{"name":"year","in":"query","required":false,"description":"When provided, returns profile contribution activity for that year. Defaults to the current year.","schema":{"type":"number"},"example":"2026"},{"name":"cursor","in":"query","required":false,"description":"Cursor from the previous response. Pages backward by month through the selected year.","schema":{"type":"number"},"example":1}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":49997684632,"username":"kentcdodds","year":2026,"month":"May 2026","activity":[{"summary":"Created 186 commits in 13 repositories","details":[{"text":"kentcdodds/kody 144 commits","repository":{"text":"kentcdodds/kody","url":"https://github.com/kentcdodds/kody"},"links":[{"text":"kentcdodds/kody","url":"https://github.com/kentcdodds/kody"}],"language":null,"date_text":null,"date_description":null}]}],"no_activity":false,"message":null,"cursor":2}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}