Genderize Name Gender Scraper avatar

Genderize Name Gender Scraper

Pricing

from $4.52 / 1,000 results

Go to Apify Store
Genderize Name Gender Scraper

Genderize Name Gender Scraper

Predict the likely gender behind a first name using Genderize. Each name returns the gender guess, the probability, the sample count behind it, and an optional country code. Useful for enriching contact records, balancing audience research, and studying naming patterns across regions.

Pricing

from $4.52 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

⚧ Genderize Names Scraper

Predict the likely gender of any first name, with a confidence probability and the number of samples behind it, using the public Genderize.io API. No key, no login.

Feed a list of first names and get a clean, ready-to-use dataset: each name mapped to a predicted gender (male / female), a probability from 0 to 1, and the sample count that backs the prediction. Optionally scope predictions to a country.

⚙️ Input

FieldTypeDescription
namesarrayList of first names to look up (e.g. Peter, Maria, Kim).
countryIdstringOptional ISO 3166-1 alpha-2 code (e.g. US, DE) to localize the result.
maxItemsintegerHow many records to return. Free plan is capped at 10.

Example

{
"names": ["Peter", "Maria", "Alex", "Kim"],
"countryId": "US",
"maxItems": 10
}

📊 Output

FieldDescription
nameThe looked-up first name
genderPredicted gender: male, female, or null when unknown
probabilityConfidence from 0 to 1
countNumber of data samples supporting the prediction
countryIdCountry code used, or null
scrapedAtWhen the record was collected
errorNull on success

Notes

The public Genderize.io tier is rate-limited for anonymous use. Individual name failures are recorded per row in the error field instead of stopping the run.

Disclaimer: Independent tool, not affiliated with Genderize.io. Only publicly available data is collected.