sarafg11

Untitled

Dec 30th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. "sitemap_urls":
  3. [
  4. "https://www.birchbox.es/shop/sitemap/sitemap.xml"
  5. ],
  6. "fields": {
  7. "name": "//div[contains(@class,'productCard')]//h1[contains(@class,'productCard__title')]/text()",
  8. "price": "//div[contains(@class,'productCard')]//div[contains(@class,'ProductPrice')]/div/text()",
  9. "price_old": "",
  10. "reference": "",
  11. "image": "//div[contains(@class,'zoomWindowImage')]//img/@src",
  12. "description": "//div[contains(@class,'productCard__dek')]/div//text()",
  13. "brand": "",
  14. "brand_text": "//a[contains(@class,'productCard__brandLink')]/text()",
  15. "categories": "",
  16. "availability": "",
  17. "rating_average": "count(//div[contains(@class,'ReviewsOverview')]//svg/polygon)",
  18. "rating_count": "//div[contains(@class,'ReviewsOverview')]//span[contains(@class,'typography')]/text()",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//a[contains(@class,'productThumb__title')]",
  24. "next_page": ""
  25. },
  26. "sitemap_rules":[
  27. ["/shop/", "parse"]
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment