search_users
Find GitHub users by querying usernames, programming languages, locations, or follower counts. Filter results by sorting criteria and pagination to locate developers matching specific criteria.
Instructions
Search GitHub users.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g. 'tom language:python', 'location:korea followers:>100') | |
| sort | No | Sort by (best-match, followers, repositories, joined) | best-match |
| order | No | Sort order (asc, desc) | desc |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |