Name Insights - Age, Gender, Nationality from First Name avatar

Name Insights - Age, Gender, Nationality from First Name

Pricing

from $1.00 / 1,000 name analyzeds

Go to Apify Store
Name Insights - Age, Gender, Nationality from First Name

Name Insights - Age, Gender, Nationality from First Name

Predict age, gender, nationality from first names using agify.io + genderize.io + nationalize.io public APIs. Returns predicted age, gender (with probability), top 5 likely countries (with probability). No API key. For HR, dating apps, demographics, surveys.

Pricing

from $1.00 / 1,000 name analyzeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Name Insights Scraper

Predict age, gender, and nationality from first names. Bundles three free public APIs (agify.io, genderize.io, nationalize.io) into a single record per name. No auth.

Returns:

  • ageGuess + sample size
  • gender + probability + sample size
  • topCountries (up to 5, with probability) + top country

Useful for HR analytics, dating apps, demographic studies, survey analysis, personalization.

Input

FieldTypeDescription
namesArray (required)First names to analyze.
countryHintForAgeStringISO-2 country (e.g. BR, US) to scope age prediction to that country.
datasetsArrayWhich APIs to call: agify, genderize, nationalize. Default all three.

Output

{
"name": "Maria",
"ageGuess": 50, "ageSampleSize": 230000,
"gender": "female", "genderProbability": 0.99, "genderSampleSize": 850000,
"topCountry": "PT", "nationalitySampleSize": 380000,
"topCountries": [
{ "country": "PT", "probability": 0.18 },
{ "country": "BR", "probability": 0.15 },
{ "country": "ES", "probability": 0.12 },
{ "country": "IT", "probability": 0.08 },
{ "country": "AR", "probability": 0.06 }
]
}

Pricing

$0.001 per name analyzed.

Limitations

  • Free APIs are rate-limited per IP (1000/day each). Heavy use may hit limits.
  • Predictions are statistical guesses from training corpora β€” useful as signal, not ground truth.

If this actor helped you, please leave a review on the Apify Store.