Hi I really need help with scraping data from any brand online store like bebe and import it to my wordpress website. I am new to web scraping and I would really like some help. Basically I want to
scrape product info and images and import them into WooCommerce products. Imported products need to have these data and function from original brand's website product:
- Product title
- MUST support product variation. Eg. When color choice is selected, product image changes. - Everything from product description.
- Original price
Requirements:
1.Import ALL products from a store to WooCommerce.
2. Imported product images need to be large images, not thumbnail size.
3. Everything from "product description" needs to be scraped and uploaded to WooCommerce, including images (no img src links or any link back to source) 4. Scraped text need to follow the style/text formatting of the wordpress theme
5. Some products have similar images in product description, so it needs to avoid importing duplicate images into WooCommerce.
6. Scheduling options to:
- Check if imported product still exist on brand's online store or not. This means checking product urls to see if it's still alive or not. (If yes, do nothing. If no, then put it to draft)
- Check if there's new items in a store. New product ID in store = new products available (if yes, import and put to draft and notify admin of new products. If no, do nothing)
- Option to run manual checks on both the above.
7. A widget in WooCommerce "edit order" page that displays aliexpress links for products ordered (refer image). Links are extracted from product's custom field weblink.
8- SKU can be anything except the brand's online store product ID.