sarafg11

Untitled

Jul 15th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "start_urls":
  3. [
  4. "https://sanchez-romero.online/sr/categoria/bebidas/cervezas/c-304",
  5. "https://sanchez-romero.online/sr/categoria/bebidas/aguas/c-301"
  6. ],
  7. "fields": {
  8. "name": "//div[@class='o-ficha-product--mini-description']/text()",
  9. "price": "//div[@id='fichaProducto']//div[@class='o-ficha-product--price']/text()",
  10. "price_old": "",
  11. "reference": "//div[@class='o-ficha-product--codigo']/span[@class='gwt-InlineLabel']/text()",
  12. "image": "//div[contains(@class,'ficha-product--img')]//img/@src",
  13. "description": "//div[@id='profile']/div[@class='gwt-Label']//text()",
  14. "brand": "",
  15. "brand_text": "//div[@class='o-ficha-product--title']/text()",
  16. "categories": "(//ol[contains(@class,'t-breadcrumb')]/li/a)[position()>1]/text()",
  17. "availability": "",
  18. "rating_average": "",
  19. "rating_count": "",
  20. "barcode": "",
  21. "stock": ""
  22. },
  23. "links": {
  24. "detail": "//div[@class='o-item-product-main-title']/a[@class='o-item-product-main-link']",
  25. "next_page": ""
  26. },
  27. "splash": {
  28. "item_detail": [{
  29. "mode": "load_click_content",
  30. "request_type": "start_request",
  31. "args":{
  32. "element_selector": "button.o-item-product-ver-mas",
  33. "content_loaded_check": "document.querySelectorAll('div.o-item-product-ver-mas__container[aria-hidden=true]').length == 0"
  34. }
  35. },
  36. {
  37. "mode": "wait_time",
  38. "request_type": "detail_request",
  39. "args": {
  40. "wait_time": 5
  41. }
  42. }]
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment