sarafg11

Untitled

Nov 6th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://compra.plusfresc.cat/products/020401",
  4. "https://compra.plusfresc.cat/products/020403",
  5. "https://compra.plusfresc.cat/products/020402",
  6. "https://compra.plusfresc.cat/products/020201",
  7. "https://compra.plusfresc.cat/products/020101",
  8. "https://compra.plusfresc.cat/products/020102",
  9. "https://compra.plusfresc.cat/products/020202",
  10. "https://compra.plusfresc.cat/products/020203"
  11. ],
  12. "fields": {
  13. "name": "texts[0].text",
  14. "price": "$.[new_value_cents,value_cents]",
  15. "old_price": "",
  16. "brand_text": "brand_name",
  17. "image": "image_url",
  18. "ean": "id",
  19. "product_id": "item_id",
  20. "availability": "available"
  21. },
  22. "api_crawl": {
  23. "crawl_finisher": {
  24. "func_name": "always_stop",
  25. "func_args": ""
  26. },
  27. "get_next_url": {
  28. "func_name": "",
  29. "func_args": ""
  30. },
  31. "positioning": {
  32. "base_url": "https://wscompra.plusfresc.cat/api/products/category/<id>",
  33. "id_re": "/([0-9]+)$"
  34. },
  35. "url_templates": {
  36. "url_detail": "https://compra.plusfresc.cat/product-detail/<product_id>",
  37. "url_image": "https://compra.plusfresc.cat/ImatgesProductes/<relative_url>"
  38. },
  39. "url_mapping": {
  40. "id_re": "\\d+$",
  41. "base_url": "https://wscompra.plusfresc.cat/api/products/category/<id>"
  42. }
  43. },
  44. "links":{
  45. "detail": "",
  46. "next_page": ""
  47. },
  48. "list": {
  49. "product": "$[*]",
  50. "page": "",
  51. "default_page": 1
  52. },
  53. "preprocess": {
  54. "mode": "before_requests",
  55. "url": "https://wscompra.plusfresc.cat/api/login",
  56. "callback": "set_auth_token_to_start_requests",
  57. "payload": {
  58. "id_user": "lil_jose_luis",
  59. "password": "olovorgo"
  60. }
  61. },
  62. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"],
  63. "pipelines": ["CentsToPricePipeline"]
  64. }
Add Comment
Please, Sign In to add comment