Node JS Woocommerce Scraper

harry-podda

Newbie
Joined
Apr 2, 2020
Messages
46
Reaction score
16
hello folks,

im still looking for a woocommerce product scrapper and im planning to try to write it on my own on node js.

The scraping part wont be a problem for me, but than im wondering which is the best way to import the scraped data (pictures and text) into my wordpress backend.

One idea was with Puppeteer in a headless chrome browser and multhithread it, but this seems to me to be not a ideal idea.

Second thought was to scrape all the text data into an CSV file and than import it with Wordpress but i dont know really if that is a good solution either.

If anybody has an nice idea how i can implement this automation import of the products of my backend i would even be willed to pay your for a nice solution.

Thanks a lot!
 
hello folks,

im still looking for a woocommerce product scrapper and im planning to try to write it on my own on node js.

The scraping part wont be a problem for me, but than im wondering which is the best way to import the scraped data (pictures and text) into my wordpress backend.

One idea was with Puppeteer in a headless chrome browser and multhithread it, but this seems to me to be not a ideal idea.

Second thought was to scrape all the text data into an CSV file and than import it with Wordpress but i dont know really if that is a good solution either.

If anybody has an nice idea how i can implement this automation import of the products of my backend i would even be willed to pay your for a nice solution.

Thanks a lot!
 
Back
Top