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

korea-data

v0.2.1

Published

Korean company and rail data in English from the command line — company identity, payroll-based employment, and nationwide subway and commuter-rail timetables.

Readme

korea-data

Korean company and rail data from the command line — in English.

$ npx korea-data brn 124-81-00998

  SAMSUNG ELECTRONICS CO,.LTD
  삼성전자(주)

  BRN            124-81-00998
  Corp. reg. no  1301110006246
  Status         active  계속사업자
  Established    1969-01-13
  Industry       Manufacture of video and other visual equipment  KSIC 26519
  Address        129, Samseong-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do
  Employees      160,917  Employment Insurance
                 125,592  National Pension, 2026-07
  Worksites      7  addresses
                 128,093  129, Samseong-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do
                  26,541  1, Samseong-ro, Giheung-gu, Yongin-si, Gyeonggi-do
                   4,954  158, Baebang-ro, Baebang-eup, Asan-si, Chungcheongnam-do
                 … 4 more

Find companies by filter:

$ npx korea-data search --industry 26 --size 1000+ --has listed

  124-81-00998  SAMSUNG ELECTRONICS CO,.LTD       160,917
  126-81-03725  SK hynix Inc.                      40,471
  107-86-14075  LG ELECTRONICS INC.                37,146

Count before you pull — 100 credits regardless of how many match:

$ npx korea-data search --industry 26 --count-only

  3,152 matches

Commands

| | | |---|---| | korea-data brn <number> | One company by 10-digit registration number | | korea-data search [name] [filters] | Find companies | | korea-data rail <name\|stop_id> | Rail stations by name, or departures from a station | | korea-data holidays <year\|date> | Every public holiday in a year, or whether one date is a business day | | korea-data me | Credit balance |

Filters--name --brn --industry --region --size --status --established-from --established-to --has --limit --count-only

--industry takes a KSIC code by prefix: 26 is the division, 26299 one class. --has takes pension_series, crno, contact or listed. An unknown value is an error naming what is accepted — a typo never looks like "no such companies".

Setup

Get a key at https://notonlystock.com/korea/account — new accounts start with 5,000 free credits, no card.

$ export KCID_API_KEY=kcid_...

What the numbers are

| | | |---|---| | Employment Insurance | Enrolled workers from the workplace master. Annual. | | National Pension | Monthly subscribers. Excludes those aged 60 and over and includes registered directors, so it differs from the insurance figure by design. |

Every value is a government record as of the date shown — not an estimate, and not an assessment of any company. What is in the data →

Cost

100 credits per company, 100 per search row, 100 for a count, 1,000 for an employment series. Pricing →

Also: MCP server for agents — korea-data-mcp

MIT licensed. The API is v0 and may change without notice until v1.