2026-03-08 01:39:03 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-03-08 01:39:03 [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:39:03 [zomato_integration_check] INFO: Dynamic attribute _job = 5e12fa1f1a8e11f1bed6cdf2cd9b006a 2026-03-08 01:39:03 [zomato_integration_check] INFO: Connected to Redis 2026-03-08 01:39:03 [scrapy.addons] INFO: Enabled addons: [] 2026-03-08 01:39:03 [asyncio] DEBUG: Using selector: EpollSelector 2026-03-08 01:39:03 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-03-08 01:39:03 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-03-08 01:39:03 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-03-08 01:39:03 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-03-08 01:39:03 [scrapy.extensions.telnet] INFO: Telnet Password: 230f81f0b73ab11e 2026-03-08 01:39:03 [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:39:03 [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/5e12fa1f1a8e11f1bed6cdf2cd9b006a.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:39:06 [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:39:06 [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:39:06 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-03-08 01:39:06 [scrapy.core.engine] INFO: Spider opened 2026-03-08 01:39:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-03-08 01:39:06 [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/setup/ HTTP/11" 200 None 2026-03-08 01:39:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024 2026-03-08 01:39:07 [zomato_integration_check] INFO: No Redis session found for client_id=285, falling back to DB 2026-03-08 01:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:39:07 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3379 2026-03-08 01:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:12 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6281662 HTTP/11" 200 None 2026-03-08 01:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:13 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-03-08 01:39:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-03-08 01:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:15 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-03-08 01:39:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-03-08 01:39:17 [zomato_integration_check] INFO: Found 6 restaurant IDs from database for client_id 285 2026-03-08 01:39:21 [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:36 [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:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22409210) 2026-03-08 01:39:39 [zomato_integration_check] INFO: Res ID 22409210: Found emails {'reviews@restaverse.com', 'marketing@flavourpotfoods.com', 'oyekakeskycity@gmail.com', 'oyekakefoods@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22409210&business_type=o2> None 2026-03-08 01:39:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21550771) 2026-03-08 01:39:40 [zomato_integration_check] INFO: Res ID 21550771: Found emails {'oyekakefoods@gmail.com', 'oyekakehyd@gmail.com', 'marketing@flavourpotfoods.com', 'reviews@restaverse.com', 'ankita.umbarkar@zomato.com', 'kotakonda.pranaya@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21550771&business_type=o2> None 2026-03-08 01:39:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19856375) 2026-03-08 01:39:41 [zomato_integration_check] INFO: Res ID 19856375: Found emails {'oyekakefoods@gmail.com', 'onlinesales@flavourpotfoods.com', 'marketing@flavourpotfoods.com', 'oyekakesantacruz@gmail.com', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19856375&business_type=o2> None 2026-03-08 01:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20106841) 2026-03-08 01:39:42 [zomato_integration_check] INFO: Res ID 20106841: Found emails {'oyekakefoods@gmail.com', 'tanna.vinit@zomato.com', 'marketing@flavourpotfoods.com', 'oyekakeghatkopar@gmail.com', 'pathan.kalima@zomato.com', 'reviews@restaverse.com', 'bhairo@flavourpotfoods.com', 'armaan.pruthi@zomato.com', 'sagar.rajput@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20106841&business_type=o2> None 2026-03-08 01:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=39030) 2026-03-08 01:39:42 [zomato_integration_check] INFO: Res ID 39030: Found emails {'cafehaqqse@gmail.com', 'oyekakefoods@gmail.com', 'onlinesales@flavourpotfoods.com', 'fortcashier@flavourpotfoods.com', 'marketing@flavourpotfoods.com', 'jagrit.valluru@zomato.com', 'reviews@restaverse.com', 'bikram@flavourpotfoods.com', 'armaan.pruthi@zomato.com', 'sagar.rajput@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=39030&business_type=o2> None 2026-03-08 01:39:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18228655) 2026-03-08 01:39:43 [zomato_integration_check] INFO: Res ID 18228655: Found emails {'cafehaqqse@gmail.com', 'oyekakefoods@gmail.com', 'onlinesales@flavourpotfoods.com', 'lowerparelcashier@flavourpotfoods.com', 'marketing@flavourpotfoods.com', 'pathan.kalima@zomato.com', 'reviews@restaverse.com', 'bhairo@flavourpotfoods.com', 'armaan.pruthi@zomato.com', 'flavourpotfoods@gmail.com', 'sagar.rajput@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-03-08 01:39:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18228655&business_type=o2> None 2026-03-08 01:39:43 [scrapy.core.engine] INFO: Closing spider (finished) 2026-03-08 01:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:39:43 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 287 2026-03-08 01:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-03-08 01:39:43 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-03-08 01:39:43 [zomato_integration_check] INFO: 2026-03-08 01:39:43 [zomato_integration_check] INFO: {"task_id":"d6c20d98-35b5-4195-8a04-c568ff183575","status":"Task enqueued","database":null} 2026-03-08 01:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-03-08 01:39:44 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-03-08 01:39:44 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '285', 'downloader/request_bytes': 33873, 'downloader/request_count': 8, 'downloader/request_method_count/GET': 7, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 36924, 'downloader/response_count': 8, 'downloader/response_status_count/200': 8, 'elapsed_time_seconds': 37.05717, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 3, 8, 1, 39, 43, 877479, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 72713, 'httpcompression/response_count': 7, 'item_scraped_count': 6, 'items_per_minute': None, 'log_count/DEBUG': 39, 'log_count/INFO': 20, 'memusage/max': 114442240, 'memusage/startup': 114442240, 'request_depth_max': 2, 'response_received_count': 8, 'responses_per_minute': None, 'scheduler/dequeued': 8, 'scheduler/dequeued/memory': 8, 'scheduler/enqueued': 8, 'scheduler/enqueued/memory': 8, 'start_time': datetime.datetime(2026, 3, 8, 1, 39, 6, 820309, tzinfo=datetime.timezone.utc)} 2026-03-08 01:39:44 [scrapy.core.engine] INFO: Spider closed (finished)