Github Users Scraper
3 days trial then $50.00/month - No credit card required now
Github Users Scraper
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
Field | Type | Description | Default value |
---|---|---|---|
startUrls | array | List of Request objects that will be deeply crawled. The URL can be a repository page https://github.com/dtrungtin/actor-booking-scraper . | |
proxyConfiguration | object | Proxy 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
.
- 3 monthly users
- 3 stars
- 98.0% runs succeeded
- 0.3 hours response time
- Created in Jun 2020
- Modified 3 months ago