sarafg11

Untitled

Sep 4th, 2020 (edited)
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.latiendadepeluqueria.com/schwarzkopf-bonacure/?ver_todo=8717&soft=1"
  4. ],
  5. "fields": {
  6. "name": "//div[@class='caption']/p/text()",
  7. "price": "//div[@class='tinoprecio']/../span/text()",
  8. "price_old": "//div[@class='tinoprecio']/del/text()",
  9. "reference": "",
  10. "image": "//img[contains(@class,'center-block')]/@src",
  11. "description": "",
  12. "brand": "",
  13. "brand_text": "",
  14. "categories": "",
  15. "availability": "//div[@class='tinoprecio']/span[contains(@class,'label-danger')]/text()",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "//div[@class='caption']/p/strong/text()",
  19. "stock": "",
  20. "url": "//p[@class='descprod']/@onclick"
  21. },
  22. "links": {
  23. "detail": "",
  24. "next_page": "",
  25. "parse_start_url": true
  26. },
  27. "regex": {
  28. "barcode": ["Ref: (.*)", 1],
  29. "url": ["location.href='(.*)';", 1]
  30. },
  31. "list": {
  32. "product": "//div[@id='resultadoss']/div[@cuadradito-nombre]"
  33. },
  34. "parser_modules": [
  35. "multiple_response_xpath",
  36. "multiple_item_xpath"
  37. ]
  38. }
Add Comment
Please, Sign In to add comment