@demografix/n8n-nodes-genderize
v1.1.1
Published
n8n community node for Genderize.io API - predict gender based on first names with probability scores
Downloads
72
Maintainers
Readme
@demografix/n8n-nodes-genderize
This is an n8n community node. It lets you use Genderize.io in your n8n workflows.
Genderize.io is a gender prediction API that infers gender based on names using statistical analysis.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Get Gender: Predict the gender for a given name with probability score
Credentials
An API key is required for all Genderize.io requests.
Free tier — 2,500 requests/month
Sign up at genderize.io for a free account. Free accounts include 2,500 requests per month at no cost.
Paid tiers
For higher volumes, subscribe to a paid plan at genderize.io — tiers cover increased monthly request quotas.
Setup
- Sign up at genderize.io
- Copy your API key from the dashboard
- In n8n, create new "Genderize API" credentials
- Paste the API key
- Test the credentials to verify they work
Compatibility
This node is built using n8n's declarative style and requires n8n version 1.0 or later.
Usage
Basic Example
- Add the "Genderize" node to your workflow
- Enter a name (e.g., "Peter", "Sarah", "Alex")
- Execute the node
Response Data
The node returns the following data:
name: The name that was queriedgender: Predicted gender ("male", "female", or null)probability: Confidence score (0-1, where 1 is 100% confident)count: Number of data samples used for this predictionrateLimit.limit: Total requests allowed in current periodrateLimit.remaining: Requests remaining in current periodrateLimit.reset: Seconds until the rate limit window resets
Tips
- Names with probability close to 0.5 indicate unisex names with less certainty
- The API supports diacritics and non-Latin alphabets
- Use the
rateLimitdata to monitor your API usage and avoid hitting limits
