This was a quick script that I wrote in order to make getting stats from USNews easier. These stats included: full college name, number of undergraduate students, gender ratio, and acceptance rate.
This is a node.js script, which means it requires that node
be installed in order to run.
$ npm start
# ? What college do you want info on? (Use arrow keys or type to search)
# No results...
Once you are done entering the colleges you want, the script will scrape data such as undergraduate count, gender ratio, full school name, and acceptance rate.
Feel free to modify this script to your liking (it is licensed under MIT license, which you can learn more about here).
If you think your changes would help other users, I'd also love if you could open a pull request so that others could benefit from your changes as well.