sarafg11

Untitled

Oct 1st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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. "url_mapping": {
  27. "method": "ocado_api_request_from_start_request"
  28. },
  29. "url_templates": {
  30. "url_detail": "https://voila.ca/products/<product_id>/details"
  31. }
  32. },
  33. "links": {
  34. "detail": "",
  35. "next_page": ""
  36. },
  37. "list": {
  38. "product": "$[*]"
  39. },
  40. "parser_modules": [
  41. "multiple_response_jpath",
  42. "ocado_multiple_item_jpath"
  43. ]
  44. }
Add Comment
Please, Sign In to add comment