sarafg11

Untitled

Jan 29th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. "sitemap_urls":
  3. [
  4. "https://farmaciapalomar.com/1_es_0_sitemap.xml"
  5. ],
  6. "fields": {
  7. "name":"//h1[@itemprop='name']/text()" ,
  8. "price": "//div[@class='price']//span[@id='our_price_display']/text()",
  9. "price_old":"//p[@id='old_price' and not(@class='hidden')]//span[@id='old_price_display']/text()",
  10. "reference":"//p[@id='product_reference']//span[@itemprop='sku']/text()",
  11. "image": "//div[@id='image-block']//img/@src",
  12. "description": "//section[@id='tab2']/div[@class='rte']//text() | //div[@id='short_description_content']//text()",
  13. "brand": "",
  14. "brand_text":"//span[@class='brand']//text()",
  15. "categories": "//span[@class='navigation_page']/span/a/span/text()",
  16. "availability":"//div[@class='nosto_product']//span[@class='availability']/text()",
  17. "rating_average":"",
  18. "rating_count": "",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//h5/a[@class='product-name']",
  24. "next_page": "//li[@id='pagination_next_bottom']/a"
  25. },
  26. "sitemap_rules": [".html$"]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment