sarafg11

Untitled

Oct 15th, 2020 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "sitemap_urls" : [
  3. "https://www.farmacia-morlan.com/sitemap_xml.xml"
  4. ],
  5. "fields" : {
  6. "name" : "//div[@class='product-header']/h1/text()",
  7. "price" : "//div[@class='vm-product-container']//div[contains(@id,'productPrice')]//span[@class='PricesalesPrice']/text()",
  8. "price_old" : "//div[@class='vm-product-container']//span[@class='PricebasePriceWithTax']/text()",
  9. "reference" : "//div[@class='product-sku']/text()",
  10. "image" : "//div[@class='main-image']//img/@src",
  11. "description" : "//div[@id='product-description']/div[@class='product-description']//text()",
  12. "brand" : "//div[@class='manufacturer']/a/img/@src",
  13. "brand_text" : "//div[@class='manufacturer']/a/text()",
  14. "categories" : "(//ol[@class='breadcrumb']/li/a[@class='pathway'])[position()>1]/text()",
  15. "availability" : "//script[@type='application/ld+json' and contains(.,'availability')]/text()",
  16. "rating_average" : "translate((//div[@class='product-view']//div[@class='ratings']/div[@class='rating-box']/div[@class='rating']/@style)[1], translate(., '0123456789', ''), 0)",
  17. "rating_count" : "//div[@class='ratings']/p[@class='rating-links']/a[@id='goto-reviews']/text()",
  18. "barcode" : "",
  19. "stock" : ""
  20. },
  21. "links" : {
  22. "detail" :"//div[@class='product-small-detail']/h3/a",
  23. "next_page" : "//ul[@class='pagination']/li/a[@title='Siguiente']"
  24. },
  25. "regex": {
  26. "reference": ["(\\d+)", 1],
  27. "availability": ["availability\\\":\\s\\\"(.*?)\\\"", 1],
  28. "price": ["(\\d*,\\d{1,2})", 1],
  29. "price_old": ["(\\d*,\\d{1,2})", 1]
  30. },
  31. "sitemap_rules": [""]
  32. }
Add Comment
Please, Sign In to add comment