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

opensea-floor-looks-rare

v0.2.3

Published

🧸 πŸ’Έ Determine the rarity of floor NFTs on OpenSea.

Readme

opensea-floor-looks-rare

πŸ“š How it works! (video)

This project depends on Puppeteer to programmatically scrape OpenSea and rarity.tools for data, since it's not directly available using an API.

opensea-floor-looks-rare browses a specified NFT collection on OpenSea (ordered by BUY_NOW, PRICE_ASCENDING, i.e. sorts by the cheapest available to purchase), and parses the webpage for the currently available floor prices. Once collected, it combines the collected information with rarity data sourced by rarity tools.

This means you'll need to have a Chromium Browser installed and opensea-floor-looks-rare will try to programmatically automate a browser window in the background.

πŸš€ Usage!

To invoke, use npx opensea-floor-looks-rare:

npx opensea-floor-looks-rare executable_path="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" --collection_slug="rumble-kong-league" --number_of_steps=5

You may specify a collection_slug to control which collection of NFTs to search for, and a number_of_steps to roughly control how many NFTs on the OpenSea floor are processed.

With no parameters specified, it'll default to --collection_slug=boredapeyachtclub --number_of_steps=15.

Once finished, you'll be presented with a table of the calculated rarities. You'll be surprised by the variation!

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Token ID β”‚  Price β”‚ Ranking on rarity.toolsβ„’ β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚    #1413 β”‚ 48.84Ξ β”‚                    #6607 β”‚
β”‚    #1715 β”‚  52.4Ξ β”‚                    #9695 β”‚
β”‚    #3003 β”‚    53Ξ β”‚                    #7571 β”‚
β”‚    #3041 β”‚ 50.53Ξ β”‚                    #8938 β”‚
β”‚    #3583 β”‚    51Ξ β”‚                    #9705 β”‚
β”‚    #4093 β”‚  52.5Ξ β”‚                    #6985 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

You can also define a --reference_collection_slug if you wish to compare floor tokens of one collection using the rarity of another. This is useful for collections like World of Women Galaxy, whose attributes in the initial 10,000 would carry over some attributes from World of Women:

npx opensea-floor-looks-rare --collection_slug="world-of-women-galaxy" --reference_collection_slug="world-of-women-nft" --number_of_steps=20

✌️ License!

MIT