Github Repo User Scraper avatar

Github Repo User Scraper

Try for free

3 days trial then $39.00/month - No credit card required now

View all Actors
Github Repo User Scraper

Github Repo User Scraper

inquisitive_sarangi/github-repo-scraper
Try for free

3 days trial then $39.00/month - No credit card required now

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.

You can access the Github Repo User Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "mode": "repo",
3  "proxy": {
4    "useApifyProxy": true
5  },
6  "maxResults": 1,
7  "repoUrls": [
8    "https://github.com/tech-engine/goscrapy"
9  ],
10  "maxConcurrency": 1,
11  "maxRequestsPerMinute": 200
12}' |
13apify call inquisitive_sarangi/github-repo-scraper --silent --output-dataset

Github Repo User Scraper API through CLI

The Apify CLI is the official tool that allows you to use Github Repo User Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 2 stars
  • 96.7% runs succeeded
  • Created in Oct 2023
  • Modified 8 months ago