Gender from an email address
gender_from_emailPredict gender from an email's local part by extracting the first name; returns 'unknown' for role addresses. Optionally weight results by a country code.
Instructions
Extracts a first name from the local part of an email address and predicts its gender. Returns "unknown" when no name can be extracted — role addresses such as info@ or admin@ included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address. | ||
| 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. |