Predict gender from a name
Use Genderize from your API client, your spreadsheet, your no-code workflow, or your AI assistant. Pick the surface that matches how you work.
What Genderize does
Genderize answers one question: what gender is most likely behind a name? Send a
full name, like Sarah Johnson, or just a first name like peter, and the answer comes back as a gender, a
confidence score, and the number of records behind it.
Genderize looks the name up in a large dataset of real-world name records from around the world and reports what the data says. Some names are unambiguous; others lean one way with less certainty, and the confidence score tells you which is which.
What the response contains
Every Genderize response contains four fields.
name
|
The name from the request, echoed exactly as sent. |
gender
|
"male" or "female". null when no prediction can be made. |
probability
|
Confidence of the prediction, between 0 and 1. |
count
|
Data points behind the prediction. |
How Genderize reads names
Send the fullest form of the name you have. Every part of a name carries signal:
the given name is the dominant signal for gender, and the surname can sharpen the
prediction — or settle it. Icelandic surnames are a vivid example:
Jónsdóttir
is used exclusively by women, so
Alex Jónsdóttir
resolves as female even though
Alex
alone leans male.
-
Name parts are identified by evidence, not position.
Tanaka HiroshiandHiroshi Tanakaproduce the same prediction. -
You can send names with titles, initials, or nicknames — Genderize handles them.
Dr. J. Sarah Johnsonreads asSarah Johnson. -
You can send accented or unaccented spellings — Genderize handles
both
JoséandJose.
The
name
field in the response always echoes the input exactly as sent.
Country scoping
The link between a name and a gender varies by country.
Kim
is mostly female worldwide but overwhelmingly male in Denmark, and a prediction
scoped to a country uses that country's data.
Scope a prediction by sending a two-letter country code, like
US
or DK, along with the name.
Every surface supports it.
Pick your surface
API
HTTPS endpoint,
GET
requests, JSON responses. Backend code, batch jobs, any language with an HTTP client.
CLI
Predict gender from your terminal. Pipe a list of names or enrich a spreadsheet in place.
Read moreMCP server
Connect Claude Code and other MCP clients to predict gender from natural-language prompts.
Read moreSpreadsheet
Predict gender on a column of names. Upload a file in the browser, download the enriched output.
Read moreUse it where you already work
n8n
Self-hosted or cloud workflow automation. Genderize node available in the community catalog.
Read moreZapier
Connect Genderize to the Zapier app catalog and trigger predictions from any of 6,000+ apps.
Read moreMake
Visual scenarios with Genderize as a module. Branch on prediction confidence, route by gender, enrich downstream.
Read morePipedream
Code-first or low-code workflows. Genderize action available in the Pipedream registry.
Read moreNeed gender, age, and nationality together?
Genderize is one of three Demografix services. The same API key works on all three — set it up once and call any of them.
Genderize
Predict gender from a name.
Agify
Predict age from a name.
Read moreNationalize
Predict nationality from a name.
Read more