Track weekly download counts for any npm package. Package download trends reveal which JavaScript libraries and frameworks developers are adopting, which are losing ground, and where the ecosystem is heading.
Tools for this workflow
get_trendsChart the full 5-year weekly download history for any npm package - see adoption ramp, plateau, and whether growth is accelerating or flattening in the developer community.
get_trends(keyword='react', source='npm', data_mode='weekly')
get_growthCompare npm download growth for competing packages side by side - which framework is winning developer mindshare over the last year?
get_growth(keyword='react', source='npm', percent_growth=['3M', '1Y'])
get_ranked_trendsFind the fastest-growing npm packages by weekly download growth - useful for spotting emerging libraries before they become default choices in the ecosystem.
get_ranked_trends(source='npm', sort='yoy_pct_change', limit=30)
get_top_trendsSee what is trending in Google News and Reddit right now for developer and technology topics - surfaces the libraries, frameworks, and tools gaining mainstream developer attention.
get_top_trends(type='Reddit Hot Posts', limit=20)
FAQ