sarafg11

Untitled

Sep 28th, 2020 (edited)
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://maskokotas.com/xmls/11/sitemap_products_es_ES.xml"
  4. ],
  5. "fields": {
  6. "name": "//h1[@class='product-name']/text()",
  7. "price": "//meta[@itemprop='price']/@content",
  8. "price_old": "//form[@class='prod-prices-form']//div[@id='product--prices-regular']/div//div[@id='pvp_price_ref']/text()",
  9. "reference": "",
  10. "image": "//img[@itemprop='image']/@src",
  11. "description": "//article[@id='content-mainInfo']/div[@class='tab--content-main']",
  12. "brand": "",
  13. "brand_text": "//header[@class='product--summary']//div/p[@class='product-brand']/a/text()",
  14. "categories": "//li[@class='breadcrumbs--item']//a/span/text()",
  15. "availability": "(//meta[@itemprop='availability'])[1]/@content",
  16. "rating_average": "//a[@itemtype='http://schema.org/AggregateRating']//meta[@itemprop='ratingValue']/@content",
  17. "rating_count": "//a[@itemtype='http://schema.org/AggregateRating']//meta[@itemprop='reviewCount']/@content",
  18. "barcode": "//ul[@class='tab--content-features']//span[contains(.,'Referencia')]/following-sibling::span/text()",
  19. "stock": "",
  20. "variation": "(//span[@class='variation-name']/text()|//meta[@itemprop='sku']/@content)[1]"
  21. },
  22. "links": {
  23. "detail": "//div[@class='prod__box--prod-name']/a",
  24. "next_page": "//link[@rel='next']"
  25. },
  26. "variations": {
  27. "product_variation": "//li[@itemprop='offers']"
  28. },
  29. "parser_modules": [
  30. "multiple_product_variations_xpath"
  31. ],
  32. "pipelines": ["UrlVariationPipeline"],
  33. "sitemap_rules": [""]
  34. }
Add Comment
Please, Sign In to add comment