sarafg11

Untitled

Jun 25th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.telecompra.mercadona.es/sfprincipal.php?pag_origen=entrada.php&CP=&Pais=34&Provincia=&Localidad=&TiendaVisita=1&EntradaUsername=1&AyudaPassword="
  4. ],
  5. "fields": {
  6. "name": "//span[@class='float_left']/text()",
  7. "price": "//span[contains(@id,'txtPrecio')]/text()",
  8. "price_old": "",
  9. "reference": "",
  10. "product_id": "//td[@headers='header1a']/a/@href",
  11. "image": "",
  12. "description": "",
  13. "brand": "",
  14. "brand_text": "",
  15. "categories": "",
  16. "availability": "",
  17. "rating_average": "",
  18. "rating_count": "",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "regex": {
  23. "product_id": ["?id=(.*)$", 1]
  24. },
  25. "links": {
  26. "detail": "//li[contains(@class, 'linivel')]//a",
  27. "next_page": ""
  28. },
  29. "list": {
  30. "product": "//table[@class='tablaproductos']//tbody//tr",
  31. "page": ""
  32. },
  33. "preprocess": {
  34. "mode": "before_requests",
  35. "url": "https://www.telecompra.mercadona.es/ns/entrada.php",
  36. "callback": "set_cookie_to_start_requests",
  37. "payload": {
  38. "pag_origen": "entrada.php",
  39. "form_origen": "principal",
  40. "Pais": "34",
  41. "Provincia": "",
  42. "Localidad": "",
  43. "TiendaVisita": "1",
  44. "EntradaUsername": "1",
  45. "AyudaPassword": "",
  46. "username": "[email protected]",
  47. "password": "galletas",
  48. "ImgEntradaAut": "ENTRAR"
  49. }
  50. },
  51. "parser_modules": [
  52. "multiple_response_xpath",
  53. "multiple_item_xpath"
  54. ],
  55. "pipelines": [
  56. "UrlAppendProductIdPipeline"
  57. ]
  58. }
Add Comment
Please, Sign In to add comment