公共登记
GitHub Contributor Contacts & Developer Emails Scraper
Scrape a GitHub repository's top contributors as developer leads: login, name, company, location, public email, blog, X handle, followers and profile link. Great for developer outreach and recruiting. Export to JSON, CSV or Excel.
github-contributor-contacts-scraper.json 200 OK
{ "login": "mnmkng", "name": "Ondra Urban", "company": "@apify", "location": "Czech Republic", "blog": "https://www.linkedin.com/in/ondra-urban/", "socialAccounts": [], "bio": "COO & Apify", "followers": 99, "following": 5 }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
LoginNameCompanyLocationBlogSocial AccountsBioFollowersFollowingPublic ReposPublic GistsContributionsAccount Created AtGithub Url
示例输出
一条真实的示例记录,正是你收到的结构。
| Login | Name | Company | Location |
|---|---|---|---|
| mnmkng | Ondra Urban | @apify | Czech Republic |
| jancurn | Jan Curn | @apify | San Francisco, CA |
| B4nan | Martin Adámek | @mikro-orm | Prague |
| mtrunkat | Marek Trunkát | Apify | Prague, Czech republic |
| petrpatek | Apify |
GET /github-contributor-contacts-scraper
{ "login": "mnmkng", "name": "Ondra Urban", "company": "@apify", "location": "Czech Republic", "blog": "https://www.linkedin.com/in/ondra-urban/", "socialAccounts": [], "bio": "COO & Apify", "followers": 99, "following": 5 }
相关爬虫
常见问题
Where do the emails come from?
Only public sources: the developer's public profile email, or the email in their public commit metadata. Private and hidden addresses are never included.
Why is email empty for some people?
Many developers do not publish an email and use a private commit address. Those records still include company, website, location and their profile link.
Can I scan a whole organisation?
Yes. Enter the organisation name and the actor scans its most recently active public repositories.
How fresh is the data?
Profiles and contributor rankings are read live at run time (see observedAt).