Definitely not Unity You would need to do something called web scraping. There is software to speed up the process, but to gather information from a specific site you will have to write it yourself. Essentially you need to write a program that gathers information under specific HTML tags, cycles through the options over and over again, then saves it to a file format. Look up tutorials on something like Selenium. Disclaimer, websites usually don’t want you scraping from them.