{"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/repositories":{"get":{"tags":["GitHub"],"summary":"Trending Repositories","description":"Scrapes GitHub's public Trending repositories page. Returns ranked repositories with public URLs, descriptions, language, star/fork counts, stars for the selected range, and built-by users when GitHub shows them. Use language for paths like JavaScript or Python, since for daily/weekly/monthly, and spoken_language_code for GitHub's spoken language filter.","parameters":[{"name":"language","in":"query","required":false,"description":"Optional 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"},{"name":"spoken_language_code","in":"query","required":false,"description":"Optional spoken language code filter, e.g. en.","schema":{"type":"string"},"example":"en"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":49997684128,"since":"daily","language":null,"spoken_language_code":null,"repositories":[{"rank":1,"owner":"anthropics","repo":"claude-plugins-official","full_name":"anthropics/claude-plugins-official","url":"https://github.com/anthropics/claude-plugins-official","description":"Official, Anthropic-managed directory of high quality Claude Code Plugins.","language":"Python","language_color":"#3572A5","stars_count":22064,"forks_count":2627,"stars_today":891,"stars_today_text":"891 stars today","built_by":[{"username":"bryan-anthropic","avatar_url":"https://avatars.githubusercontent.com/u/238056179?s=40&v=4"}]}]}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}