Github Repo User Scraper avatar
Github Repo User Scraper

Pricing

$39.00/month + usage

Go to Store
Github Repo User Scraper

Github Repo User Scraper

Developed by

API Master

API Master

Maintained by Community

Github Repo User Scraper is simple tool to extract users of a repo(s) like contributors, stargazers & watchers. You can also export listings to JSON/CSV or any other as format.

0.0 (0)

Pricing

$39.00/month + usage

2

Total users

40

Monthly users

3

Runs succeeded

>99%

Last modified

6 months ago

What is Github Repo scraper?

It is simple tool to extract users of a repo(s) like contributors, stargazers & watchers. You can also export listings to JSON/CSV or any other as format supported by Apify.

Input

{
"mode": "repo",
"maxResults": 100, // 0 means not limit, default is 0
"proxy": {
"useApifyProxy": true,
},
"repoUrls": [
"https://github.com/<OWNER>/<REPO>" // recommended to use proxies otherwise will
// get rate limited as github allows 60 req/hr
// for unauthenticated user
],
"stargazers": false, // optional, default is false
"watchers": false, // optional, default is false
"maxConcurrency": 5, // optional, default is 5
"maxRequestsPerMinute": 200 // optional, default is 200
}

Output

[
{
"repo": "kubernetes/kubernetes",
"isContributor": true,
"username": "imui",
"id": 128136030,
"avatarUrl": "https://avatars.githubusercontent.com/u/1656030?v=4",
"gravatarId": "",
"profileUrl": "https://github.com/imui",
"displayName": null,
"company": null,
"blog": "",
"location": null,
"hireable": null,
"bio": null,
"twitter": null,
"publicReposCount": 7,
"publicGistsCount": 0,
"followers": 1,
"following": 0,
"createdAt": "2023-03-17T09:11:02Z",
"updatedAt": "2023-10-17T13:30:41Z",
"orgs": [],
"email": "",
"languages": [
"HTML",
"JavaScript"
]
},
....
....
]

Important

NOTE: For unauthenticated requests, the rate limit allows for up to 60 requests per hour so it is advisable to use a proxy.