sarafg11

Untitled

Dec 23rd, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://wscompra.plusfresc.cat/api/products/category/020401"
  4. ],
  5. "fields": {
  6. "name": "texts[0].text",
  7. "price": "value_cents",
  8. "brand_text": "brand_name",
  9. "image": "image_url",
  10. "description": "",
  11. "categories": "",
  12. "ean": "id",
  13. "product_id": "item_id"
  14. },
  15. "api_crawl": {
  16. "crawl_finisher": {
  17. "func_name": "always_stop",
  18. "func_args": ""
  19. },
  20. "get_next_url": {
  21. "func_name": "",
  22. "func_args": ""
  23. },
  24. "base_url": "https://compra.plusfresc.cat/product-detail/<id>"
  25. },
  26. "links":{
  27. "detail": "",
  28. "next_page": ""
  29. },
  30. "list": {
  31. "product": "$[*]",
  32. "page": "",
  33. "default_page": 1
  34. },
  35. "preprocess": {
  36. "url": "https://wscompra.plusfresc.cat/api/login",
  37. "method": "POST",
  38. "callback": "set_auth_token_to_start_requests",
  39. "payload": {
  40. "id_user": "lil_jose_luis",
  41. "password": "olovorgo"
  42. }
  43. },
  44. "parser_modules": ["multiple_response_jpath", "multiple_item_jpath"],
  45. "pipelines": ["CentsToEuroPricePipeline"]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment