sarafg11

Untitled

Oct 7th, 2020 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. {
  2. "start_urls":
  3. [
  4. "https://chachifarma.com/web/782-accesorios48",
  5. "https://chachifarma.com/web/662-accesorios-alimentacion-cristal-y-termos",
  6. "https://chachifarma.com/web/13-botiquin",
  7. "https://chachifarma.com/web/285-cabello",
  8. "https://chachifarma.com/web/400-capilar-bio37",
  9. "https://chachifarma.com/web/14-colonias-y-perfumes",
  10. "https://chachifarma.com/web/283-corporal",
  11. "https://chachifarma.com/web/356-cosmetica-bio28",
  12. "https://chachifarma.com/web/365-cosmetica-infantil-bio46",
  13. "https://chachifarma.com/web/748-cuidado-de-pies-y-piernas12",
  14. "https://chachifarma.com/web/16-dermocosmetica",
  15. "https://chachifarma.com/web/758-fotoproteccion4",
  16. "https://chachifarma.com/web/20-higiene-bucal",
  17. "https://chachifarma.com/web/200-hombre",
  18. "https://chachifarma.com/web/722-humidificadores",
  19. "https://chachifarma.com/web/755-incontinencia-mujer-y-fertilidad53",
  20. "https://chachifarma.com/web/24-insectos",
  21. "https://chachifarma.com/web/224-juguetes65",
  22. "https://chachifarma.com/web/294-manos",
  23. "https://chachifarma.com/web/25-mundo-infantil",
  24. "https://chachifarma.com/web/26-optica",
  25. "https://chachifarma.com/web/27-ortopedia",
  26. "https://chachifarma.com/web/275-pieles-atopicas36",
  27. "https://chachifarma.com/web/666-porta-bebes40",
  28. "https://chachifarma.com/web/276-productos-adelgazantes",
  29. "https://chachifarma.com/web/946-naturopatia",
  30. "https://chachifarma.com/web/864-regalos52",
  31. "https://chachifarma.com/web/29-salud-sexual",
  32. "https://chachifarma.com/web/853-zapatos-y-zuecos12"
  33. ],
  34. "fields": {
  35. "name": "//h1[@itemprop='name']/text()",
  36. "price": "//div[@class='current-price']//span[@itemprop='price']/@content",
  37. "price_old": "//div[@class='product-discount']/span[@class='regular-price']/text()",
  38. "reference": "//span[@itemprop='sku']/text()",
  39. "image": "//div[@class='product-cover']/img/@src",
  40. "description": "//div[@class='product-description']//p",
  41. "brand": "//div[@class='product-manufacturer']//img/@src",
  42. "brand_text": "//div[@class='product-manufacturer']//img/@alt",
  43. "categories": "(//nav[@class='breadcrumb hidden-sm-down']//span)[position()>1 and position()<last()]",
  44. "availability": "//link[@itemprop='availability']/@href",
  45. "rating_average": "",
  46. "rating_count": "",
  47. "barcode": "",
  48. "stock": ""
  49. },
  50. "links": {
  51. "detail": "//h2[@class='productName']/a",
  52. "next_page": "//a[@rel='next']"
  53. },
  54. "regex": {
  55. "price_old": ["(\\d*,\\d{1,2})", 1]
  56. },
  57. "splash": {
  58. "item_detail": {}
  59. }
  60. }
Add Comment
Please, Sign In to add comment