2025-09-16 10:35:15 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2025-09-16 10:35:15 [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, Aug 15 2025, 14:32:43) [GCC 11.4.0], pyOpenSSL 24.3.0 (OpenSSL 3.4.0 22 Oct 2024), cryptography 44.0.0, Platform Linux-6.8.0-1015-aws-aarch64-with-glibc2.35 2025-09-16 10:35:15 [integration_check] INFO: Dynamic attribute _job = a663ddb392e811f0929fa729f0037d6c 2025-09-16 10:35:15 [scrapy.addons] INFO: Enabled addons: [] 2025-09-16 10:35:15 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-16 10:35:15 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 10:35:15 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 10:35:15 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 10:35:15 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 10:35:15 [scrapy.extensions.telnet] INFO: Telnet Password: 93a8b29dff283946 2025-09-16 10:35:15 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats', 'scrapy_extensions.extension.BandwidthLoggerExtension', 'scrapeops_scrapy.extension.ScrapeOpsMonitor'] 2025-09-16 10:35:15 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'zomato_check_in', 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/home/ubuntu/restaverse_spiders/logs/zomato_check_in/integration_check/a663ddb392e811f0929fa729f0037d6c.log', 'NEWSPIDER_MODULE': 'zomato_check_in.spiders', 'SPIDER_MODULES': ['zomato_check_in.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2025-09-16 10:35:15 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.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'] 2025-09-16 10:35:15 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2025-09-16 10:35:15 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2025-09-16 10:35:15 [scrapy.core.engine] INFO: Spider opened 2025-09-16 10:35:15 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-16 10:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2025-09-16 10:35:16 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6033 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3338 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=4919336 HTTP/11" 200 None 2025-09-16 10:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2025-09-16 10:35:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/orderHistory/) 2025-09-16 10:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:19 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2025-09-16 10:35:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2025-09-16 10:35:21 [integration_check] INFO: Found 87 restaurant IDs from database for client_id 304 2025-09-16 10:35:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18669291) 2025-09-16 10:35:22 [integration_check] INFO: Res ID 18669291: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'mumbaicentral.c021@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'onlinedelivery@bloombay.in', 'mumbaidashboard@bloombay.in', 'hardik@bloombay.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18669291&business_type=o2> None 2025-09-16 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598112) 2025-09-16 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598146) 2025-09-16 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18626102) 2025-09-16 10:35:23 [integration_check] INFO: Res ID 18598112: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'iccolony.c015@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'sarfaraznawab@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598112&business_type=o2> None 2025-09-16 10:35:23 [integration_check] INFO: Res ID 18598146: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'onlinedelivery@bloombay.in', 'panvel.c016@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'saarthak.rastogi@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598146&business_type=o2> None 2025-09-16 10:35:23 [integration_check] INFO: Res ID 18626102: Found emails {'shridhar@bloombay.in', 'parel.c019@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18626102&business_type=o2> None 2025-09-16 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18567438) 2025-09-16 10:35:23 [integration_check] INFO: Res ID 18567438: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'miraroad.c012@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18567438&business_type=o2> None 2025-09-16 10:35:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598142) 2025-09-16 10:35:23 [integration_check] INFO: Res ID 18598142: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'seawoods.c014@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598142&business_type=o2> None 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18300419) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18551419) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18703599) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18555150) 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18300419: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'carterroad.c020@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18300419&business_type=o2> None 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598116) 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18551419: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in', 'kandivalieast.c011@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18551419&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18703599: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'belgianwaffle.2025@gmail.com', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'sarfaraznawab@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'bandrahill.c010@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18703599&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18555150: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'vashi.c008@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18555150&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18598116: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mahakali.c017@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'mumbaidashboard@bloombay.in', 'bwcmahakali01@gmail.com', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598116&business_type=o2> None 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598120) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18540994) 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18598120: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'andherisvroad.c018@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'sarfaraznawab@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598120&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18540994: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'kandivaliwest.c007@bloombay.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'sarfaraznawab@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'saarthak.rastogi@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18540994&business_type=o2> None 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18509525) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21961272) 2025-09-16 10:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18923257) 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18509525: Found emails {'shridhar@bloombay.in', 'vileparle.c004@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18509525&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 21961272: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'outlet@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21961272&business_type=o2> None 2025-09-16 10:35:24 [integration_check] INFO: Res ID 18923257: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'mumbaidashboard@bloombay.in', 'outlet@bloombay.in', 'alibaugmj.c334@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18923257&business_type=o2> None 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18526773) 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18517724) 2025-09-16 10:35:25 [integration_check] INFO: Res ID 18526773: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'ghatkopar.c005@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18526773&business_type=o2> None 2025-09-16 10:35:25 [integration_check] INFO: Res ID 18517724: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'chembur.c006@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18517724&business_type=o2> None 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21716488) 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21716488: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'meugn.c330@bloombay.in', 'outlet@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21716488&business_type=o2> None 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21593158) 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21565854) 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21593158: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'outlet@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21593158&business_type=o2> None 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21524868) 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21716437) 2025-09-16 10:35:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21524778) 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21565854: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'outlet@bloombay.in', 'sarfaraznawab@bloombay.in', 'komal@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21565854&business_type=o2> None 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21524868: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'outlet@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21524868&business_type=o2> None 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21716437: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'outlet@bloombay.in', 'shahnawaz@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21716437&business_type=o2> None 2025-09-16 10:35:25 [integration_check] INFO: Res ID 21524778: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'outlet@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21524778&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21442530) 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21365131) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21442530: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'vishal.mocha@gmail.com', 'crm@bloombay.in', 'reviews@restaverse.com', 'psvr.c296@bloombay.in', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21442530&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21500943) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21365131: Found emails {'cocofinance@bloombay.in', 'mgroad.c274@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'saarthak.rastogi@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21365131&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21386860) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21500943: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'outlet@bloombay.in', 'seawoods.c014@bloombay.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21500943&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21227267) 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21386870) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21386860: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'kunal.kriplani@zomato.com', 'singh.arshdeep@zomato.com', 'ulwesec19.c272@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21386860&business_type=o2> None 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21227267: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'antiliaulhasnagar.c233@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in', 'kratika.khandelwal@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21227267&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18616276) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21386870: Found emails {'cocofinance@bloombay.in', 'vishakha.kumari@zomato.com', 'imran.h@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'shivajichowk.c275@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21386870&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21441662) 2025-09-16 10:35:26 [integration_check] INFO: Res ID 18616276: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'goregaonsvroad.c254@bloombay.in', 'outlet@bloombay.in', 'sarfaraznawab@bloombay.in', 'asmitashigwan@bloombay.in', 'komal@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18616276&business_type=o2> None 2025-09-16 10:35:26 [integration_check] INFO: Res ID 21441662: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'sanpada.c278@bloombay.in', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21441662&business_type=o2> None 2025-09-16 10:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133955) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 21133955: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rrkk.c232@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133955&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21075750) 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21190626) 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21029805) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 21075750: Found emails {'belgianwaffle.2025@gmail.com', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'kingcircle.c209@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21075750&business_type=o2> None 2025-09-16 10:35:27 [integration_check] INFO: Res ID 21190626: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'khargharsec35.c229@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21190626&business_type=o2> None 2025-09-16 10:35:27 [integration_check] INFO: Res ID 21029805: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'inorbitmallvashi.c208@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21029805&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21098132) 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18526776) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 21098132: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'charniroad.c215@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21098132&business_type=o2> None 2025-09-16 10:35:27 [integration_check] INFO: Res ID 18526776: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'ppt.c207@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'belgianwaffle0000@gmail.com', 'rajesh.shadija12@gmail.com', 'hariniwasshop@gmail.com', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18526776&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18582773) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 18582773: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'rajesh.shadija12@gmail.com', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18582773&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20965186) 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20997819) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 20965186: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'maladsvmalad.c200@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'anubha.sharma@zomato.com', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20965186&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20894822) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 20997819: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'bloombayvirar.c204@gmail.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'globalcityvirar.c204@bloombay.in', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20997819&business_type=o2> None 2025-09-16 10:35:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20802447) 2025-09-16 10:35:27 [integration_check] INFO: Res ID 20894822: Found emails {'oshiwara.c185@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20894822&business_type=o2> None 2025-09-16 10:35:27 [integration_check] INFO: Res ID 20802447: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'kalyanmm.c168@bloombay.in', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20802447&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20908895) 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20908895: Found emails {'cocofinance@bloombay.in', 'vikhroli.c184@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20908895&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20689989) 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20764892) 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20652061) 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20689989: Found emails {'belgianwaffle.2025@gmail.com', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'kapurbawdithane.c150@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20689989&business_type=o2> None 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20764892: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'nspmoryanagar.c164@bloombay.in', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20764892&business_type=o2> None 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20652061: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'mahimstore25@gmail.com', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in', 'mahim.c138@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20652061&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20626891) 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20626891: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'karanjade.c131@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20626891&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20626064) 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20635438) 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20626064: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'khargharsec13.c130@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20626064&business_type=o2> None 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20635438: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'ghansoli.c140@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20635438&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20607617) 2025-09-16 10:35:28 [integration_check] INFO: Res ID 20607617: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'kamothe.c132@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20607617&business_type=o2> None 2025-09-16 10:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20572099) 2025-09-16 10:35:29 [integration_check] INFO: Res ID 20572099: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'ambernath.c122@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20572099&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18565326) 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20570370) 2025-09-16 10:35:29 [integration_check] INFO: Res ID 18565326: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'sarfaraznawab@bloombay.in', 'asmitashigwan@bloombay.in', 'chamundacircle.c134@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18565326&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20596696) 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19319435) 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18616278) 2025-09-16 10:35:29 [integration_check] INFO: Res ID 20570370: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'bwcbadlapur@gmail.com', 'reviews@restaverse.com', 'badlapur.c123@bloombay.in', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20570370&business_type=o2> None 2025-09-16 10:35:29 [integration_check] INFO: Res ID 20596696: Found emails {'cocofinance@bloombay.in', 'sion.c125@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20596696&business_type=o2> None 2025-09-16 10:35:29 [integration_check] INFO: Res ID 19319435: Found emails {'belgianwaffle.2025@gmail.com', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19319435&business_type=o2> None 2025-09-16 10:35:29 [integration_check] ERROR: 403 Forbidden for res_id 18616278. Response: {"status":false,"code":1020,"message":"Not authorised for the restaurant","display":{"image":"https:\/\/b.zmtcdn.com\/data\/o2_assets\/241d53f646972ed0ffb41193f7e188f71622638524.png","title":"Oops! Access denied","subtitle":"You are not authorised to access this outlet anymore","cta":{"text":"Switch outlet","bg_color":"#256FEF","deeplink":"zomato-merchant:\/\/switch_outlet"}}} 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <403 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18616278&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18645742) 2025-09-16 10:35:29 [integration_check] INFO: Res ID 18645742: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'phadkeroaddombivali.c196@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18645742&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20488027) 2025-09-16 10:35:29 [integration_check] INFO: Res ID 20488027: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'powaihiranandani.c112@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20488027&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (403) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18561334) 2025-09-16 10:35:29 [integration_check] ERROR: 403 Forbidden for res_id 18561334. Response: {"status":false,"code":1020,"message":"Not authorised for the restaurant","display":{"image":"https:\/\/b.zmtcdn.com\/data\/o2_assets\/241d53f646972ed0ffb41193f7e188f71622638524.png","title":"Oops! Access denied","subtitle":"You are not authorised to access this outlet anymore","cta":{"text":"Switch outlet","bg_color":"#256FEF","deeplink":"zomato-merchant:\/\/switch_outlet"}}} 2025-09-16 10:35:29 [scrapy.core.scraper] DEBUG: Scraped from <403 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18561334&business_type=o2> None 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18567904) 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20449119) 2025-09-16 10:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18862427) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18567904: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'malad.c111@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18567904&business_type=o2> None 2025-09-16 10:35:30 [integration_check] INFO: Res ID 20449119: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'reviews@restaverse.com', 'borivalikorakendra.c105@bloombay.in', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'sarfaraznawab@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20449119&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18578981) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18862427: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in', 'kalina.c102@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18862427&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20449143) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18578981: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'nerul.c103@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18578981&business_type=o2> None 2025-09-16 10:35:30 [integration_check] INFO: Res ID 20449143: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'vashisec17.c106@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20449143&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18609250) 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598131) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18609250: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'vasai.c100@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18609250&business_type=o2> None 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18598131: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'mazgaon.c110@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'mazgaonbwc@gmail.com', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598131&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18654139) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 18654139: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'khadakpadakalyan.c080@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18654139&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20330609) 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20191832) 2025-09-16 10:35:30 [integration_check] INFO: Res ID 20330609: Found emails {'miraroadbeverlypark.c088@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20330609&business_type=o2> None 2025-09-16 10:35:30 [integration_check] INFO: Res ID 20191832: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'ulhasnagar.c073@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'saarthak.rastogi@zomato.com', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20191832&business_type=o2> None 2025-09-16 10:35:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18599542) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20432068) 2025-09-16 10:35:31 [integration_check] INFO: Res ID 18599542: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'airolisec8.c071@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18599542&business_type=o2> None 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20012647) 2025-09-16 10:35:31 [integration_check] INFO: Res ID 20432068: Found emails {'powai_dk.c097@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20432068&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 20012647: Found emails {'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'belapursec15.c061@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20012647&business_type=o2> None 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18866724) 2025-09-16 10:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:31 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19967116) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19967098) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18784061) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19335829) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18408299) 2025-09-16 10:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18598125) 2025-09-16 10:35:31 [integration_check] INFO: Res ID 18866724: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'vishakha.kumari@zomato.com', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'onlinedelivery@bloombay.in', 'lowerparel.c064@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18866724&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 19967116: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'capitalmallnallasopara.c054@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19967116&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 19967098: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'virar.c055@bloombay.in', 'mumbaidashboard@bloombay.in', 'singh.arshdeep@zomato.com', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19967098&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 18784061: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'juhu.c035@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18784061&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 19335829: Found emails {'marketing@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'sandeep@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in', 'versova.c042@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19335829&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 18408299: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'lokhandwala.c033@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18408299&business_type=o2> None 2025-09-16 10:35:31 [integration_check] INFO: Res ID 18598125: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'onlinedelivery@bloombay.in', 'breachcandy.c028@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18598125&business_type=o2> None 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18140523) 2025-09-16 10:35:32 [integration_check] INFO: Res ID 18140523: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'onlinedelivery@bloombay.in', 'chowpatty.c032@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18140523&business_type=o2> None 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19325063) 2025-09-16 10:35:32 [integration_check] INFO: Res ID 19325063: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'vivianamall.c026@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'cocofinance@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19325063&business_type=o2> None 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19302542) 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18509931) 2025-09-16 10:35:32 [integration_check] INFO: Res ID 19302542: Found emails {'shridhar@bloombay.in', 'cocofinance@bloombay.in', 'imran.h@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'kalamboli.c025@bloombay.in', 'joel.mazumdar@sapphirefoods.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19302542&business_type=o2> None 2025-09-16 10:35:32 [integration_check] INFO: Res ID 18509931: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'santacruz.c003@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18509931&business_type=o2> None 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18505350) 2025-09-16 10:35:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18426863) 2025-09-16 10:35:32 [integration_check] INFO: Res ID 18505350: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'oberoimall.c002@bloombay.in', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18505350&business_type=o2> None 2025-09-16 10:35:32 [integration_check] INFO: Res ID 18426863: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'crm@bloombay.in', 'rajendradevle@bloombay.in', 'sarfaraznawab@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'shivajipark.c001@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18426863&business_type=o2> None 2025-09-16 10:35:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18626097) 2025-09-16 10:35:33 [integration_check] INFO: Res ID 18626097: Found emails {'shridhar@bloombay.in', 'bhushan@bloombay.in', 'imran.h@bloombay.in', 'cocofinance@bloombay.in', 'thebelgianwaffle-zomato@cointab.in', 'pravin@bloombay.in', 'bwcoutsource@bloombay.in', 'hiranandaniestate.c024@bloombay.in', 'crm@bloombay.in', 'reviews@restaverse.com', 'mumbaidashboard@bloombay.in', 'thebelgianwaffle-zomato-portal_user@cointab.in', 'asmitashigwan@bloombay.in', 'outlet@bloombay.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2025-09-16 10:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18626097&business_type=o2> None 2025-09-16 10:35:33 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 4177 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2025-09-16 10:35:33 [integration_check] INFO: 2025-09-16 10:35:33 [integration_check] INFO: Logger Payload: {'run_id': '30f5e9fc-f5bf-4245-9c1f-cc082f4505ae', 'timestamp': '2025-09-16T10:35:33Z', 'spider': 'integration_check', 'client_id': '304', 'domain': 'www.zomato.com', 'bytes_sent': 0, 'bytes_received': 709830, 'duration_seconds': 17.89, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 168 2025-09-16 10:35:33 [integration_check] INFO: Logger Payload: {'run_id': '30f5e9fc-f5bf-4245-9c1f-cc082f4505ae', 'timestamp': '2025-09-16T10:35:33Z', 'spider': 'integration_check', 'client_id': '304', 'domain': 'cron.restaverse.com', 'bytes_sent': 108, 'bytes_received': 1915, 'duration_seconds': 17.89, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 167 2025-09-16 10:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 10:35:34 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 10:35:34 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '304', 'downloader/request_bytes': 410906, 'downloader/request_count': 89, 'downloader/request_method_count/GET': 88, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 446189, 'downloader/response_count': 89, 'downloader/response_status_count/200': 87, 'downloader/response_status_count/403': 2, 'elapsed_time_seconds': 17.894549, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 16, 10, 35, 33, 550799, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 709072, 'httpcompression/response_count': 86, 'item_scraped_count': 87, 'items_per_minute': None, 'log_count/DEBUG': 203, 'log_count/ERROR': 2, 'log_count/INFO': 99, 'memusage/max': 109355008, 'memusage/startup': 109355008, 'request_depth_max': 2, 'response_received_count': 89, 'responses_per_minute': None, 'scheduler/dequeued': 89, 'scheduler/dequeued/memory': 89, 'scheduler/enqueued': 89, 'scheduler/enqueued/memory': 89, 'start_time': datetime.datetime(2025, 9, 16, 10, 35, 15, 656250, tzinfo=datetime.timezone.utc)} 2025-09-16 10:35:34 [scrapy.core.engine] INFO: Spider closed (finished)