sarafg11

Untitled

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