Name Info
Pricing
from $3.00 / 1,000 results
Name Info
Instantly analyze names to predict gender, country of origin, and name type (first vs. last). This API returns detailed probability scores to provide accurate global demographic insights. Perfect for data enrichment, cleaning, and user personalization.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer

Leo Barone
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
Share
๐ง Name Info API โ Predict Gender, Origin & Name Type Instantly
Name Info is an Apify Actor that analyzes any name and instantly predicts its gender, country of origin, and whether it is more likely a first name or last name.
It produces rich probability scores, global rankings, and detailed demographic insights โ perfect for data enrichment, CRM cleaning, user personalization, and identity analytics.
You can submit one or multiple names as input, and the Actor will automatically return a structured dataset with all insights.
If you only need a lightweight API for email โ name/country/gender prediction, you can use: ๐ https://apify.com/apioracle/email-info
โจ What can the Name Info Actor do?
With this Actor, you can:
- ๐ Predict gender with probability scores
- ๐ Identify the likely country of origin (+ ISO codes + emoji flags)
- ๐งฉ Determine name type (first name vs. last name)
- ๐ Get probabilistic distribution across countries
- ๐ Access country ranking data
- ๐ฆ Process multiple names at once
- โก Benefit from Apify features like scheduling, API calls, integrations, and monitoring
This Actor provides global demographic intelligence with one API call.
๐ What data can the Name Info API return?
| Field | Description |
|---|---|
matched_name | Cleaned and matched version of the input name |
gender | Predicted gender (male, female, or null) |
country | Most likely country of origin |
country_iso_2, country_iso_3, country_flag | Country codes & emoji flag |
type | Whether the name is a first or last name |
male_probability / female_probability | Gender confidence |
first_name_probability / last_name_probability | Name type probabilities |
first_name_countries_probability | Country probability distribution |
last_name_countries_probability | Same for last-name probabilities |
first_name_countries_rank | First-name rank by country |
last_name_countries_rank | Last-name rank by country |
๐ How to use Name Info Actor
- Open the Actor in Apify Console
- Enter one or more names in the input field
- Click Run
- Download the dataset as JSON/CSV/Excel
- Or access results via API
Example input:
{"names": ["John", "Miyamoto", "Fatima"]}