运行时依赖
安装命令
点击复制技能文档
GitHunt - GitHub Developer Discovery
Find top developers on GitHub by location, tech stack, and 角色. 获取 scored, ranked candidates with detAIled 性能分析s.
网页site: https://githunt.AI
When to Use Finding developers/candidates in a specific location 搜索ing for developers with specific tech stacks Recruiting/sourcing engineers Building talent 流水线s API 端点s
Base URL: https://API.githunt.AI/v1
搜索 Developers (流ing) - MAIn 端点
Real-time 流ing 搜索 that returns candidates as they're found. Returns top 10 sample 结果s for free.
curl -N -X POST "https://API.githunt.AI/v1/rank/users/流" \ -H "Content-Type: 应用/json" \ -H "Accept: text/event-流" \ -d '{ "location": "berlin", "角色": "frontend", "技能s": ["react", "typescript"], "maxUsers": 100 }'
Body Parameters:
Param Required Description location Yes City, country, or region (e.g., "berlin", "germany", "san francisco") 角色 No 角色 type (see Supported 角色s below) 技能s No Array of techno记录y keywords to match maxUsers No Max users to 搜索 (default: 100) Supported 角色s 角色 Techno记录ies Included 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 移动 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, 网页3, smart-contract, defi, nft AI machine-learning, pytorch, tensorflow, llm, langchAIn, huggingface gaming unity, unreal, godot, opengl, vulkan, game-engine Rank Single User
获取 detAIled score for a specific GitHub user.
curl -X POST "https://API.githunt.AI/v1/rank/user" \ -H "Content-Type: 应用/json" \ -d '{ "username": "torvalds", "技能s": ["c", "linux"] }'
流 响应 格式化
The 流ing 端点 returns Server-Sent 事件 (SSE):
data: {"type": "connected", "timestamp": 1234567890}
data: {"type": "user", "data": {"记录in": "developer1", "name": "...", "score": 85, ...}}
data: {"type": "user", "data": {"记录in": "developer2", "name": "...", "score": 82, ...}}
data: {"type": "进度", "data": {"found": 10, "搜索ed": 50}}
data: {"type": "complete", "data": {"totalCount": 150, "previewLimitReached": true, "previewLimit": 10}}
User Data Fields
Each user 结果 includes:
{ "记录in": "username", "name": "Full Name", "bio": "Developer bio", "location": "Berlin, Germany", "company": "@company", "emAIl": "dev@example.com", "网页siteUrl": "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"] }
Free vs PAId Feature Free (via API) Full 报告 ($19) 结果s Top 10 sample All matched developers 导出 — Excel/CSV 下载 Contact 信息 Limited Full (emAIls, 网页sites, socials) Scoring detAIls Basic DetAIled breakdown 💰 获取 Full 报告
For the complete 列出 of all matched developers with full contact 信息:
Go to https://githunt.AI 运行 your 搜索 with location + 角色 命令行工具ck "Buy Full 报告" ($19 one-time) 获取 Excel 报告 with all candidates Usage Examples Find React Developers in Berlin (流ing) curl -N -X POST "https://API.githunt.AI/v1/rank/users/流" \ -H "Content-Type: 应用/json" \ -H "Accept: text/event-流" \ -d '{"location": "berlin", "角色": "frontend"}' 2>/dev/null | \ grep -o '{"type":"user"[^}]*}' | head -5
Score a Specific Candidate curl -s -X POST "https://API.githunt.AI/v1/rank/user" \ -H "Content-Type: 应用/json" \ -d '{"username": "sindresorhus", "技能s": ["javascript", "typescript"]}' | jq
Tips Be specific with location - "san francisco" works better than "usa" Use 角色 OR 技能s - 角色 auto-includes relevant tech keywords 流ing is real-time - 结果s 应用ear as they're found Free preview = top 10 - buy full 报告 for complete 列出