sarafg11

Untitled

May 15th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.carethy.es/xmls/4/sitemap_products_es_ES_1.xml",
  4. "https://www.carethy.es/xmls/4/sitemap_products_es_ES_2.xml",
  5. "https://www.carethy.es/xmls/4/sitemap_products_es_ES_3.xml",
  6. "https://www.carethy.es/xmls/4/sitemap_products_es_ES_4.xml",
  7. "https://www.carethy.es/xmls/4/sitemap_products_es_ES_5.xml"
  8. ],
  9. "fields": {
  10. "name": "//h1[@class='product-name']/text()",
  11. "price": "//meta[@itemprop='price']/@content",
  12. "price_old": "//div[@class='product-old-price']/text()",
  13. "reference": "",
  14. "image": "//div[@class='product--left-column']/div[@class='product--media']//img/@src",
  15. "description": "//meta[@name='description']/@content",
  16. "brand": "",
  17. "brand_text": "//h2[@class='product-brand']/a/text()",
  18. "categories": "//li[@class='breadcrumbs--item']//a/span/text()",
  19. "availability": "(//meta[@itemprop='availability'])[1]/@content",
  20. "rating_average": "//div[@class='product--summary']//meta[@itemprop='ratingValue']/@content",
  21. "rating_count": "//meta[@itemprop='reviewCount']/@content",
  22. "barcode": "(//meta[@itemprop='gtin13'])[1]/@content",
  23. "stock": "//span[@id='stock_text']/text()",
  24. "sku": ""
  25. },
  26. "json_fields": {
  27. "name": "title",
  28. "price": "price",
  29. "old_price": "pvp_price",
  30. "variation": "variant",
  31. "image": "rel_img",
  32. "stock": "microdata_availability"
  33. },
  34. "links": {
  35. "detail": "//div[@class='product-box']//span[@class='title']/a",
  36. "next_page": "//link[@rel='next']"
  37. },
  38. "sitemap_rules": [
  39. ""
  40. ],
  41. "list": {
  42. "product": "substring-before(substring-after(//div/section/script, \"__COMBS = eval('(function(){return \"), \";})()'); var __PROD\")",
  43. "subproduct": "$.*"
  44. },
  45. "parser_modules": [
  46. "multiple_product_variations_xpath_jpath"
  47. ],
  48. "pipelines": [
  49. "UrlVariationPipeline", "OnDemandItemListUrlMatchPipeline"
  50. ]
  51. }
Add Comment
Please, Sign In to add comment