Github Users Scraper avatar
Github Users Scraper
Try for free

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

View all Actors
Github Users Scraper

Github Users Scraper

dtrungtin/github-users-scraper
Try for free

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

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 Users Scraper

Github Users Scraper is an Apify actor for extracting users from Github. It allows you to extract all watchers, stargazers, and members from a repository page. It is build on top of Apify SDK and you can run it both on Apify platform and locally.

Input

FieldTypeDescriptionDefault value
startUrlsarrayList of Request objects that will be deeply crawled. The URL can be a repository page https://github.com/dtrungtin/actor-booking-scraper.
proxyConfigurationobjectProxy must be always used when running on the platform{ "useApifyProxy": true }

Output

Output is stored in a dataset. Each item is an information about a user. Example:

1[{
2  "library": "actor-booking-scraper",
3  "user": "pocesar",
4  "name": "Paulo Cesar",
5  "email": "email@pocesar.e4ward.com"
6},
7{
8  "library": "actor-booking-scraper",
9  "user": "dtrungtin",
10  "name": "",
11  "email": "dtrungtin@gmail.com"
12}]

Compute units consumption

Keep in mind that it is much more efficient to run one longer scrape (at least one minute) than more shorter ones because of the startup time.

The average consumption is 1 Compute unit for crawling 200 users scraped

Epilogue

Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com.

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 92.9% runs succeeded
  • 0.0 days response time
  • Created in Jun 2020
  • Modified 7 months ago