Revternal Search Developers
revternal_search_developersSearch a live index of ~11.7M developers (GitHub-centric) by role, primary programming language, location, and recent activity — for recruiting, GTM/lead-gen, and developer-audience research. Returns matching GitHub usernames with role, primary language, location, and last-active timestamp. Filters: role (e.g. "backend engineer", "ai/ml engineer"), primary_language (e.g. "Python", "Rust"), location, active_within_days (only devs active in the last N days), sort_by (default last_active). Paginate with limit + offset. Example: revternal_search_developers({ primary_language: "Rust", active_within_days: 30, limit: 20 }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Developer role filter, e.g. "backend engineer", "ai/ml engineer", "frontend engineer". | |
| limit | No | Results per page, 1-100 (default 20). | |
| offset | No | Pagination offset (default 0). | |
| _apiKey | No | Revternal API key (x-api-key). Injected from the platform key when omitted. | |
| sort_by | No | Sort field. Default "last_active". | |
| location | No | Location filter, e.g. "Berlin", "United States". | |
| primary_language | No | Primary programming language, e.g. "Python", "Rust", "TypeScript". | |
| active_within_days | No | Only developers active within the last N days (>=1). |