sarafg11

Untitled

Nov 19th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.perfumespremium.es/belleza-premium/fragancias",
  4. "https://www.perfumespremium.es/belleza-premium/facial",
  5. "https://www.perfumespremium.es/belleza-premium/cabello",
  6. "https://www.perfumespremium.es/belleza-premium/corporal",
  7. "https://www.perfumespremium.es/belleza-premium/maquillaje",
  8. "https://www.perfumespremium.es/belleza-premium/sun-and-tanning",
  9. "https://www.perfumespremium.es/belleza-premium/hombre",
  10. "https://www.perfumespremium.es/belleza-consumo/fragancias",
  11. "https://www.perfumespremium.es/belleza-consumo/facial",
  12. "https://www.perfumespremium.es/belleza-consumo/cabello",
  13. "https://www.perfumespremium.es/belleza-consumo/corporal",
  14. "https://www.perfumespremium.es/belleza-consumo/maquillaje",
  15. "https://www.perfumespremium.es/belleza-consumo/sol-y-bronceado",
  16. "https://www.perfumespremium.es/belleza-consumo/hombre",
  17. "https://www.perfumespremium.es/belleza-consumo/hogar",
  18. "https://www.perfumespremium.es/accesorios/gafas-de-sol",
  19. "https://www.perfumespremium.es/accesorios/cabello",
  20. "https://www.perfumespremium.es/accesorios/hogar",
  21. "https://www.perfumespremium.es/promos/perfumes",
  22. "https://www.perfumespremium.es/promos/cabello",
  23. "https://www.perfumespremium.es/promos/cuidados-faciales-y-corporales",
  24. "https://www.perfumespremium.es/promos/maquillaje",
  25. "https://www.perfumespremium.es/promos/hogar",
  26. "https://www.perfumespremium.es/ideas-par-regalar/ideas-regalo-para-ella",
  27. "https://www.perfumespremium.es/ideas-par-regalar/ideas-regalo-para-el",
  28. "https://www.perfumespremium.es/ideas-par-regalar/ideas-regalo-para-bebes-y-ni-os"
  29. ],
  30. "fields": {
  31. "name": "//meta[@property='og:title']/@content",
  32. "price": "//div[@class='product-info-price']//span[contains(@id,'product-price')]//span[@class='price']/text()",
  33. "price_old": "//div[@class='product-info-price']//span[@class='old-price']//span[@class='price']/text()",
  34. "reference": "",
  35. "image": "//meta[@property='og:image']/@content",
  36. "description": "//div[@id='description']//div[@class='value']",
  37. "brand": "",
  38. "brand_text": "//table[@id='product-attribute-specs-table']//td[@data-th='marca']/text()",
  39. "categories": "//div[@class='product-sub-infomation--category']/div[@class='value']/a/text()",
  40. "availability": "//div[contains(@class,'stock')]/span/text()",
  41. "rating_average": "",
  42. "rating_count": "",
  43. "barcode": "//table[@id='product-attribute-specs-table']//td[@data-th='Ean']/text()",
  44. "stock": ""
  45. },
  46. "links": {
  47. "detail": "//a[@class='product-item-link']",
  48. "next_page": "(//a[contains(@class,'next')])[last()]"
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment