sarafg11

Untitled

Jan 22nd, 2021 (edited)
100
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://www.nofrills.ca/Food/Dairy-and-Eggs/Milk-%26-Cream/c/NFR001005005000",
  4. "https://www.nofrills.ca/Food/Dairy-and-Eggs/Yogurt/c/NFR001005009000"
  5. ],
  6. "fields": {
  7. "name": "name",
  8. "price": "prices.price.value",
  9. "price_old": "prices.wasPrice.value",
  10. "brand_text": "brand",
  11. "image": "imageAssets[*].largeUrl",
  12. "description": "description",
  13. "availability": "stockStatus",
  14. "product_id": "code",
  15. "shoppable": "shoppable",
  16. "url": "link"
  17. },
  18. "api_crawl": {
  19. "crawl_finisher": {
  20. "func_name": "is_content_empty",
  21. "func_args": {
  22. "content_jpath": "results"
  23. }
  24. },
  25. "get_next_url": {
  26. "func_name": "pcexpress_same_url",
  27. "func_args": {}
  28. },
  29. "url_templates": {
  30. "url_detail": "https://www.nofrills.ca<relative_url>"
  31. },
  32. "process_request": {
  33. "func_name": "pcexpress_process_request"
  34. },
  35. "url_mapping": {
  36. "method": "pcexpress_list_api_request_from_url"
  37. }
  38. },
  39. "list": {
  40. "product": "results[*]",
  41. "page": "pc_express_page_extractor"
  42. },
  43. "links": {
  44. "detail": "",
  45. "next_page": ""
  46. },
  47. "preprocess": {
  48. "mode": "before_requests",
  49. "url": "https://api.pcexpress.ca/v1/carts",
  50. "callback": "pcexpress_set_cart_id_to_requests",
  51. "payload": {
  52. "type": "json",
  53. "bannerId": "nofrills",
  54. "language": "en"
  55. }
  56. },
  57. "pipelines": {
  58. "AvailabilityPipeline": {
  59. "forced_true": "OK"
  60. },
  61. "UrlAppendPostalCodePipeline": {
  62. "check_postal_code": false
  63. }
  64. },
  65. "parser_modules": [
  66. "multiple_response_jpath",
  67. "multiple_item_jpath"
  68. ]
  69. }
Add Comment
Please, Sign In to add comment