Advertisement
sarafg11

Untitled

Dec 28th, 2020 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://sanchez-romero.online/sr/categoria/bebidas/cervezas/c-304",
  4. "https://sanchez-romero.online/sr/categoria/bebidas/aguas/c-301",
  5. "https://sanchez-romero.online/sr/categoria/bebidas/refrescos/c-302",
  6. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-spray/c-8030101",
  7. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-liquida/c-8030102",
  8. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/natas/nata-montada/c-8030103",
  9. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/mantequillas/mantequilla-con-sal/c-8030201",
  10. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/mantequillas/mantequilla-sin-sal/c-8030202",
  11. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/margarinas/c-80303",
  12. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/leches/c-80304",
  13. "https://sanchez-romero.online/sr/categoria/refrigerados/derivados-lacteos/horchatas/c-80305",
  14. "https://sanchez-romero.online/sr/categoria/la-despensa/salado/leches-batidos-horchatas-y-postres-lacteos-sin-f/c-10113"
  15. ],
  16. "fields": {
  17. "name": "//h1[@id='infoproduct-content--name']/text()",
  18. "price": "//span[@id='infoproduct-content--price']/text()",
  19. "price_old": "",
  20. "reference": "//div[@class='o-ficha-product--codigo']/span[@class='gwt-InlineLabel']/text()",
  21. "image": "//div[contains(@class,'image-primary')]/img/@src",
  22. "description": "//div[@id='profile']/div[@class='gwt-Label']//text()",
  23. "brand": "",
  24. "brand_text": "//p[@id='infoproduct-content--brand']/text()",
  25. "categories": "(//ol[contains(@class,'t-breadcrumb')]/li/a)[position()>1]/text()",
  26. "availability": "",
  27. "rating_average": "",
  28. "rating_count": "",
  29. "barcode": "",
  30. "stock": ""
  31. },
  32. "links": {
  33. "detail": "//div[contains(@class,'widget-prod__info-description')]/a[@id='grid-widget--descr']",
  34. "next_page": ""
  35. },
  36. "splash": {
  37. "item_detail": [
  38. {
  39. "mode": "load_click_content",
  40. "request_type": "start_request",
  41. "args": {
  42. "element_selector": "button.o-item-product-ver-mas",
  43. "content_loaded_check": "document.querySelectorAll('div.o-item-product-ver-mas__container[aria-hidden=true]').length == 0"
  44. }
  45. },
  46. {
  47. "mode": "wait_time",
  48. "request_type": "detail_request",
  49. "args": {
  50. "wait_time": 5
  51. }
  52. }
  53. ],
  54. "on_demand": {
  55. "mode": "wait_time",
  56. "args": {
  57. "wait_time": 7
  58. }
  59. }
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement