sarafg11

Untitled

Apr 24th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.galenikacosmetics.com/collections/facial",
  4. "https://www.galenikacosmetics.com/collections/cuerpo",
  5. "https://www.galenikacosmetics.com/collections/nutricosmetica",
  6. "https://www.galenikacosmetics.com/collections/nutricion-deportiva",
  7. "https://www.galenikacosmetics.com/collections/packs",
  8. "https://www.galenikacosmetics.com/collections/all"
  9.  
  10. ],
  11. "fields": {
  12. "name": "//meta[@property='og:title']/@content",
  13. "price": "//meta[@property='og:price:amount']/@content | //text()",
  14. "price_old": "",
  15. "reference": "",
  16. "image": "//meta[@property='og:image']/@content",
  17. "description": "//div[@class='product__description rte']//text()",
  18. "brand": "",
  19. "brand_text": "(//div[@class='product__details']//h3[@class='product__brand']/a)[1]/text()",
  20. "categories": "(//li[@class='breadcrumb__item']/span[@class='breadcrumb__title']/a)[position()>1]//text()",
  21. "availability": "",
  22. "rating_average": "",
  23. "rating_count": "",
  24. "barcode": "",
  25. "stock": "",
  26. "variation": "//text()"
  27. },
  28. "links": {
  29. "detail": "//h2[@class='collection__product-title']/a",
  30. "next_page": ""
  31. },
  32. "list": {
  33. "product": "//div[@class='product__variants']//option"
  34. },
  35. "parser_modules": [
  36. "multiple_product_variations_xpath"
  37. ],
  38. "pipelines": [
  39. "UrlVariationPipeline"
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment