sarafg11

Untitled

Jan 27th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://perfumaniacos.com/sitemap.php"
  4. ],
  5. "fields": {
  6. "name": "//div[@class='nombre']/text()",
  7. "price": "(//div[contains(@class,'row linea_producto')]//div[@class='precio' and not(contains(.,'STOCK'))])[1]/text()",
  8. "price_old": "(//div[contains(@class,'row linea_producto')]//div[@class='pvp' and not(contains(.,'SIN'))])[1]/text()",
  9. "reference": "",
  10. "image": "//img[@id='imagen_principal']/@src",
  11. "description": "//div[@class='descripcion']//text()",
  12. "brand": "",
  13. "brand_text": "//div[contains(@class,'container_datos')]/div[@class='marca']/text()",
  14. "categories": "(//div[contains(@class,'breadcrumb')]//a)[position()>1]//text()",
  15. "availability": "",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "//div[@class='datos']//div[@class='nombre']/parent::a",
  23. "next_page": ""
  24. },
  25. "sitemap_rules": ["/$"]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment