{"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/trending/developers":{"get":{"tags":["GitHub"],"summary":"Trending Developers","description":"Scrapes GitHub's public Trending developers page. Returns ranked developers with username, name, public profile URL, avatar, and the popular repository GitHub shows for that developer when available. Use language for paths like javascript or python and since for daily/weekly/monthly.","parameters":[{"name":"language","in":"query","required":false,"description":"Optional trending coding language, e.g. javascript, python, or go.","schema":{"type":"string"},"example":"javascript"},{"name":"since","in":"query","required":false,"description":"Trending range: daily, weekly, or monthly. Defaults to daily.","schema":{"type":"string","enum":["daily","weekly","monthly"]},"example":"daily"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":49997683964,"since":"daily","language":null,"developers":[{"rank":1,"username":"koala73","name":"Elie Habib","url":"https://github.com/koala73","avatar_url":"https://avatars.githubusercontent.com/u/996596?s=96&v=4","popular_repository":{"owner":"koala73","repo":"worldmonitor","full_name":"koala73/worldmonitor","url":"https://github.com/koala73/worldmonitor","name":"worldmonitor","description":"Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified s…"}}]}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}