Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 36.21 KB | None | 0 0
  1. 2022-02-04 05:37:16 [scrapy.utils.log] INFO: Scrapy 2.5.1 started (bot: scrapybot)
  2. 2022-02-04 05:37:16 [scrapy.utils.log] INFO: Versions: lxml 4.6.3.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.6.0, w3lib 1.22.0, Twisted 21.7.0, Python 3.8.11 (default, Aug  3 2021, 15:09:35) - [GCC 7.5.0], pyOpenSSL 21.0.0 (OpenSSL 1.1.1m  14 Dec 2021), cryptography 3.4.7, Platform Linux-5.4.0-97-generic-x86_64-with-glibc2.17
  3. 2022-02-04 05:37:16 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor
  4. 2022-02-04 05:37:16 [scrapy.crawler] INFO: Overridden settings:
  5. {'DOWNLOAD_DELAY': 0.5, 'SPIDER_LOADER_WARN_ONLY': True}
  6. 2022-02-04 05:37:16 [scrapy.extensions.telnet] INFO: Telnet Password: c478072a604cf5ea
  7. 2022-02-04 05:37:16 [scrapy.middleware] INFO: Enabled extensions:
  8. ['scrapy.extensions.corestats.CoreStats',
  9.  'scrapy.extensions.telnet.TelnetConsole',
  10.  'scrapy.extensions.memusage.MemoryUsage',
  11.  'scrapy.extensions.logstats.LogStats']
  12. 2022-02-04 05:37:16 [scrapy.middleware] INFO: Enabled downloader middlewares:
  13. ['scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
  14.  'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
  15.  'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
  16.  'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
  17.  'scrapy.downloadermiddlewares.retry.RetryMiddleware',
  18.  'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
  19.  'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
  20.  'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
  21.  'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
  22.  'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
  23.  'scrapy.downloadermiddlewares.stats.DownloaderStats']
  24. 2022-02-04 05:37:16 [scrapy.middleware] INFO: Enabled spider middlewares:
  25. ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
  26.  'scrapy.spidermiddlewares.offsite.OffsiteMiddleware',
  27.  'scrapy.spidermiddlewares.referer.RefererMiddleware',
  28.  'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
  29.  'scrapy.spidermiddlewares.depth.DepthMiddleware']
  30. 2022-02-04 05:37:16 [scrapy.middleware] INFO: Enabled item pipelines:
  31. []
  32. 2022-02-04 05:37:16 [scrapy.core.engine] INFO: Spider opened
  33. 2022-02-04 05:37:16 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
  34. 2022-02-04 05:37:16 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
  35. 2022-02-04 05:37:20 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://api2.realtor.ca/Listing.svc/PropertySearch_Post> (referer: https://www.realtor.ca/)
  36. PARSE
  37. results
  38. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  39. {'Id': '24001488', 'Price': '$1,049,000'}
  40. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  41. {'Id': '24001044', 'Price': '$610,000'}
  42. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  43. {'Id': '24001235', 'Price': '$759,900'}
  44. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  45. {'Id': '24000849', 'Price': '$575,000'}
  46. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  47. {'Id': '24000884', 'Price': '$588,800'}
  48. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  49. {'Id': '24000869', 'Price': '$699,000'}
  50. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  51. {'Id': '24000873', 'Price': '$699,000'}
  52. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  53. {'Id': '24000839', 'Price': '$1,099,000'}
  54. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  55. {'Id': '24000907', 'Price': '$999,000'}
  56. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  57. {'Id': '24000855', 'Price': '$1,899,000'}
  58. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  59. {'Id': '24000830', 'Price': '$1,359,000'}
  60. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  61. {'Id': '24000837', 'Price': '$899,800'}
  62. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  63. {'Id': '24000922', 'Price': '$850,000'}
  64. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  65. {'Id': '24000909', 'Price': '$3,749,600'}
  66. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  67. {'Id': '24000891', 'Price': '$1,399,999'}
  68. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  69. {'Id': '24000864', 'Price': '$2,499,000'}
  70. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  71. {'Id': '24000838', 'Price': '$2,398,000'}
  72. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  73. {'Id': '24000543', 'Price': '$1,249,000'}
  74. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  75. {'Id': '24000850', 'Price': '$575,000'}
  76. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  77. {'Id': '24000898', 'Price': '$1,699,900'}
  78. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  79. {'Id': '24000900', 'Price': '$1,798,000'}
  80. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  81. {'Id': '24000874', 'Price': '$1,299,000'}
  82. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  83. {'Id': '24000914', 'Price': '$1,999,900'}
  84. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  85. {'Id': '24000840', 'Price': '$4,299,000'}
  86. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  87. {'Id': '24000887', 'Price': '$1,299,000'}
  88. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  89. {'Id': '24000883', 'Price': '$3,386,000'}
  90. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  91. {'Id': '24000892', 'Price': '$1,850,000'}
  92. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  93. {'Id': '24000622', 'Price': '$2,999,000'}
  94. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  95. {'Id': '24000836', 'Price': '$2,188,000'}
  96. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  97. {'Id': '24000878', 'Price': '$929,900'}
  98. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  99. {'Id': '24000634', 'Price': '$799,900'}
  100. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  101. {'Id': '24000689', 'Price': '$899,000'}
  102. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  103. {'Id': '24000660', 'Price': '$700,000'}
  104. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  105. {'Id': '24000879', 'Price': '$1,298,000'}
  106. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  107. {'Id': '24000671', 'Price': '$939,000'}
  108. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  109. {'Id': '24000639', 'Price': '$1,549,999'}
  110. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  111. {'Id': '24000654', 'Price': '$2,750,000'}
  112. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  113. {'Id': '24000664', 'Price': '$870,000'}
  114. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  115. {'Id': '24000648', 'Price': '$490,000'}
  116. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  117. {'Id': '24000685', 'Price': '$1,498,800'}
  118. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  119. {'Id': '24000643', 'Price': '$1,249,000'}
  120. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  121. {'Id': '24000686', 'Price': '$838,000'}
  122. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  123. {'Id': '24000662', 'Price': '$2,380,000'}
  124. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  125. {'Id': '24000731', 'Price': '$649,000'}
  126. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  127. {'Id': '24000726', 'Price': '$1,200,000'}
  128. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  129. {'Id': '24000692', 'Price': '$888,000'}
  130. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  131. {'Id': '24000727', 'Price': '$619,000'}
  132. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  133. {'Id': '24000712', 'Price': '$2,880,000'}
  134. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  135. {'Id': '24000652', 'Price': '$2,890,000'}
  136. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  137. {'Id': '24000856', 'Price': '$849,900'}
  138. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  139. {'Id': '24000876', 'Price': '$1,399,000'}
  140. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  141. {'Id': '24000890', 'Price': '$1,495,000'}
  142. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  143. {'Id': '24000667', 'Price': '$829,000'}
  144. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  145. {'Id': '24000647', 'Price': '$2,248,000'}
  146. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  147. {'Id': '24000687', 'Price': '$1,799,900'}
  148. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  149. {'Id': '24000669', 'Price': '$1,569,000'}
  150. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  151. {'Id': '24000867', 'Price': '$949,000'}
  152. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  153. {'Id': '24000668', 'Price': '$1,889,000'}
  154. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  155. {'Id': '24000910', 'Price': '$799,000'}
  156. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  157. {'Id': '24000899', 'Price': '$1,199,000'}
  158. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  159. {'Id': '24000703', 'Price': '$1,599,900'}
  160. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  161. {'Id': '24000929', 'Price': '$3,890,000'}
  162. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  163. {'Id': '24000734', 'Price': '$1,499,000'}
  164. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  165. {'Id': '24000698', 'Price': '$990,000'}
  166. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  167. {'Id': '24000845', 'Price': '$1,248,800'}
  168. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  169. {'Id': '24000885', 'Price': '$499,900'}
  170. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  171. {'Id': '24000832', 'Price': '$499,900'}
  172. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  173. {'Id': '24000711', 'Price': '$625,000'}
  174. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  175. {'Id': '24000590', 'Price': '$1,150,000'}
  176. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  177. {'Id': '24000739', 'Price': '$889,000'}
  178. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  179. {'Id': '24000676', 'Price': '$999,999'}
  180. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  181. {'Id': '24000741', 'Price': '$998,000'}
  182. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  183. {'Id': '24000871', 'Price': '$1,509,990'}
  184. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  185. {'Id': '24000808', 'Price': '$899,000'}
  186. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  187. {'Id': '24000918', 'Price': '$679,900'}
  188. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  189. {'Id': '24000706', 'Price': '$599,000'}
  190. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  191. {'Id': '24000636', 'Price': '$589,000'}
  192. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  193. {'Id': '24000661', 'Price': '$987,999'}
  194. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  195. {'Id': '24000915', 'Price': '$1,699,999'}
  196. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  197. {'Id': '24000916', 'Price': '$1,699,999'}
  198. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  199. {'Id': '24000730', 'Price': '$816,000'}
  200. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  201. {'Id': '24000716', 'Price': '$549,999'}
  202. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  203. {'Id': '24000650', 'Price': '$1,399,000'}
  204. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  205. {'Id': '24000896', 'Price': '$1,750,000'}
  206. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  207. {'Id': '24000877', 'Price': '$1,199,900'}
  208. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  209. {'Id': '24000729', 'Price': '$729,000'}
  210. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  211. {'Id': '24000663', 'Price': '$1,188,000'}
  212. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  213. {'Id': '24000722', 'Price': '$989,888'}
  214. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  215. {'Id': '24000666', 'Price': '$2,388,000'}
  216. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  217. {'Id': '24000763', 'Price': '$749,900'}
  218. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  219. {'Id': '24000742', 'Price': '$699,900'}
  220. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  221. {'Id': '24000720', 'Price': '$549,900'}
  222. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  223. {'Id': '24000765', 'Price': '$2,688,000'}
  224. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  225. {'Id': '24000709', 'Price': '$799,900'}
  226. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  227. {'Id': '24000807', 'Price': '$798,000'}
  228. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  229. {'Id': '24000784', 'Price': '$998,999'}
  230. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  231. {'Id': '24000701', 'Price': '$1,049,999'}
  232. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  233. {'Id': '24000775', 'Price': '$1,990,000'}
  234. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  235. {'Id': '24000810', 'Price': '$1,999,000'}
  236. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  237. {'Id': '24000762', 'Price': '$1,698,000'}
  238. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  239. {'Id': '24000764', 'Price': '$2,488,000'}
  240. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  241. {'Id': '24000789', 'Price': '$3,598,000'}
  242. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  243. {'Id': '24000714', 'Price': '$995,000'}
  244. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  245. {'Id': '24000792', 'Price': '$1,980,000'}
  246. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  247. {'Id': '24000737', 'Price': '$1,288,000'}
  248. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  249. {'Id': '24000773', 'Price': '$999,999'}
  250. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  251. {'Id': '24000800', 'Price': '$1,388,000'}
  252. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  253. {'Id': '24000609', 'Price': '$1,099,999'}
  254. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  255. {'Id': '24000809', 'Price': '$2,499,900'}
  256. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  257. {'Id': '24000806', 'Price': '$1,499,000'}
  258. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  259. {'Id': '24000776', 'Price': '$1,450,000'}
  260. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  261. {'Id': '24000788', 'Price': '$649,800'}
  262. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  263. {'Id': '24000700', 'Price': '$899,900'}
  264. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  265. {'Id': '24000793', 'Price': '$1,199,000'}
  266. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  267. {'Id': '24000719', 'Price': '$599,900'}
  268. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  269. {'Id': '24000930', 'Price': '$1,150,000'}
  270. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  271. {'Id': '24000911', 'Price': '$999,000'}
  272. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  273. {'Id': '24000644', 'Price': '$499,000'}
  274. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  275. {'Id': '24000228', 'Price': '$699,000'}
  276. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  277. {'Id': '24000176', 'Price': '$599,000'}
  278. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  279. {'Id': '23999949', 'Price': '$3,386,000'}
  280. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  281. {'Id': '24000066', 'Price': '$1,850,000'}
  282. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  283. {'Id': '24000064', 'Price': '$1,798,000'}
  284. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  285. {'Id': '23999947', 'Price': '$749,900'}
  286. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  287. {'Id': '23999488', 'Price': '$1,899,900'}
  288. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  289. {'Id': '23999434', 'Price': '$1,399,900'}
  290. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  291. {'Id': '23999907', 'Price': '$1,299,000'}
  292. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  293. {'Id': '23999415', 'Price': '$1,099,000'}
  294. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  295. {'Id': '23999683', 'Price': '$575,000'}
  296. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  297. {'Id': '23999459', 'Price': '$799,900'}
  298. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  299. {'Id': '23999396', 'Price': '$699,900'}
  300. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  301. {'Id': '23999432', 'Price': '$1,400,000'}
  302. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  303. {'Id': '23999487', 'Price': '$759,000'}
  304. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  305. {'Id': '23999427', 'Price': '$599,000'}
  306. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  307. {'Id': '23999450', 'Price': '$1,149,000'}
  308. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  309. {'Id': '23999482', 'Price': '$1,799,900'}
  310. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  311. {'Id': '23999403', 'Price': '$548,888'}
  312. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  313. {'Id': '23999468', 'Price': '$798,000'}
  314. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  315. {'Id': '23999390', 'Price': '$1,399,888'}
  316. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  317. {'Id': '23999480', 'Price': '$1,099,999'}
  318. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  319. {'Id': '23999493', 'Price': '$1,199,000'}
  320. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  321. {'Id': '23999414', 'Price': '$1,200,000'}
  322. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  323. {'Id': '23999425', 'Price': '$999,999'}
  324. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  325. {'Id': '23999491', 'Price': '$3,488,000'}
  326. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  327. {'Id': '23999451', 'Price': '$799,880'}
  328. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  329. {'Id': '23999473', 'Price': '$1,125,588'}
  330. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  331. {'Id': '23999469', 'Price': '$1,199,000'}
  332. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  333. {'Id': '23999388', 'Price': '$2,999,999'}
  334. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  335. {'Id': '23999387', 'Price': '$1,049,000'}
  336. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  337. {'Id': '23999165', 'Price': '$698,888'}
  338. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  339. {'Id': '23999464', 'Price': '$699,000'}
  340. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  341. {'Id': '23999211', 'Price': '$499,888'}
  342. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  343. {'Id': '23999220', 'Price': '$699,900'}
  344. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  345. {'Id': '23999200', 'Price': '$599,000'}
  346. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  347. {'Id': '23999163', 'Price': '$487,000'}
  348. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  349. {'Id': '23999230', 'Price': '$687,000'}
  350. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  351. {'Id': '23999228', 'Price': '$719,900'}
  352. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  353. {'Id': '23999229', 'Price': '$728,800'}
  354. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  355. {'Id': '23999198', 'Price': '$699,000'}
  356. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  357. {'Id': '23999196', 'Price': '$749,000'}
  358. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  359. {'Id': '23999183', 'Price': '$1,299,000'}
  360. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  361. {'Id': '23999496', 'Price': '$1,049,000'}
  362. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  363. {'Id': '23999216', 'Price': '$569,900'}
  364. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  365. {'Id': '23999160', 'Price': '$699,900'}
  366. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  367. {'Id': '23999204', 'Price': '$988,888'}
  368. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  369. {'Id': '23999769', 'Price': '$2,750,000'}
  370. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  371. {'Id': '23999471', 'Price': '$678,800'}
  372. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  373. {'Id': '23999193', 'Price': '$648,000'}
  374. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  375. {'Id': '23999389', 'Price': '$562,000'}
  376. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  377. {'Id': '23999153', 'Price': '$1,588,000'}
  378. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  379. {'Id': '23999497', 'Price': '$649,000'}
  380. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  381. {'Id': '23999164', 'Price': '$639,000'}
  382. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  383. {'Id': '23999461', 'Price': '$1,199,000'}
  384. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  385. {'Id': '23999252', 'Price': '$988,800'}
  386. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  387. {'Id': '23999438', 'Price': '$549,000'}
  388. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  389. {'Id': '23999398', 'Price': '$389,999'}
  390. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  391. {'Id': '23999194', 'Price': '$819,000'}
  392. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  393. {'Id': '23999411', 'Price': '$998,900'}
  394. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  395. {'Id': '23999207', 'Price': '$510,000'}
  396. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  397. {'Id': '23999419', 'Price': '$400,000'}
  398. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  399. {'Id': '23999238', 'Price': '$1,499,000'}
  400. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  401. {'Id': '23999168', 'Price': '$699,000'}
  402. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  403. {'Id': '23999241', 'Price': '$999,000'}
  404. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  405. {'Id': '23999240', 'Price': '$899,000'}
  406. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  407. {'Id': '23999178', 'Price': '$6,650,000'}
  408. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  409. {'Id': '23999494', 'Price': '$999,000'}
  410. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  411. {'Id': '23999157', 'Price': '$4,395,000'}
  412. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  413. {'Id': '23999233', 'Price': '$1,299,900'}
  414. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  415. {'Id': '23999447', 'Price': '$1,599,999'}
  416. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  417. {'Id': '23999176', 'Price': '$1,719,000'}
  418. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  419. {'Id': '23999232', 'Price': '$899,000'}
  420. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  421. {'Id': '23999219', 'Price': '$938,000'}
  422. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  423. {'Id': '23999231', 'Price': '$689,800'}
  424. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  425. {'Id': '23999477', 'Price': '$999,990'}
  426. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  427. {'Id': '23999213', 'Price': '$898,000'}
  428. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  429. {'Id': '23999192', 'Price': '$1,098,000'}
  430. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  431. {'Id': '23999154', 'Price': '$649,900'}
  432. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  433. {'Id': '23999205', 'Price': '$739,900'}
  434. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  435. {'Id': '23999182', 'Price': '$2,998,000'}
  436. 2022-02-04 05:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://api2.realtor.ca/Listing.svc/PropertySearch_Post>
  437. {'Id': '23999184', 'Price': '$1,549,000'}
  438. 2022-02-04 05:37:20 [scrapy.core.engine] INFO: Closing spider (finished)
  439. 2022-02-04 05:37:20 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
  440. {'downloader/request_bytes': 889,
  441.  'downloader/request_count': 1,
  442.  'downloader/request_method_count/POST': 1,
  443.  'downloader/response_bytes': 257595,
  444.  'downloader/response_count': 1,
  445.  'downloader/response_status_count/200': 1,
  446.  'elapsed_time_seconds': 4.353043,
  447.  'finish_reason': 'finished',
  448.  'finish_time': datetime.datetime(2022, 2, 4, 2, 37, 20, 923364),
  449.  'httpcompression/response_bytes': 955421,
  450.  'httpcompression/response_count': 1,
  451.  'item_scraped_count': 200,
  452.  'log_count/DEBUG': 201,
  453.  'log_count/INFO': 10,
  454.  'memusage/max': 56209408,
  455.  'memusage/startup': 56209408,
  456.  'response_received_count': 1,
  457.  'scheduler/dequeued': 1,
  458.  'scheduler/dequeued/memory': 1,
  459.  'scheduler/enqueued': 1,
  460.  'scheduler/enqueued/memory': 1,
  461.  'start_time': datetime.datetime(2022, 2, 4, 2, 37, 16, 570321)}
  462. 2022-02-04 05:37:20 [scrapy.core.engine] INFO: Spider closed (finished)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement