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.
{ "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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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 |
{ "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).