Turn the data you already have into actionable customer intelligence. Predict origin, gender, demographic group, and age from names alone.
We're launching soon. Join the waiting list for early access.
Select a name to see what insights Nomacore can extract. Notice how it handles ambiguous names intelligently.
Select a name above to see the predictions
Extract rich demographic signals from names to personalize every customer interaction.
Identify likely country of origin from forenames and surnames. Supports 100+ countries with probability scores for top matches.
Predict gender with country-aware accuracy. Names like "Andrea" are male in Italy but female in the US - we handle these nuances.
Surname-based demographic distribution derived from US Census statistical categories. Six groups with probability breakdown.
Estimate age and generational cohort from forename popularity trends. "Jennifer" peaked in the 70s; "Emma" in the 2000s.
Your customers give you their name on every order. Now you can use that data to serve them better.
Tailor messaging and product recommendations based on inferred demographics. Increase conversion with culturally relevant campaigns.
Enrich your customer database with demographic signals. Segment audiences, score leads, and prioritize outreach.
One API call. All four predictions. JSON in, JSON out.
# Get all predictions in one call
curl -X POST https://nomacore.com/predict/all \
-H "Content-Type: application/json" \
-H "X-API-Key: nomacore_your_key_here" \
-d '{"forename": "Giovanni", "surname": "Rossi"}'
# Response
{
"country": {
"predictions": [
{"country": "italy", "probability": 0.89},
{"country": "switzerland", "probability": 0.04}
],
"confidence": 0.95
},
"gender": {"male": 0.99, "female": 0.01, "confidence": 0.98},
"demographics": {
"probabilities": {"white": 0.94, "hispanic": 0.03, ...},
"top_group": "white"
},
"age": {
"expected_age": 52,
"generation": "Baby Boomer",
"age_range": {"min": 35, "max": 70}
}
}
We're opening access to a small group of early users. Join the waiting list and we'll reach out when it's your turn.
Join the waiting list and be among the first to get access.
Join the Waiting List