2026-03-08 01:38:33 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-03-08 01:38:33 [scrapy.utils.log] INFO: Versions: lxml 5.3.0.0, libxml2 2.12.9, cssselect 1.2.0, parsel 1.9.1, w3lib 2.2.1, Twisted 24.11.0, Python 3.10.12 (main, Jan 26 2026, 14:55:28) [GCC 11.4.0], pyOpenSSL 24.3.0 (OpenSSL 3.4.0 22 Oct 2024), cryptography 44.0.0, Platform Linux-6.8.0-1044-aws-aarch64-with-glibc2.35 2026-03-08 01:38:33 [zomato_integration_check] INFO: Dynamic attribute _job = 5e12fa1c1a8e11f1bed6cdf2cd9b006a 2026-03-08 01:38:33 [zomato_integration_check] INFO: Connected to Redis 2026-03-08 01:38:33 [scrapy.addons] INFO: Enabled addons: [] 2026-03-08 01:38:33 [asyncio] DEBUG: Using selector: EpollSelector 2026-03-08 01:38:33 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-03-08 01:38:33 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-03-08 01:38:33 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-03-08 01:38:33 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-03-08 01:38:33 [scrapy.extensions.telnet] INFO: Telnet Password: 8f9950e6ca6842fc 2026-03-08 01:38:33 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats', 'scrapeops_scrapy.extension.ScrapeOpsMonitor'] 2026-03-08 01:38:33 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'zomato_check_in', 'CONCURRENT_REQUESTS': 8, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/home/ubuntu/restaverse_spiders/logs/zomato_check_in/zomato_integration_check/5e12fa1c1a8e11f1bed6cdf2cd9b006a.log', 'NEWSPIDER_MODULE': 'zomato_check_in.spiders', 'RETRY_HTTP_CODES': [403, 500, 502, 503, 504, 408], 'RETRY_TIMES': 1, 'SPIDER_MODULES': ['zomato_check_in.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2026-03-08 01:38:36 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'zomato_check_in.middlewares.ZomatoCentralRateLimitMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy_user_agents.middlewares.RandomUserAgentMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapeops_scrapy.middleware.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2026-03-08 01:38:36 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-03-08 01:38:36 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-03-08 01:38:36 [scrapy.core.engine] INFO: Spider opened 2026-03-08 01:38:36 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-08 01:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:38:37 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-03-08 01:38:37 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6027 2026-03-08 01:38:37 [zomato_integration_check] INFO: No Redis session found for client_id=281, falling back to DB 2026-03-08 01:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:38:37 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3379 2026-03-08 01:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:38:44 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6281659 HTTP/11" 200 None 2026-03-08 01:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:38:44 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-03-08 01:38:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-03-08 01:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:38:46 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-03-08 01:38:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-03-08 01:38:49 [zomato_integration_check] INFO: Found 20 restaurant IDs from database for client_id 281 2026-03-08 01:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:38:52 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20036777) 2026-03-08 01:39:04 [zomato_integration_check] INFO: Res ID 20036777: Found emails {'deliveries@omsweets.in', 'admin@omsweets.in', 'pankaj.pandey@zomato.com', 'nit@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20036777&business_type=o2> None 2026-03-08 01:39:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=313106) 2026-03-08 01:39:05 [zomato_integration_check] INFO: Res ID 313106: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'jom337999@gmail.com', 'reviews@restaverse.com', 'faridabad@omsweets.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=313106&business_type=o2> None 2026-03-08 01:39:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5059) 2026-03-08 01:39:06 [zomato_integration_check] INFO: Res ID 5059: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'azeem.om49@gmail.com', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5059&business_type=o2> None 2026-03-08 01:39:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20219657) 2026-03-08 01:39:07 [zomato_integration_check] INFO: Res ID 20219657: Found emails {'deliveries@omsweets.in', 'worldstreet@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20219657&business_type=o2> None 2026-03-08 01:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:07 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20861485) 2026-03-08 01:39:08 [zomato_integration_check] INFO: Res ID 20861485: Found emails {'deliveries@omsweets.in', 'reviews@restaverse.com', 'karan@omsweets.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20861485&business_type=o2> None 2026-03-08 01:39:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5003) 2026-03-08 01:39:09 [zomato_integration_check] INFO: Res ID 5003: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'tushar.kumar@zomato.com', 'sector4@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5003&business_type=o2> None 2026-03-08 01:39:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=309974) 2026-03-08 01:39:14 [zomato_integration_check] INFO: Res ID 309974: Found emails {'deliveries@omsweets.in', 'omsweetzomato@yahoo.com', 'admin@omsweets.in', 'pankaj.pandey@zomato.com', 'tushar.kumar@zomato.com', 'reviews@restaverse.com', 'gecc@omsweets.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=309974&business_type=o2> None 2026-03-08 01:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:22 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18633261) 2026-03-08 01:39:23 [zomato_integration_check] INFO: Res ID 18633261: Found emails {'deliveries@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com', 'pankaj.pandey@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18633261&business_type=o2> None 2026-03-08 01:39:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19531717) 2026-03-08 01:39:24 [zomato_integration_check] INFO: Res ID 19531717: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'pankaj.pandey@zomato.com', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19531717&business_type=o2> None 2026-03-08 01:39:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19527522) 2026-03-08 01:39:24 [zomato_integration_check] INFO: Res ID 19527522: Found emails {'deliveries@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com', 'pankaj.pandey@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19527522&business_type=o2> None 2026-03-08 01:39:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5056) 2026-03-08 01:39:25 [zomato_integration_check] INFO: Res ID 5056: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5056&business_type=o2> None 2026-03-08 01:39:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19385669) 2026-03-08 01:39:26 [zomato_integration_check] INFO: Res ID 19385669: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19385669&business_type=o2> None 2026-03-08 01:39:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=1034) 2026-03-08 01:39:28 [zomato_integration_check] INFO: Res ID 1034: Found emails {'deliveries@omsweets.in', 'accounts@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'arjunnagar@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=1034&business_type=o2> None 2026-03-08 01:39:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5057) 2026-03-08 01:39:30 [zomato_integration_check] INFO: Res ID 5057: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5057&business_type=o2> None 2026-03-08 01:39:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5004) 2026-03-08 01:39:30 [zomato_integration_check] INFO: Res ID 5004: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'sales@omsweets.in', 'omsweets7518@gmail.com', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5004&business_type=o2> None 2026-03-08 01:39:36 [scrapy.extensions.logstats] INFO: Crawled 17 pages (at 17 pages/min), scraped 15 items (at 15 items/min) 2026-03-08 01:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:37 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21342407) 2026-03-08 01:39:38 [zomato_integration_check] INFO: Res ID 21342407: Found emails {'deliveries@omsweets.in', 'reviews@restaverse.com', 'karan@omsweets.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21342407&business_type=o2> None 2026-03-08 01:39:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18580396) 2026-03-08 01:39:38 [zomato_integration_check] INFO: Res ID 18580396: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'pankaj.pandey@zomato.com', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18580396&business_type=o2> None 2026-03-08 01:39:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=5172) 2026-03-08 01:39:49 [zomato_integration_check] INFO: Res ID 5172: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=5172&business_type=o2> None 2026-03-08 01:39:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18303698) 2026-03-08 01:39:50 [zomato_integration_check] INFO: Res ID 18303698: Found emails {'deliveries@omsweets.in', 'harish@omsweets.in', 'sector46@omsweets.in', 'admin@omsweets.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18303698&business_type=o2> None 2026-03-08 01:39:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20861486) 2026-03-08 01:39:50 [zomato_integration_check] INFO: Res ID 20861486: Found emails {'deliveries@omsweets.in', 'reviews@restaverse.com', 'omcare540@gmail.com', 'karan@omsweets.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20861486&business_type=o2> None 2026-03-08 01:39:50 [scrapy.core.engine] INFO: Closing spider (finished) 2026-03-08 01:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:39:50 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 929 2026-03-08 01:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:39:50 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-03-08 01:39:50 [zomato_integration_check] INFO: 2026-03-08 01:39:50 [zomato_integration_check] INFO: {"task_id":"0e9edcaa-484c-42b3-8354-b239adbef5f5","status":"Task enqueued","database":null} 2026-03-08 01:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:51 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:51 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '281', 'downloader/request_bytes': 93749, 'downloader/request_count': 22, 'downloader/request_method_count/GET': 21, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 109901, 'downloader/response_count': 22, 'downloader/response_status_count/200': 22, 'elapsed_time_seconds': 73.899141, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 3, 8, 1, 39, 50, 452220, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 186134, 'httpcompression/response_count': 21, 'item_scraped_count': 20, 'items_per_minute': None, 'log_count/DEBUG': 71, 'log_count/INFO': 35, 'memusage/max': 127143936, 'memusage/startup': 114429952, 'request_depth_max': 2, 'response_received_count': 22, 'responses_per_minute': None, 'scheduler/dequeued': 22, 'scheduler/dequeued/memory': 22, 'scheduler/enqueued': 22, 'scheduler/enqueued/memory': 22, 'start_time': datetime.datetime(2026, 3, 8, 1, 38, 36, 553079, tzinfo=datetime.timezone.utc)} 2026-03-08 01:39:51 [scrapy.core.engine] INFO: Spider closed (finished)