sarafg11

Untitled

Mar 19th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 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. },
  21. "api_crawl": {
  22. "crawl_finisher": {
  23. "func_name": "always_stop",
  24. "func_args": ""
  25. },
  26. "get_next_url": {
  27. "func_name": "",
  28. "func_args": ""
  29. },
  30. "url_templates": {
  31. "url_detail": "https://compra.plusfresc.cat/product-detail/<id>",
  32. "url_image": "https://compra.plusfresc.cat/ImatgesProductes/<relative_url>"
  33. },
  34. "url_mapping": {
  35. "base_url": "https://wscompra.plusfresc.cat/api/products/category/<id>",
  36. "id_re": "(?<=\/products\/)[0-9]+"
  37. }
  38. },
  39. "links":{
  40. "detail": "",
  41. "next_page": ""
  42. },
  43. "list": {
  44. "product": "$[*]",
  45. "page": "",
  46. "default_page": 1
  47. },
  48. "preprocess": {
  49. "mode": "before_requests",
  50. "url": "https://wscompra.plusfresc.cat/api/login",
  51. "callback": "set_auth_token_to_start_requests",
  52. "payload": {
  53. "id_user": "lil_jose_luis",
  54. "password": "olovorgo"
  55. }
  56. },
  57. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"],
  58. "pipelines": ["CentsToPricePipeline"]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment