1
I need to make a database with the data of some products of 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 these values. Preferably in Javascript or PHP. Does anyone know the best way to do this? How would this reading be done? How to show code which data to search for?
Have you tried AJAX requests?
– Danilo Pádua
No, Danilo. Actually I don’t have much programming knowledge.
– Matheus Godoi
At least you got something done ?
– Edilson
Hi Edilson. I don’t even know where to start yet. Could you give me a hint?
– Matheus Godoi
I recommend reading webcrawlers. Furthermore, information being made available on a website does not necessarily mean that it can be used outside the website without permission.
– William Okano
Hello Willian, thank you so much for the tips. I will read yes. As for the use of the data, this has already been solved with the manager.
– Matheus Godoi