sarafg11

Untitled

Oct 14th, 2020 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "http://www.farmallueca.com/c154986-medicamentos.html",
  4. "http://www.farmallueca.com/c71530-promociones.html",
  5. "http://www.farmallueca.com/c71525-cuidado-bucal.html",
  6. "http://www.farmallueca.com/c79067-cuidado-capilar.html",
  7. "http://www.farmallueca.com/c80922-cuidado-corporal.html",
  8. "http://www.farmallueca.com/c76775-cuidado-facial.html",
  9. "http://www.farmallueca.com/c72661-dietetica-y-nutricion.html",
  10. "http://www.farmallueca.com/c86817-problemas-de-salud.html",
  11. "http://www.farmallueca.com/c79455-homeopatia.html",
  12. "http://www.farmallueca.com/c71529-ortopedia.html",
  13. "http://www.farmallueca.com/c88609-alimentacion-infantil.html",
  14. "http://www.farmallueca.com/c71521-puericultura.html",
  15. "http://www.farmallueca.com/c86821-plantas-medicinales.html",
  16. "http://www.farmallueca.com/c85642-proteccion-solar.html",
  17. "http://www.farmallueca.com/c71532-sexualidad.html",
  18. "http://www.farmallueca.com/c91906-repelentes.html",
  19. "http://www.farmallueca.com/c93730-hombre.html",
  20. "http://www.farmallueca.com/c96094-botiquin.html",
  21. "http://www.farmallueca.com/c131438-perfumes.html",
  22. "http://www.farmallueca.com/c142497-cestas-infantiles.html",
  23. "http://www.farmallueca.com/c170625-veterinaria.html"
  24.  
  25. ],
  26. "fields": {
  27. "name": "//h1[@id='product-name']/text()",
  28. "price": "(//span[contains(@id,'product-main')]/text() | //option/text())[1]",
  29. "price_old": "",
  30. "reference": "//span[contains(@class,'product-code')]/text()",
  31. "image": "//meta[@property='og:image']/@content",
  32. "description": "//div[@id='product-description']//text()",
  33. "brand": "",
  34. "brand_text": "//table[contains(@id,'product-details')]//span/a/text()",
  35. "categories": "(//div[@id='breadcrumbs']//a)[position()>1]//text()",
  36. "availability": "substring-after(substring-before(//option/text(), ') - '),' (')",
  37. "rating_average": "",
  38. "rating_count": "",
  39. "barcode": "",
  40. "stock": "",
  41. "variation": "substring-before(//option/text(), ' (')"
  42. },
  43. "variations": {
  44. "product_variation": "//select[@class='product-options-dropdown']/option"
  45. },
  46. "parser_modules": [
  47. "multiple_product_variations_xpath"
  48. ],
  49. "links": {
  50. "detail": "//a[contains(@class,'featured-product-title-link')]",
  51. "next_page": "//div[@class='art-list-view-pager-nav']/div[@class='pager']//a[@class='next']"
  52. },
  53. "pipelines": {
  54. "UrlVariationPipeline": {},
  55. "AvailabilityPipeline": {
  56. "forced_false": "0 En Stock"
  57. }
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment