npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@pipedream/agify

v0.1.0

Published

Pipedream Agify Components

Downloads

267

Readme

Overview

The Agify API estimates the age of a person from their first name. With Pipedream, you can use it to enrich contact records, segment users, and tailor experiences without asking customers for their age directly. The response (name, age, count) plugs cleanly into CRMs, marketing tools, and analytics pipelines.

Example Use Cases

  • Age Diversity Research: Run names from a public dataset — conference speaker lists, paper authors, hiring rosters — through Agify to estimate age distribution at the cohort level. Useful for diversity audits, academic representation studies, and reporting on fields where self-reported data isn't available.

  • Customer Cohort Analytics: Batch your customer or subscriber list through Agify and push aggregate age distributions to BigQuery, Snowflake, or your warehouse of choice. Build dashboards that show which products, channels, or campaigns skew which way at the population level.

  • CRM Aggregate Reporting: When new records land in Salesforce or HubSpot, route a copy through Agify on a schedule and roll the results up into group-level summaries — age bands by segment, channel, or product line — for executive reports.

Getting Started

Sign up for an Agify API key and paste it into Pipedream when connecting the account. The same key also works with Genderize and Nationalize. Free tier: 2,500 names/month.

Troubleshooting

  • 401 Unauthorized: the API key is missing, mistyped, or has been revoked. Reconnect the account in Pipedream.
  • age is null: the name wasn't found in Agify's dataset. This is expected for very rare names — handle it gracefully in downstream steps.
  • 429 Too Many Requests: you've hit the monthly request limit. Upgrade the Agify plan, or throttle the workflow.
  • Batch action returns fewer results than names submitted: requests are capped at 10 names; if you need more, split into chunks.