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

yell2

v0.0.5

Published

a yelp scraper which scrapes all reviews of a user given their profile ID.

Readme

This is a forked and updated repo. Yelp changed its page structure thus the original repo is outdated.

Also with the new version, you will also get an xml version of the ouput where you can easily use to import your content to your favorite cms.

I will be updating the XML to provide more granular information from each yelp review such as business type as well as featured images taken by yelpers.

I will also create cms specific import files. Wordpress, Drupal.

Create tickets for any special requests.

The command has changed from yell to yell2

~/⇾ yell2 YOUR_USER_ID
fetching articles starting with 0
fetching articles starting with 10
fetching articles starting with 20
fetching articles starting with 30
fetching articles starting with 40

Finished! Find in this directory:
- yelp.html, a hreview-formatted HTML version
- yelp.json: raw JSON data.

Using this code is against the Yelp Terms of Service because they prevent users (in section 6B iii of their terms of service) against:

Use any robot, spider, site search/retrieval application, or other automated device, process or means to access, retrieve, scrape, or index any portion of the Service or any Site Content;

However, section 5C makes it very clear that users own their contributed content.

As between you and Yelp, you own Your Content.

Given that copying-and-pasting ones content out of Yelp is rather inconvenient, in order to make 5C a reality, this code breaks 6B iii. It's an unfortunate overlap of code and law.

Yelp, for the most part, is doing a decent job - they publish reviews in the hReview microformat, and have APIs. And it's great that their TOS is fair in ownership to data. However, their APIs are for businesses, not users, and their TOS is unfair in access to data.

Running

Instead of YOUR_YELP_USER_ID, you should put your user id. Find this by going to Yelp, and to your user page, and looking in the URL. It'll be like:

http://www.yelp.com/user_details?userid=FDJLFJDSKL

That end bit - the random letters after the =, is your userid.

npm install yell2
yell2 YOUR_YELP_USER_ID