GitHunt - GitHub Developer Discovery
Find top developers on GitHub by location, tech stack, and role. Get scored, ranked candidates with detailed profiles.
Website: https://githunt.ai
When to Use
- - Finding developers/candidates in a specific location
- Searching for developers with specific tech stacks
- Recruiting/sourcing engineers
- Building talent pipelines
API Endpoints
Base URL: INLINECODE0
Search Developers (Streaming) - Main Endpoint
Real-time streaming search that returns candidates as they're found. Returns top 10 sample results for free.
CODEBLOCK0
Body Parameters:
| Param | Required | Description |
|---|
| INLINECODE1 | Yes | City, country, or region (e.g., "berlin", "germany", "san francisco") |
| INLINECODE2 |
No | Role type (see Supported Roles below) |
|
skills | No | Array of technology keywords to match |
|
maxUsers | No | Max users to search (default: 100) |
Supported Roles
| Role | Technologies Included |
|---|
| INLINECODE5 | react, vue, angular, svelte, typescript, css, tailwind, nextjs |
| INLINECODE6 |
nodejs, python, django, flask, go, rust, java, spring, postgresql |
|
fullstack | react, nodejs, nextjs, postgresql, typescript, graphql |
|
mobile | react-native, flutter, swift, kotlin, ios, android |
|
devops | docker, kubernetes, terraform, aws, azure, jenkins, github-actions |
|
data | python, pandas, tensorflow, pytorch, spark, sql, jupyter |
|
security | penetration, owasp, cryptography, ethical-hacking, forensics |
|
blockchain | ethereum, solidity, web3, smart-contract, defi, nft |
|
ai | machine-learning, pytorch, tensorflow, llm, langchain, huggingface |
|
gaming | unity, unreal, godot, opengl, vulkan, game-engine |
Rank Single User
Get detailed score for a specific GitHub user.
CODEBLOCK1
Stream Response Format
The streaming endpoint returns Server-Sent Events (SSE):
CODEBLOCK2
User Data Fields
Each user result includes:
CODEBLOCK3
Free vs Paid
| Feature | Free (via API) | Full Report ($19) |
|---|
| Results | Top 10 sample | All matched developers |
| Export |
— | Excel/CSV download |
| Contact info | Limited | Full (emails, websites, socials) |
| Scoring details | Basic | Detailed breakdown |
💰 Get Full Report
For the complete list of all matched developers with full contact info:
- 1. Go to https://githunt.ai
- Run your search with location + role
- Click "Buy Full Report" ($19 one-time)
- Get Excel report with all candidates
Usage Examples
Find React Developers in Berlin (Streaming)
CODEBLOCK4
Score a Specific Candidate
CODEBLOCK5
Tips
- 1. Be specific with location - "san francisco" works better than "usa"
- Use role OR skills - role auto-includes relevant tech keywords
- Streaming is real-time - results appear as they're found
- Free preview = top 10 - buy full report for complete list
GitHunt - GitHub开发者发现
按地点、技术栈和角色查找GitHub上的顶尖开发者。获取经过评分和排名的候选人及其详细资料。
网站: https://githunt.ai
使用场景
- - 在特定地点寻找开发者/候选人
- 搜索掌握特定技术栈的开发者
- 招聘/寻源工程师
- 建立人才储备库
API端点
基础URL:https://api.githunt.ai/v1
搜索开发者(流式传输)- 主端点
实时流式搜索,在找到候选人时即时返回。免费返回前10个样本结果。
bash
curl -N -X POST https://api.githunt.ai/v1/rank/users/stream \
-H Content-Type: application/json \
-H Accept: text/event-stream \
-d {
location: berlin,
role: frontend,
skills: [react, typescript],
maxUsers: 100
}
请求体参数:
| 参数 | 必填 | 描述 |
|---|
| location | 是 | 城市、国家或地区(例如:berlin、germany、san francisco) |
| role |
否 | 角色类型(参见下方支持的角色) |
| skills | 否 | 要匹配的技术关键词数组 |
| maxUsers | 否 | 最大搜索用户数(默认:100) |
支持的角色
| 角色 | 包含的技术 |
|---|
| frontend | react, vue, angular, svelte, typescript, css, tailwind, nextjs |
| backend |
nodejs, python, django, flask, go, rust, java, spring, postgresql |
| fullstack | react, nodejs, nextjs, postgresql, typescript, graphql |
| mobile | react-native, flutter, swift, kotlin, ios, android |
| devops | docker, kubernetes, terraform, aws, azure, jenkins, github-actions |
| data | python, pandas, tensorflow, pytorch, spark, sql, jupyter |
| security | penetration, owasp, cryptography, ethical-hacking, forensics |
| blockchain | ethereum, solidity, web3, smart-contract, defi, nft |
| ai | machine-learning, pytorch, tensorflow, llm, langchain, huggingface |
| gaming | unity, unreal, godot, opengl, vulkan, game-engine |
对单个用户评分
获取特定GitHub用户的详细评分。
bash
curl -X POST https://api.githunt.ai/v1/rank/user \
-H Content-Type: application/json \
-d {
username: torvalds,
skills: [c, linux]
}
流式响应格式
流式端点返回服务器推送事件(SSE):
data: {type: connected, timestamp: 1234567890}
data: {type: user, data: {login: developer1, name: ..., score: 85, ...}}
data: {type: user, data: {login: developer2, name: ..., score: 82, ...}}
data: {type: progress, data: {found: 10, searched: 50}}
data: {type: complete, data: {totalCount: 150, previewLimitReached: true, previewLimit: 10}}
用户数据字段
每个用户结果包含:
json
{
login: username,
name: 全名,
bio: 开发者简介,
location: Berlin, Germany,
company: @company,
email: dev@example.com,
websiteUrl: https://...,
twitterUsername: handle,
isHireable: true,
score: 85,
avatarUrl: https://avatars.githubusercontent.com/...,
followers: 1234,
repositories: 45,
primaryLanguage: TypeScript,
languages: [TypeScript, Python, Go],
matchingKeywords: [react, typescript, node]
}
免费版与付费版
| 功能 | 免费版(通过API) | 完整报告($19) |
|---|
| 结果 | 前10个样本 | 所有匹配的开发者 |
| 导出 |
— | Excel/CSV下载 |
| 联系信息 | 有限 | 完整(邮箱、网站、社交账号) |
| 评分详情 | 基础 | 详细分解 |
💰 获取完整报告
如需获取所有匹配开发者的完整列表及完整联系信息:
- 1. 访问 https://githunt.ai
- 按地点+角色运行搜索
- 点击 购买完整报告(一次性$19)
- 获取包含所有候选人的Excel报告
使用示例
在柏林查找React开发者(流式传输)
bash
curl -N -X POST https://api.githunt.ai/v1/rank/users/stream \
-H Content-Type: application/json \
-H Accept: text/event-stream \
-d {location: berlin, role: frontend} 2>/dev/null | \
grep -o {type:user[^}]*} | head -5
对特定候选人评分
bash
curl -s -X POST https://api.githunt.ai/v1/rank/user \
-H Content-Type: application/json \
-d {username: sindresorhus, skills: [javascript, typescript]} | jq
提示
- 1. 地点要具体 - san francisco比usa效果更好
- 使用角色或技能 - 角色会自动包含相关的技术关键词
- 流式传输是实时的 - 结果会即时显示
- 免费预览=前10个 - 购买完整报告获取完整列表