sarafg11

Untitled

Oct 5th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "start_urls":
  3. [
  4. "https://www.mystyle-beauty.com/marcas/marca-schwarzkopf"
  5. ],
  6. "fields": {
  7. "name": "//h1[@class='product_name']/text()",
  8. "price": "//div[@class='product-information']//div[@class='product-price']//span[@class='price']/text()",
  9. "price_old": "//div[@class='product-information']//div[@class='product-price']//span[@class='regular-price']/text()",
  10. "reference": "",
  11. "image": "//meta[@property='og:image']/@content",
  12. "description": "//div[@id='description']//div[@class='product-description']",
  13. "brand": "//a[@class='pro_extra_info_brand']/img[@class='general_border']/@src",
  14. "brand_text": "//meta[@itemprop='name']/@content",
  15. "categories": "(//nav[@class='breadcrumb_nav']/ul/li/a/span)[position()>2 and position()<last()]/text()",
  16. "availability": "//link[@itemprop='availability']/@href|//div[@id='availability_statut']/span[@id='availability_value']/text()",
  17. "rating_average": "",
  18. "rating_count": "",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//h3[contains(@class,'s_title_block')]/a",
  24. "next_page": "//link[@rel='next']"
  25. }
  26. }
Add Comment
Please, Sign In to add comment