sarafg11

Untitled

Oct 9th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.pharmashop.es/cosmetica/facial/",
  4. "https://www.pharmashop.es/cosmetica/corporal/",
  5. "https://www.pharmashop.es/cosmetica/hombre/",
  6. "https://www.pharmashop.es/cosmetica/maquillaje/",
  7. "https://www.pharmashop.es/cosmetica/proteccion-solar/",
  8. "https://www.pharmashop.es/cosmetica/perfumes-colonias/",
  9. "https://www.pharmashop.es/cosmetica/labial/",
  10. "https://www.pharmashop.es/cosmetica/capilar/",
  11. "https://www.pharmashop.es/dietetica/adelgazar/",
  12. "https://www.pharmashop.es/dietetica/barritas-suplementos/",
  13. "https://www.pharmashop.es/dietetica/complementos-y-vitaminas/",
  14. "https://www.pharmashop.es/bebes-y-mamas/alimentacion-infantil/",
  15. "https://www.pharmashop.es/bebes-y-mamas/cuidado-del-bebe/",
  16. "https://www.pharmashop.es/bebes-y-mamas/cuidado-de-la-mama/",
  17. "https://www.pharmashop.es/higiene/bucal/",
  18. "https://www.pharmashop.es/higiene/intima/",
  19. "https://www.pharmashop.es/higiene/higiene-corporal/",
  20. "https://www.pharmashop.es/higiene/salud-sexual/",
  21. "https://www.pharmashop.es/ortopedia/solucion-ortopedica/",
  22. "https://www.pharmashop.es/ortopedia/botiquin/",
  23. "https://www.pharmashop.es/medicamentos/enfermedades-de-la-piel/",
  24. "https://www.pharmashop.es/medicamentos/malestar-estomacal-y-problemas-digestivos/",
  25. "https://www.pharmashop.es/medicamentos/resfriados-tos-y-gripe/",
  26. "https://www.pharmashop.es/medicamentos/dolor-de-cabeza-fiebre-y-migranas/",
  27. "https://www.pharmashop.es/medicamentos/alergias/",
  28. "https://www.pharmashop.es/medicamentos/repelentes-y-picaduras/",
  29. "https://www.pharmashop.es/medicamentos/antisepticos/",
  30. "https://www.pharmashop.es/medicamentos/oftalmologicos/",
  31. "https://www.pharmashop.es/medicamentos/oidos/",
  32. "https://www.pharmashop.es/medicamentos/insomnio-y-nerviosismo/",
  33. "https://www.pharmashop.es/medicamentos/vitaminas-y-minerales/",
  34. "https://www.pharmashop.es/medicamentos/dolor-de-piernas/",
  35. "https://www.pharmashop.es/medicamentos/ginecologia/",
  36. "https://www.pharmashop.es/medicamentos/caida-y-tratamientos-del-cabello/",
  37. "https://www.pharmashop.es/medicamentos/dejar-de-fumar/",
  38. "https://www.pharmashop.es/medicamentos/mareos/",
  39. "https://www.pharmashop.es/medicamentos/control-de-peso-medicamentos/",
  40. "https://www.pharmashop.es/medicamentos/lubricantes/",
  41. "https://www.pharmashop.es/medicamentos/homeopatia/",
  42. "https://www.pharmashop.es/tienda-solidaria/apu/",
  43. "https://www.pharmashop.es/tienda-solidaria/dona-medula/",
  44. "https://www.pharmashop.es/tienda-solidaria/especial-regalos/",
  45. "https://www.pharmashop.es/veterinaria/",
  46. "https://www.pharmashop.es/#/dfclassic/query=cysteel%20heel&query_name=match_and",
  47. "https://www.pharmashop.es/higiene/higiene-corporal/aseo-bano/avena-syndet-1000-ml-liquido-isdin.html#/dfclassic/query=avena%20syndet&query_name=match_and"
  48. ],
  49. "fields": {
  50. "name": "//h1[@itemprop='name']/text()",
  51. "price": "//span[@itemprop='price']/text()",
  52. "price_old": "//div[@class='box-info-product']//p[@id='old_price']/span[@id='old_price_display']/text()",
  53. "reference": "//span[@itemprop='sku']/text()",
  54. "image": "//meta[@property='og:image']/@content",
  55. "description": "//div[@itemprop='description']//text()",
  56. "brand": "",
  57. "brand_text": "substring-before(substring-after(//script[@data-keepinline='true'],'\"brand\":\"'),'\"')",
  58. "categories": "(//section[@class='breadcrumb']/ul//li/a)[position()>1]/span/text()",
  59. "availability": "concat(substring('In Stock', 1, number(boolean(//link[@itemprop='availability']/@href='https://schema.org/InStock')) * string-length('In Stock')), substring('Out of stock', 1, number(not(boolean(//link[@itemprop='availability']/@href='https://schema.org/InStock'))) * string-length('Out of stock')))",
  60. "rating_average": "count(//div[@class='star_content']/div/a)",
  61. "rating_count": "",
  62. "barcode": "",
  63. "stock": ""
  64. },
  65. "links": {
  66. "detail": "//h5/a[@class='product-name']",
  67. "next_page": "//li[@id='pagination_next_bottom']/a"
  68. }
  69. }
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment