seoulknit.com(Woo).json 408 B

12345678910
  1. {
  2. "images": "figure.woocommerce-product-gallery__wrapper div img",
  3. "price": "span.woocommerce-Price-amount.amount bdi",
  4. "category": "span.yith-wcbr-brands a",
  5. "short_desc": ".woocommerce-product-details__short-description",
  6. "text_desc": "div.woocommerce-tabs",
  7. "options": "select#rating option",
  8. "regex": "/product/,/shop/,/collection/, /item-details/, ?product=",
  9. "name": ".product_title"
  10. }