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

newsgrab

v1.1.0

Published

Grab news headlines for search terms you care about.

Readme

newsgrab

Grab news headlines for search terms you care about.

Usage

Install newsgrab globally.

npm install -g newsgrab

Execute Google News headline searches for a line-separated file to return a JSON file (output.json) of search results.

newsgrab <path_to_list_of_search_terms>

Example

Save the text contents below to a file sample.txt in the present working directory.

adelphi university
albany college of pharmacy and health sciences
albany law school

With your terminal in this directory, run the following.

newsgrab sample.txt

The output will appear as output.json and look something like what's below.

[{"search_term":"adelphi university","results":["Adelphi University Spring 2020 Dean's List Honorees","Student from Ozark on Adelphi University Spring 2020 Dean’s List","Adelphi Introduces New Career-Focused BS in Health Sciences","Adelphi to Host Virtual Hispanic Community Partnership, Pre ...","SHELVED: Northeast-10 Conference suspends all sports ...","Union Student Among Adelphi University Spring 2020 Dean's ...","Why colleges are launching virtual gap years |","Adelphi offers new gap year program","No. 517: The universe ages, Adelphi goes for the Goldman and the AC is \ninvented (thank goodness)","Union Student Named Adelphi University Spring 2020 Dean's ..."]},{"search_term":"albany college of pharmacy and health sciences","results":["College chooses Albany NanoTech for new biopharmaceutical training center","Albany biopharma training center's goal: Grow a 'hub' of companies upstate","College of Pharmacy partnering with SUNY Poly","St. Peter's Hospital Congratulates Pharmacy Residency ...","Medical exemptions increased after NY ended religious ...","UAlbany, Siena, Skidmore plan early start to reduce on ...","COVID-19: How Safe Are You When Activities Reopen?","Broad-Spectrum Antibiotics Are Overused in Treatment of CA ...","Academic All-Star: Carina Willard","Greenberg shows leadership during COVID-19 | Letters To Editor"]},{"search_term":"albany law school","results":["The Court of Appeals Canceled the Bar Exam. Now What?","A Dozen Legal Education Entities Snagged PPP Loans ...","Albany officials: Wear masks, social distance, and avoid crowds","UAlbany, Siena, Skidmore plan early start to reduce on ...","“Landmark” SCOTUS Ruling Could Have Implications for NY's ...","The 2020 Albany 40 Under 40 Rising Stars | CSNY","Primary day kicks off in New York; includes Albany DA race","Trump tax ruling a new front in defamation suits against him","In Business","Parents concerned about student safety amid uptick in Albany violence"]}]