GitHub Repositories API
Repositories
for GitHub, in one call.
The Repositories endpoint from ScrapeCreators gives developers reliable access to GitHub data without the hassle of building and maintaining scrapers. Our endpoint makes it easy to retrieve repositories data in real-time for your applications. Get public repositories for a GitHub user. Supports pagination and GitHub's repo sorting options.
// Example: Repositories from the GitHub API
const response = await fetch(`https://api.scrapecreators.com/v1/github/user/repositories`, {
headers: {
'x-api-key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data); Endpoint spec
What the Repositories endpoint returns
/v1/github/user/repositories Parameters
handle string GitHub username/handle of the user you want the repositories for
url string GitHub user URL, e.g. https://github.com/kentcdodds.
type select Repository type. Defaults to owner. GitHub also supports all and member.
sort select Sort by created, updated, pushed, or full_name. Defaults to updated.
direction select Sort direction: ascending or descending.
cursor number Cursor from the previous response. Defaults to 1.
Quick start
Repositories quick start
Sign up, grab your API key, paste this in. First response in under a minute.
// Example: Repositories from the GitHub API
const response = await fetch(`https://api.scrapecreators.com/v1/github/user/repositories`, {
headers: {
'x-api-key': 'YOUR_API_KEY'
}
});
const data = await response.json();
console.log(data); Why us
Why use this Repositories endpoint
Real-time data access
Get the most up-to-date Repositories data without dealing with rate limits or IP blocks.
Simple integration
Clear documentation and a straightforward REST endpoint make it easy to get started in any language.
High reliability
Our infrastructure ensures high uptime and consistent performance for your applications, even at scale.
Comprehensive data
Access comprehensive Repositories data through our carefully designed endpoint.
Use cases
Repositories endpoint use cases
Data analysis
Analyze Repositories data to gain insights and make data-driven decisions.
Content monitoring
Monitor Repositories content to track changes and updates in real-time.
Integration
Integrate Repositories data into your applications and services.
Automation
Automate processes using Repositories data to improve efficiency.
Reporting
Generate reports and analytics using Repositories data.
Custom solutions
Build custom solutions leveraging Repositories data for your specific needs.
More GitHub endpoints
Keep exploring the GitHub API
Use this endpoint with related GitHub endpoints when you need profiles, posts, search, comments, and engagement data in one workflow.
Pull Requests
GET /v1/github/user/pull-requests Get public pull requests authored by a GitHub user. Filter by created date with since and until.
Activity
GET /v1/github/user/activity Get public GitHub profile contribution activity for a user. Defaults to the current year and returns one month at a time.
Followers
GET /v1/github/user/followers Get public followers for a GitHub user. Pass username, handle, or url.
Following
GET /v1/github/user/following Get public accounts a GitHub user follows.
Contributions
GET /v1/github/user/contributions Get a user's GitHub contribution graph for a year.
Repository
GET /v1/github/repository Get public metadata for one GitHub repository.
FAQ
Questions we hear
about this endpoint.
Is the Repositories endpoint official?
No, ScrapeCreators provides an unofficial Repositories endpoint that lets you access GitHub data through our platform. We handle the complexities of data collection so you can focus on building your application.
How current is the Repositories data?
We provide real-time Repositories data from GitHub. When you make a request, we fetch the latest information available, so you always get fresh data.
Can I use the Repositories endpoint in production?
Absolutely. Many businesses rely on ScrapeCreators endpoints for their production applications. Our infrastructure is designed for reliability and performance at scale.
Do I need a credit card to try the Repositories endpoint?
No credit card required. Sign up for free and you get 100 credits on the house to test the Repositories endpoint before deciding on a plan. Credits never expire.
What format does the Repositories endpoint return?
The Repositories endpoint returns a clean JSON response over HTTPS. Call `GET https://api.scrapecreators.com/v1/github/user/repositories` with your API key and parse the response like any other REST API.
Get started
Start using Repositories
100 credits on the house. No credit card. Start pulling repositories data in under sixty seconds.
Also searched