# Agify Name Age Estimator

> Agify Name Age Estimator is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns an estimated age for a given first name based on aggregate population data

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/agify-name-age
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agify-name-age-estimator-a9d4c47d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qP4ZlxifYtMidb48-BPuZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agify-name-age-estimator-a9d4c47d -d '<json body>'
```

Example prompt: What's the estimated age for someone named 'Jessica' — can you look that up using the name-based age estimator?

## When to prefer this

Use this endpoint when you need a quick demographic age estimate for a first name without requiring personal data. Ideal for enriching user profiles, personalizing content by inferred age group, or doing lightweight demographic analysis. Prefer this over heavier census APIs when simplicity and low cost matter.

## Known failure modes

- Missing 'name' parameter returns an error or empty result
- Very rare or unusual names may return null age due to insufficient data
- Non-alphabetic or numeric name inputs may produce no result
- Network or service unavailability returns HTTP error
- Payment failure (x402) prevents request from being fulfilled

## How this service works

Estimated age for a given first name based on aggregate data (param: name). Query: ?name= Returns JSON.

## Output

A JSON object containing the queried first name, a statistically estimated age (integer), and the count of data samples used to compute the estimate.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agify-name-age-estimator-a9d4c47d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
