VOOZH about

URL: https://apify.com/inquisitive_sarangi/github-repo-scraper

โ‡ฑ Github Repo User Scraper ยท Apify


Pricing

$39.00/month + usage

Go to Apify Store

Github Repo User Scraper

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.

Pricing

$39.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ API Master

API Master

Maintained by Community

Actor stats

4

Bookmarked

61

Total users

0

Monthly active users

2 years ago

Last modified

Categories

Share

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.

You might also like

Github Users Scraper

dtrungtin/github-users-scraper

Github Users Scraper is an Apify actor for extracting users or emails from Github. It allows you to extract all watchers, stargazers, and members from a repository page.

GitHub Repo Scraper

artificially/github-repo-scraper

Scrape GitHub repository stats, README, languages, contributors, and releases.

๐Ÿ™ GitHub Scraper โ€” Repos, Stars & Code Data

nexgendata/github-scraper

Extract repo data from GitHub โ€” stars, forks, contributors, languages, issues & READMEs. Build developer tools, open source analytics & technology trend trackers. Pay per repo.

GitHub Repo Scraper

devilscrapes/github-repo-scraper

Fetch full GitHub repository metadata for one or many repos in one call โ€” stars, forks, languages, topics, license, default branch, latest release, contributor count โ€” export to JSON or CSV. A GitHub repo API wrapper; optional token for higher rate limits.

GitHub Repository & Trending Scraper

rupom888/github-repository-scraper

Search GitHub repos, scrape user profiles with repos, get repo details with contributors, or track GitHub trending. Uses public API - optional token for higher rate limits.

GitHub Organization Scraper

devilscrapes/github-org-scraper

Pull GitHub organization metadata and its public repo list via the GitHub API โ€” display name, description, location, blog, members count, plus per-repo summary (name, stars, language, last push) โ€” export to JSON or CSV. Free REST API, optional token for higher limits.

๐Ÿ“Š GitHub Repo Stats โ€” Deep Analytics

nexgendata/github-repo-stats

Deep stats for any GitHub repo โ€” stars over time, contributor activity, commit cadence, issue/PR velocity, language breakdown. OSS Insight, Sourcegraph & GitHub Analytics alternative for dev intelligence and OSS due diligence. Pay per repo.

GitHub User Scraper โ€” Profiles, Repos & Orgs

devilscrapes/github-user-scraper

Fetch GitHub user or organisation metadata via the GitHub API โ€” name, bio, company, location, blog, public repo count, follower count, and optionally the user's pinned/public repositories โ€” export to JSON or CSV. Free REST API, optional token for higher limits.