sarafg11

Untitled

Nov 25th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://voila.ca/products/search?q=danone",
  4. "https://voila.ca/products/search?q=activia",
  5. "https://voila.ca/products/search?q=oikos",
  6. "https://voila.ca/products/search?q=silk",
  7. "https://voila.ca/products/search?q=so%20delicious",
  8. "https://voila.ca/products/search?q=International%20Delight"
  9. ],
  10. "fields": {
  11. "name": "name",
  12. "price": "price.current.amount",
  13. "brand_text": "brand",
  14. "image": "image.src",
  15. "product_id": "retailerProductId"
  16. },
  17. "api_crawl": {
  18. "crawl_finisher": {
  19. "func_name": "always_stop",
  20. "func_args": {}
  21. },
  22. "get_next_url": {
  23. "func_name": "",
  24. "func_args": {}
  25. },
  26. "positioning": {
  27. "product_arranging": true
  28. },
  29. "url_mapping": {
  30. "method": "ocado_api_request_from_start_request"
  31. },
  32. "url_templates": {
  33. "url_detail": "https://voila.ca/products/<product_id>/details"
  34. }
  35. },
  36. "links": {
  37. "detail": "",
  38. "next_page": ""
  39. },
  40. "list": {
  41. "product": "$[*]",
  42. "page": "response_meta_page_extractor",
  43. "default_page": 1
  44. },
  45. "parser_modules": [
  46. "multiple_response_jpath",
  47. "ocado_multiple_item_jpath"
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment