search_humans
Find available professionals for hire by filtering skills, location, equipment, and rates. Access verified profiles with reputation stats to match specific task requirements.
Instructions
Search for humans available for hire. Supports filtering by skill, equipment, language, location (text or coordinates), and rate. Returns profiles with reputation stats. Contact info and wallets available via get_human_profile (requires registered agent).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | No | Filter by skill tag (e.g., "photography", "driving", "notary") | |
| equipment | No | Filter by equipment (e.g., "car", "drone", "camera") | |
| language | No | Filter by language ISO code (e.g., "en", "es", "zh") | |
| location | No | Filter by location name or neighborhood (partial match, e.g., "San Francisco" or "Mission District") | |
| lat | No | Latitude for radius search (requires lng and radius) | |
| lng | No | Longitude for radius search (requires lat and radius) | |
| radius | No | Search radius in kilometers (requires lat and lng) | |
| max_rate | No | Maximum hourly rate in USD. Humans who set rates in other currencies are auto-converted to USD for comparison. | |
| available_only | No | Only return humans who are currently available (default: true) | |
| work_mode | No | Filter by work mode preference (REMOTE, ONSITE, or HYBRID) | |
| verified | No | Filter by verification status. Use "humanity" to only return humans who have verified their identity via Gitcoin Passport (score >= 20). | |
| min_experience | No | Minimum years of professional experience |