Save data in mongoDB after scraping the data from a website – Woocommerce
I am trying to save the data that I am scarping from a website with node and mongoDB but I cannot save it in the database. I am able to save the data in the array (bdata) and GET the…