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/nationalize

v0.1.0

Published

Pipedream Nationalize Components

Downloads

249

Readme

Overview

The Nationalize API predicts the likely nationality of a person from their first name and returns a ranked list of country probabilities. With Pipedream, you can use it to localize content, segment audiences by region, and route leads to the right team — all without asking customers for their location.

Example Use Cases

  • Nationality Diversity Research: Run names from a public dataset — conference speaker lists, paper authors, hiring rosters — through Nationalize to estimate national 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 Nationalize and push aggregate country 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 Nationalize on a schedule and roll the results up into group-level summaries — country splits by segment, channel, or product line — for executive reports.

Getting Started

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

Troubleshooting

  • 401 Unauthorized: the API key is missing, mistyped, or has been revoked. Reconnect the account in Pipedream.
  • country array is empty: the name wasn't found in Nationalize's dataset. This is expected for very rare names — handle the empty case in downstream steps.
  • 429 Too Many Requests: you've hit the monthly request limit. Upgrade the Nationalize 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.