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:
[{ "library": "actor-booking-scraper", "user": "pocesar", "name": "Paulo Cesar", "email": "email@pocesar.e4ward.com" }, { "library": "actor-booking-scraper", "user": "dtrungtin", "name": "", "email": "dtrungtin@gmail.com" }]
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 stats
- 105 users
- 1.3k runs
- Modified 2 months ago
Categories