2026-05-10 01:37:53 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-05-10 01:37:53 [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, Mar 3 2026, 11:56:32) [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-05-10 01:37:53 [zomato_integration_check] INFO: Dynamic attribute _job = ccdff6a44c0f11f1a1c4fdb76d1b31f2 2026-05-10 01:37:53 [zomato_integration_check] INFO: Connected to Redis 2026-05-10 01:37:53 [scrapy.addons] INFO: Enabled addons: [] 2026-05-10 01:37:53 [asyncio] DEBUG: Using selector: EpollSelector 2026-05-10 01:37:53 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-10 01:37:53 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-10 01:37:53 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-10 01:37:53 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-10 01:37:53 [scrapy.extensions.telnet] INFO: Telnet Password: a3953da853df7469 2026-05-10 01:37:53 [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-05-10 01:37:53 [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/ccdff6a44c0f11f1a1c4fdb76d1b31f2.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-05-10 01:37:56 [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-05-10 01:37:56 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-05-10 01:37:56 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-05-10 01:37:56 [scrapy.core.engine] INFO: Spider opened 2026-05-10 01:37:56 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-05-10 01:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:37:57 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-05-10 01:37:57 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024 2026-05-10 01:37:57 [zomato_integration_check] INFO: No Redis session found for client_id=269, falling back to DB 2026-05-10 01:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:37:57 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3363 2026-05-10 01:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:07 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6770203 HTTP/11" 200 None 2026-05-10 01:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-05-10 01:38:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-05-10 01:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:11 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-05-10 01:38:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:13 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:38:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-05-10 01:38:14 [zomato_integration_check] INFO: Found 98 restaurant IDs from database for client_id 269 2026-05-10 01:38:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21901863) 2026-05-10 01:38:22 [zomato_integration_check] INFO: Res ID 21901863: Found emails {'reviews@restaverse.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21901863&business_type=o2> None 2026-05-10 01:38:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21898870) 2026-05-10 01:38:23 [zomato_integration_check] INFO: Res ID 21898870: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21898870&business_type=o2> None 2026-05-10 01:38:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21721191) 2026-05-10 01:38:24 [zomato_integration_check] INFO: Res ID 21721191: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21721191&business_type=o2> None 2026-05-10 01:38:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21901725) 2026-05-10 01:38:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21749789) 2026-05-10 01:38:25 [zomato_integration_check] INFO: Res ID 21901725: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21901725&business_type=o2> None 2026-05-10 01:38:25 [zomato_integration_check] INFO: Res ID 21749789: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21749789&business_type=o2> None 2026-05-10 01:38:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636763) 2026-05-10 01:38:25 [zomato_integration_check] INFO: Res ID 21636763: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636763&business_type=o2> None 2026-05-10 01:38:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21721544) 2026-05-10 01:38:26 [zomato_integration_check] INFO: Res ID 21721544: Found emails {'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21721544&business_type=o2> None 2026-05-10 01:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:31 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:38:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21749418) 2026-05-10 01:38:31 [zomato_integration_check] INFO: Res ID 21749418: Found emails {'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21749418&business_type=o2> None 2026-05-10 01:38:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21922254) 2026-05-10 01:38:33 [zomato_integration_check] INFO: Res ID 21922254: Found emails {'jayaprakash.m@eatfit.in', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21922254&business_type=o2> None 2026-05-10 01:38:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21921909) 2026-05-10 01:38:33 [zomato_integration_check] INFO: Res ID 21921909: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21921909&business_type=o2> None 2026-05-10 01:38:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19837800) 2026-05-10 01:38:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21921650) 2026-05-10 01:38:35 [zomato_integration_check] INFO: Res ID 19837800: Found emails {'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19837800&business_type=o2> None 2026-05-10 01:38:35 [zomato_integration_check] INFO: Res ID 21921650: Found emails {'jayaprakash.m@eatfit.in', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21921650&business_type=o2> None 2026-05-10 01:38:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21922235) 2026-05-10 01:38:36 [zomato_integration_check] INFO: Res ID 21922235: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21922235&business_type=o2> None 2026-05-10 01:38:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21921568) 2026-05-10 01:38:36 [zomato_integration_check] INFO: Res ID 21921568: Found emails {'jayaprakash.m@eatfit.in', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21921568&business_type=o2> None 2026-05-10 01:38:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20363515) 2026-05-10 01:38:37 [zomato_integration_check] INFO: Res ID 20363515: Found emails {'kapoor.varun@zomato.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'shreya.jansi@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20363515&business_type=o2> None 2026-05-10 01:38:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21921938) 2026-05-10 01:38:38 [zomato_integration_check] INFO: Res ID 21921938: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21921938&business_type=o2> None 2026-05-10 01:38:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19821553) 2026-05-10 01:38:39 [zomato_integration_check] INFO: Res ID 19821553: Found emails {'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19821553&business_type=o2> None 2026-05-10 01:38:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17977775) 2026-05-10 01:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:42 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:38:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=305833) 2026-05-10 01:38:42 [zomato_integration_check] INFO: Res ID 17977775: Found emails {'kapoor.varun@zomato.com', 'sudersan.srinivasan@zomato.com', 'sandeegurjar59@gmail.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kkambiggn@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17977775&business_type=o2> None 2026-05-10 01:38:42 [zomato_integration_check] INFO: Res ID 305833: Found emails {'kapoor.varun@zomato.com', 'achint.kaur@zomato.com', 'sudersan.srinivasan@zomato.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'selectbedrockfoods@gmail.com', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=305833&business_type=o2> None 2026-05-10 01:38:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18962224) 2026-05-10 01:38:45 [zomato_integration_check] INFO: Res ID 18962224: Found emails {'kapoor.varun@zomato.com', 'sudersan.srinivasan@zomato.com', 'yadav.chetan@zomato.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in', 'aerocity1937@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18962224&business_type=o2> None 2026-05-10 01:38:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=310887) 2026-05-10 01:38:45 [zomato_integration_check] INFO: Res ID 310887: Found emails {'kapoor.varun@zomato.com', 'sudersan.srinivasan@zomato.com', 'moikrispykreme@gmail.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'kkd.promenade@gmail.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'sanjana@bedrockfoods.in', 'kamal@bedrockfoods.in', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=310887&business_type=o2> None 2026-05-10 01:38:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19495287) 2026-05-10 01:38:46 [zomato_integration_check] INFO: Res ID 19495287: Found emails {'rishi@smartkitchen.co', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'shreya.sarraf@curefoods.in', 'kcs1311@hotmail.com', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19495287&business_type=o2> None 2026-05-10 01:38:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19722829) 2026-05-10 01:38:46 [zomato_integration_check] INFO: Res ID 19722829: Found emails {'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'sanjana@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19722829&business_type=o2> None 2026-05-10 01:38:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18334419) 2026-05-10 01:38:47 [zomato_integration_check] INFO: Res ID 18334419: Found emails {'kapoor.varun@zomato.com', 'sudersan.srinivasan@zomato.com', 'moikrispykreme@gmail.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'nkhan81993@gmail.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in', 'hotchandani.arpita@zomato.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18334419&business_type=o2> None 2026-05-10 01:38:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19417513) 2026-05-10 01:38:47 [zomato_integration_check] INFO: Res ID 19417513: Found emails {'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in', 'marketing@bedrockfoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19417513&business_type=o2> None 2026-05-10 01:38:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18937925) 2026-05-10 01:38:48 [zomato_integration_check] INFO: Res ID 18937925: Found emails {'kapoor.varun@zomato.com', 'achint.kaur@zomato.com', 'sudersan.srinivasan@zomato.com', 'accounts@bedrockfoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ardeecity2019@gmail.com', 'reviews@restaverse.com', 'kcs1311@hotmail.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18937925&business_type=o2> None 2026-05-10 01:38:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902989) 2026-05-10 01:38:48 [zomato_integration_check] INFO: Res ID 21902989: Found emails {'achint.kaur@zomato.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902989&business_type=o2> None 2026-05-10 01:38:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21916751) 2026-05-10 01:38:49 [zomato_integration_check] INFO: Res ID 21916751: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21916751&business_type=o2> None 2026-05-10 01:38:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902955) 2026-05-10 01:38:49 [zomato_integration_check] INFO: Res ID 21902955: Found emails {'reviews@restaverse.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902955&business_type=o2> None 2026-05-10 01:38:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21721537) 2026-05-10 01:38:50 [zomato_integration_check] INFO: Res ID 21721537: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21721537&business_type=o2> None 2026-05-10 01:38:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21721542) 2026-05-10 01:38:51 [zomato_integration_check] INFO: Res ID 21721542: Found emails {'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21721542&business_type=o2> None 2026-05-10 01:38:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21903006) 2026-05-10 01:38:51 [zomato_integration_check] INFO: Res ID 21903006: Found emails {'reviews@restaverse.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21903006&business_type=o2> None 2026-05-10 01:38:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902978) 2026-05-10 01:38:52 [zomato_integration_check] INFO: Res ID 21902978: Found emails {'reviews@restaverse.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902978&business_type=o2> None 2026-05-10 01:38:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902139) 2026-05-10 01:38:52 [zomato_integration_check] INFO: Res ID 21902139: Found emails {'reviews@restaverse.com', 'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902139&business_type=o2> None 2026-05-10 01:38:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902962) 2026-05-10 01:38:53 [zomato_integration_check] INFO: Res ID 21902962: Found emails {'achint.kaur@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902962&business_type=o2> None 2026-05-10 01:38:56 [scrapy.extensions.logstats] INFO: Crawled 37 pages (at 37 pages/min), scraped 35 items (at 35 items/min) 2026-05-10 01:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:38:57 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:38:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902742) 2026-05-10 01:38:59 [zomato_integration_check] INFO: Res ID 21902742: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902742&business_type=o2> None 2026-05-10 01:38:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21902679) 2026-05-10 01:38:59 [zomato_integration_check] INFO: Res ID 21902679: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21902679&business_type=o2> None 2026-05-10 01:38:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642408) 2026-05-10 01:39:00 [zomato_integration_check] INFO: Res ID 21642408: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642408&business_type=o2> None 2026-05-10 01:39:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642411) 2026-05-10 01:39:00 [zomato_integration_check] INFO: Res ID 21642411: Found emails {'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642411&business_type=o2> None 2026-05-10 01:39:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21721534) 2026-05-10 01:39:01 [zomato_integration_check] INFO: Res ID 21721534: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21721534&business_type=o2> None 2026-05-10 01:39:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642402) 2026-05-10 01:39:01 [zomato_integration_check] INFO: Res ID 21642402: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642402&business_type=o2> None 2026-05-10 01:39:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642417) 2026-05-10 01:39:02 [zomato_integration_check] INFO: Res ID 21642417: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642417&business_type=o2> None 2026-05-10 01:39:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642398) 2026-05-10 01:39:02 [zomato_integration_check] INFO: Res ID 21642398: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642398&business_type=o2> None 2026-05-10 01:39:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21491801) 2026-05-10 01:39:06 [zomato_integration_check] INFO: Res ID 21491801: Found emails {'jayaprakash.m@eatfit.in', 'zaiba.taranum@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21491801&business_type=o2> None 2026-05-10 01:39:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636743) 2026-05-10 01:39:10 [zomato_integration_check] INFO: Res ID 21636743: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636743&business_type=o2> None 2026-05-10 01:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:39:12 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:39:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21491808) 2026-05-10 01:39:19 [zomato_integration_check] INFO: Res ID 21491808: Found emails {'jayaprakash.m@eatfit.in', 'zaiba.taranum@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21491808&business_type=o2> None 2026-05-10 01:39:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636700) 2026-05-10 01:39:20 [zomato_integration_check] INFO: Res ID 21636700: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636700&business_type=o2> None 2026-05-10 01:39:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615270) 2026-05-10 01:39:20 [zomato_integration_check] INFO: Res ID 21615270: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615270&business_type=o2> None 2026-05-10 01:39:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615422) 2026-05-10 01:39:22 [zomato_integration_check] INFO: Res ID 21615422: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615422&business_type=o2> None 2026-05-10 01:39:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636731) 2026-05-10 01:39:23 [zomato_integration_check] INFO: Res ID 21636731: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636731&business_type=o2> None 2026-05-10 01:39:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636705) 2026-05-10 01:39:23 [zomato_integration_check] INFO: Res ID 21636705: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636705&business_type=o2> None 2026-05-10 01:39:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21642390) 2026-05-10 01:39:24 [zomato_integration_check] INFO: Res ID 21642390: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21642390&business_type=o2> None 2026-05-10 01:39:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636738) 2026-05-10 01:39:25 [zomato_integration_check] INFO: Res ID 21636738: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636738&business_type=o2> None 2026-05-10 01:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:39:34 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:39:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615384) 2026-05-10 01:39:39 [zomato_integration_check] INFO: Res ID 21615384: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615384&business_type=o2> None 2026-05-10 01:39:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615392) 2026-05-10 01:39:40 [zomato_integration_check] INFO: Res ID 21615392: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615392&business_type=o2> None 2026-05-10 01:39:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19173568) 2026-05-10 01:39:40 [zomato_integration_check] INFO: Res ID 19173568: Found emails {'manish_r06@yahoo.com', 'kapoor.varun@zomato.com', 'karthigeyan.p@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ravikumar.lv@landmarkgroup.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19173568&business_type=o2> None 2026-05-10 01:39:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=71629) 2026-05-10 01:39:41 [zomato_integration_check] INFO: Res ID 71629: Found emails {'manish_r06@yahoo.com', 'kapoor.varun@zomato.com', 'krispykremelandmarkgroup@gmail.com', 'karthigeyan.p@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ravikumar.lv@landmarkgroup.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'kk.mcchennai@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=71629&business_type=o2> None 2026-05-10 01:39:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615231) 2026-05-10 01:39:41 [zomato_integration_check] INFO: Res ID 21615231: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615231&business_type=o2> None 2026-05-10 01:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:39:42 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=71417) 2026-05-10 01:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615241) 2026-05-10 01:39:42 [zomato_integration_check] INFO: Res ID 71417: Found emails {'manish_r06@yahoo.com', 'kapoor.varun@zomato.com', 'kk.forumchennai@landmarkgroup.in', 'karthigeyan.p@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ravikumar.lv@landmarkgroup.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=71417&business_type=o2> None 2026-05-10 01:39:42 [zomato_integration_check] INFO: Res ID 21615241: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615241&business_type=o2> None 2026-05-10 01:39:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18777091) 2026-05-10 01:39:44 [zomato_integration_check] INFO: Res ID 18777091: Found emails {'manish_r06@yahoo.com', 'kapoor.varun@zomato.com', 'karthigeyan.p@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ravikumar.lv@landmarkgroup.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18777091&business_type=o2> None 2026-05-10 01:39:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20551580) 2026-05-10 01:39:44 [zomato_integration_check] INFO: Res ID 20551580: Found emails {'kapoor.varun@zomato.com', 'karthigeyan.p@landmarkgroup.in', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20551580&business_type=o2> None 2026-05-10 01:39:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=70684) 2026-05-10 01:39:45 [zomato_integration_check] INFO: Res ID 70684: Found emails {'kapoor.varun@zomato.com', 'achint.kaur@zomato.com', 'karthigeyan.p@landmarkgroup.in', 'upreports@eatfit.in', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'ravikumar.lv@landmarkgroup.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'shashank@curefoods.in', 'krispykremeind@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'kk.eachennai@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=70684&business_type=o2> None 2026-05-10 01:39:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20748097) 2026-05-10 01:39:46 [zomato_integration_check] INFO: Res ID 20748097: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'khadija.assadi@zomato.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'kkhajaguda@gmail.com', 'krispykremeonline@curefoods.in', 'ali.mohammad@zomato.com', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'upreports@eatfit.in', 'sujitha.nuthi@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20748097&business_type=o2> None 2026-05-10 01:39:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21615418) 2026-05-10 01:39:48 [zomato_integration_check] INFO: Res ID 21615418: Found emails {'jayaprakash.m@eatfit.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21615418&business_type=o2> None 2026-05-10 01:39:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20946661) 2026-05-10 01:39:48 [zomato_integration_check] INFO: Res ID 20946661: Found emails {'nalla.reddy@zomato.com', 'harishsalugu@gmail.com', 'khadija.assadi@zomato.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'zaiba.taranum@zomato.com', 'kkhajaguda@gmail.com', 'krispykremeonline@curefoods.in', 'ali.mohammad@zomato.com', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in', 'ajitesh@eatfit.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20946661&business_type=o2> None 2026-05-10 01:39:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20064562) 2026-05-10 01:39:50 [zomato_integration_check] INFO: Res ID 20064562: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'pittalaranjith01@gmail.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20064562&business_type=o2> None 2026-05-10 01:39:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21805429) 2026-05-10 01:39:51 [zomato_integration_check] INFO: Res ID 21805429: Found emails {'shashank@curefoods.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21805429&business_type=o2> None 2026-05-10 01:39:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19450618) 2026-05-10 01:39:52 [zomato_integration_check] INFO: Res ID 19450618: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'kk.sarathhyd@landmarkgroup.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'sujitha.nuthi@landmarkgroup.in', 'sarathcitykrispykreme@gmail.com', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19450618&business_type=o2> None 2026-05-10 01:39:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19689064) 2026-05-10 01:39:53 [zomato_integration_check] INFO: Res ID 19689064: Found emails {'kapoor.varun@zomato.com', 'kk.khajaguda@landmarkgroup.in', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19689064&business_type=o2> None 2026-05-10 01:39:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19584562) 2026-05-10 01:39:53 [zomato_integration_check] INFO: Res ID 19584562: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19584562&business_type=o2> None 2026-05-10 01:39:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21158765) 2026-05-10 01:39:55 [zomato_integration_check] INFO: Res ID 21158765: Found emails {'sujitha.nuthi@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'devdhar.bhatia@zomato.com', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21158765&business_type=o2> None 2026-05-10 01:39:56 [scrapy.extensions.logstats] INFO: Crawled 74 pages (at 37 pages/min), scraped 72 items (at 37 items/min) 2026-05-10 01:39:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:39:57 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:39:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19450621) 2026-05-10 01:39:58 [zomato_integration_check] INFO: Res ID 19450621: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19450621&business_type=o2> None 2026-05-10 01:39:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19468287) 2026-05-10 01:39:58 [zomato_integration_check] INFO: Res ID 19468287: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'kk.gvkhyd@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'khadija.assadi@zomato.com', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19468287&business_type=o2> None 2026-05-10 01:39:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21780314) 2026-05-10 01:39:59 [zomato_integration_check] INFO: Res ID 21780314: Found emails {'sujitha.nuthi@curefoods.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21780314&business_type=o2> None 2026-05-10 01:39:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19450623) 2026-05-10 01:39:59 [zomato_integration_check] INFO: Res ID 19450623: Found emails {'kapoor.varun@zomato.com', 'kkhajaguda@gmail.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'devdhar.bhatia@zomato.com', 'manish_r06@yahoo.com', 'kk.forumhyd@landmarkgroup.in', 'shashank@curefoods.in', 'abhijith.ch@zomato.com', 'shreya.banerjee@zomato.com', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'nalla.reddy@zomato.com', 'sivasankar.velicherla@landmarkgroup.in', 'bonala.naresh@landmarkgroup.in', 'ali.mohammad@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:39:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19450623&business_type=o2> None 2026-05-10 01:39:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21781746) 2026-05-10 01:40:00 [zomato_integration_check] INFO: Res ID 21781746: Found emails {'sujitha.nuthi@curefoods.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21781746&business_type=o2> None 2026-05-10 01:40:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21149118) 2026-05-10 01:40:00 [zomato_integration_check] INFO: Res ID 21149118: Found emails {'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'ninaad@curefoods.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21149118&business_type=o2> None 2026-05-10 01:40:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20903358) 2026-05-10 01:40:01 [zomato_integration_check] INFO: Res ID 20903358: Found emails {'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'karthikjoe6@gmail.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20903358&business_type=o2> None 2026-05-10 01:40:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20785501) 2026-05-10 01:40:01 [zomato_integration_check] INFO: Res ID 20785501: Found emails {'sujitha.nuthi@landmarkgroup.in', 'kapoor.varun@zomato.com', 'kk.falconblr@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'devdhar.bhatia@zomato.com', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20785501&business_type=o2> None 2026-05-10 01:40:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19120125) 2026-05-10 01:40:05 [zomato_integration_check] INFO: Res ID 19120125: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'zaiba.taranum@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'krispykremefsn@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19120125&business_type=o2> None 2026-05-10 01:40:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20012334) 2026-05-10 01:40:06 [zomato_integration_check] INFO: Res ID 20012334: Found emails {'kapoor.varun@zomato.com', 'achint.kaur@zomato.com', 'sujitha.nuthi@curefoods.in', 'karthigeyan.p@landmarkgroup.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20012334&business_type=o2> None 2026-05-10 01:40:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=56872) 2026-05-10 01:40:14 [zomato_integration_check] INFO: Res ID 56872: Found emails {'kapoor.varun@zomato.com', 'johnsharm181@gmail.com', 'zaiba.taranum@zomato.com', 'upreports@eatfit.in', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'sujitha.nuthi@curefoods.in', 'robin.lama@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'shashank@curefoods.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=56872&business_type=o2> None 2026-05-10 01:40:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=56481) 2026-05-10 01:40:15 [zomato_integration_check] INFO: Res ID 56481: Found emails {'kapoor.varun@zomato.com', 'zaiba.taranum@zomato.com', 'upreports@eatfit.in', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'ninaad@curefoods.in', 'sujitha.nuthi@curefoods.in', 'robin.lama@landmarkgroup.in', 'kk.brigadeorion@gmail.com', 'devdhar.bhatia@zomato.com', 'shashank@curefoods.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com', 'sivasankar.velicherla@landmarkgroup.in', 'sajay.t@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=56481&business_type=o2> None 2026-05-10 01:40:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20841046) 2026-05-10 01:40:16 [zomato_integration_check] INFO: Res ID 20841046: Found emails {'kapoor.varun@zomato.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'karthikjoe6@gmail.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20841046&business_type=o2> None 2026-05-10 01:40:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19690587) 2026-05-10 01:40:18 [zomato_integration_check] INFO: Res ID 19690587: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19690587&business_type=o2> None 2026-05-10 01:40:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18674651) 2026-05-10 01:40:21 [zomato_integration_check] INFO: Res ID 18674651: Found emails {'kapoor.varun@zomato.com', 'zaiba.taranum@zomato.com', 'upreports@eatfit.in', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'robin.lama@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'shashank@curefoods.in', 'curefoods2023@gmail.com', 'krispykremeind@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com', 'sivasankar.velicherla@landmarkgroup.in', 'sajay.t@zomato.com', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18674651&business_type=o2> None 2026-05-10 01:40:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=60503) 2026-05-10 01:40:22 [zomato_integration_check] INFO: Res ID 60503: Found emails {'kapoor.varun@zomato.com', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'kkhajaguda@gmail.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in', 'upreports@eatfit.in', 'sujitha.nuthi@curefoods.in', 'robin.lama@landmarkgroup.in', 'krispykremerischmondroad@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=60503&business_type=o2> None 2026-05-10 01:40:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18777053) 2026-05-10 01:40:24 [zomato_integration_check] INFO: Res ID 18777053: Found emails {'kapoor.varun@zomato.com', 'achint.kaur@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'vimala.adusumilli@landmarkgroup.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18777053&business_type=o2> None 2026-05-10 01:40:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=57225) 2026-05-10 01:40:24 [zomato_integration_check] INFO: Res ID 57225: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'kk.jayanagar@landmarkgroup.in', 'manish.ramu@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in', 'vimala.adusumilli@landmarkgroup.in', 'upreports@eatfit.in', 'reviews@restaverse.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=57225&business_type=o2> None 2026-05-10 01:40:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=55118) 2026-05-10 01:40:25 [zomato_integration_check] INFO: Res ID 55118: Found emails {'kapoor.varun@zomato.com', 'upreports@eatfit.in', 'hongvaleishiyar@gmail.com', 'krispykremelandmarkgroup@gmail.com', 'jayaprakash.m@eatfit.in', 'manish.ramu@landmarkgroup.in', 'sujitha.nuthi@curefoods.in', 'ninaad@curefoods.in', 'robin.lama@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'hotchandani.arpita@zomato.com', 'manish_r06@yahoo.com', 'shashank@curefoods.in', 'kk.forumkoramangala@landmarkgroup.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com', 'sivasankar.velicherla@landmarkgroup.in', 'krispykremeonline@curefoods.in', 'reviews@restaverse.com', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=55118&business_type=o2> None 2026-05-10 01:40:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:40:27 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:40:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=56479) 2026-05-10 01:40:27 [zomato_integration_check] INFO: Res ID 56479: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'gopinath6055@gmail.com', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=56479&business_type=o2> None 2026-05-10 01:40:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=61491) 2026-05-10 01:40:46 [zomato_integration_check] INFO: Res ID 61491: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'prabu.sksp@gmail.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=61491&business_type=o2> None 2026-05-10 01:40:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=59461) 2026-05-10 01:40:46 [zomato_integration_check] INFO: Res ID 59461: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'zaiba.taranum@zomato.com', 'sajay.t@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'upreports@eatfit.in', 'prabu.sksp@gmail.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=59461&business_type=o2> None 2026-05-10 01:40:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21132520) 2026-05-10 01:40:47 [zomato_integration_check] INFO: Res ID 21132520: Found emails {'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'zaiba.taranum@zomato.com', 'sajay.t@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21132520&business_type=o2> None 2026-05-10 01:40:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18369807) 2026-05-10 01:40:48 [zomato_integration_check] INFO: Res ID 18369807: Found emails {'kapoor.varun@zomato.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'zaiba.taranum@zomato.com', 'sajay.t@zomato.com', 'krispykremeonline@curefoods.in', 'accounts@fanhospitality.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'sujitha.nuthi@curefoods.in', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18369807&business_type=o2> None 2026-05-10 01:40:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=58299) 2026-05-10 01:40:49 [zomato_integration_check] INFO: Res ID 58299: Found emails {'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'bipin.maharaj@zomato.com', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'krispykremeind@gmail.com', 'robin.lama@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=58299&business_type=o2> None 2026-05-10 01:40:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19210811) 2026-05-10 01:40:51 [zomato_integration_check] INFO: Res ID 19210811: Found emails {'manish_r06@yahoo.com', 'kapoor.varun@zomato.com', 'sujitha.nuthi@curefoods.in', 'jayaprakash.m@eatfit.in', 'sivasankar.velicherla@landmarkgroup.in', 'devdhar.bhatia@zomato.com', 'krispykremeonline@curefoods.in', 'shashank@curefoods.in', 'ninaad@curefoods.in', 'reviews@restaverse.com', 'manish.ramu@landmarkgroup.in', 'sudha.prabhu@landmarkgroup.in', 'upreports@eatfit.in', 'curefoods2023@gmail.com', 'blessitvincent23@gmail.com', 'kk.rmzgalleria@landmarkgroup.in', 'sujitha.nuthi@landmarkgroup.in', 'prabu.sksp@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19210811&business_type=o2> None 2026-05-10 01:40:51 [scrapy.core.engine] INFO: Closing spider (finished) 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 4665 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-05-10 01:40:51 [zomato_integration_check] INFO: 2026-05-10 01:40:51 [zomato_integration_check] INFO: {"task_id":"79a039f5-fc65-43d4-a04a-7e980436843c","status":"Task enqueued","database":null} 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:40:51 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:40:51 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '269', 'downloader/request_bytes': 427063, 'downloader/request_count': 100, 'downloader/request_method_count/GET': 99, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 563214, 'downloader/response_count': 100, 'downloader/response_status_count/200': 100, 'elapsed_time_seconds': 174.825716, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 5, 10, 1, 40, 51, 359709, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 1575316, 'httpcompression/response_count': 99, 'item_scraped_count': 98, 'items_per_minute': None, 'log_count/DEBUG': 237, 'log_count/INFO': 114, 'memusage/max': 127635456, 'memusage/startup': 114397184, 'request_depth_max': 2, 'response_received_count': 100, 'responses_per_minute': None, 'scheduler/dequeued': 100, 'scheduler/dequeued/memory': 100, 'scheduler/enqueued': 100, 'scheduler/enqueued/memory': 100, 'start_time': datetime.datetime(2026, 5, 10, 1, 37, 56, 533993, tzinfo=datetime.timezone.utc)} 2026-05-10 01:40:51 [scrapy.core.engine] INFO: Spider closed (finished)