I need to make a database with some product data from a website. Product details (name, value, brand) are public and divided into pages. Each page displays approximately 10 products and their data. I need to create a program that collects this data (which is displayed in html) and save those values. Preferably in Javascript or PHP. Does anyone know what the best way to do this? How would this reading be done? How do I show the code for which data to fetch?