@demografix/n8n-nodes-agify
v1.0.2
Published
n8n community node for Agify.io API - predict age based on first names using statistical analysis
Maintainers
Readme
@demografix/n8n-nodes-agify
This is an n8n community node. It lets you use Agify.io in your n8n workflows.
Agify.io is an age prediction API that infers age 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 Age: Predict the age for a given name based on statistical analysis
Credentials
An API key is required for all Agify.io requests.
Free tier — 2,500 requests/month
Sign up at agify.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 agify.io — tiers cover increased monthly request quotas.
Setup
- Sign up at agify.io
- Copy your API key from the dashboard
- In n8n, create new "Agify 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 "Agify" 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 queriedage: Predicted age (integer)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 rate limit resets
Tips
- A higher
countindicates a more reliable prediction backed by more data - The API supports diacritics and non-Latin alphabets
- Use the optional country code parameter to improve accuracy for region-specific naming conventions
- Use the
rateLimitdata to monitor your API usage and avoid hitting limits
