- Active builders
- Hackathon builders
- KOL Discovery
Active Builder Discovery
The builder-discovery-v1 package finds Web3 builders by role category, skills, and ecosystem context — returning person-first profiles ready for outreach.Required slots:category, limitOptional slots: ecosystem, location, skills_focusTier 1 returns: name, category, skills, person_role, company_name, location, description, intelligence_blurb, challenge_name, rationaleTier 2 expansion (contact unlock): email, X_URL, LinkedIn_URL, Telegram_URL, telegram_handle, Github_URL, phoneFull workflow
Expand contact details (optional)
Use
POST /api/v1/intelligence/expand with expansion_type: "contact_unlock" to unlock email, LinkedIn, Telegram, GitHub, or phone for any subset of your results.Contact tiers — social, email, telegram, phone — are additive. You are never charged twice for the same person at the same tier.Unlocking contact details
All three packages support Tier 2 contact expansion. After executing a search, callPOST /api/v1/intelligence/expand with:
| Mode | Description |
|---|---|
all | Unlock every record in the result set |
top_n | Unlock the top N records by relevance score |
explicit_ids | Unlock a specific list of record IDs |
| Tier | Unlocks |
|---|---|
social | X, LinkedIn, GitHub |
email | Email + social |
telegram | Telegram + email + social |
phone | Phone + telegram + email + social |