Many names at once
gender_bulkResolve up to 100 names, emails, or usernames in one request to infer gender and get a summary with match rate. Avoid slow one-by-one lookups for bulk operations.
Instructions
Resolves up to 100 values in one request and returns a summary with the match rate. Use this for more than one name: doing the same work one call at a time is slower and wasteful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of the values. Default: name. | |
| names | Yes | Values to resolve. | |
| country | No | Two-letter ISO 3166-1 country code (TR, DE, US). When given, the answer is weighted by that country's data — the same name can have a different gender by country. |