2026-05-09 01:33:13 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-05-09 01:33:13 [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-09 01:33:13 [zomato_integration_check] INFO: Dynamic attribute _job = 9c8cfc834b4611f1a1c4fdb76d1b31f2 2026-05-09 01:33:13 [zomato_integration_check] INFO: Connected to Redis 2026-05-09 01:33:13 [scrapy.addons] INFO: Enabled addons: [] 2026-05-09 01:33:13 [asyncio] DEBUG: Using selector: EpollSelector 2026-05-09 01:33:13 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-09 01:33:13 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-09 01:33:13 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-09 01:33:13 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-09 01:33:13 [scrapy.extensions.telnet] INFO: Telnet Password: 9be65f3b545fec2b 2026-05-09 01:33:13 [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-09 01:33:13 [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/9c8cfc834b4611f1a1c4fdb76d1b31f2.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-09 01:33:16 [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-09 01:33:16 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-05-09 01:33:16 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-05-09 01:33:16 [scrapy.core.engine] INFO: Spider opened 2026-05-09 01:33:16 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-05-09 01:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-05-09 01:33:17 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2026-05-09 01:33:17 [zomato_integration_check] INFO: No Redis session found for client_id=119, falling back to DB 2026-05-09 01:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:33:17 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3399 2026-05-09 01:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:18 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6762145 HTTP/11" 200 None 2026-05-09 01:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:18 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-05-09 01:33:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-05-09 01:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:24 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-05-09 01:33:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-05-09 01:33:26 [zomato_integration_check] INFO: Found 32 restaurant IDs from database for client_id 119 2026-05-09 01:33:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21200710) 2026-05-09 01:33:29 [zomato_integration_check] INFO: Res ID 21200710: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21200710&business_type=o2> None 2026-05-09 01:33:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21469947) 2026-05-09 01:33:29 [zomato_integration_check] INFO: Res ID 21469947: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'anamika.m@bombaysweetshop.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21469947&business_type=o2> None 2026-05-09 01:33:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19347326) 2026-05-09 01:33:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20775184) 2026-05-09 01:33:30 [zomato_integration_check] INFO: Res ID 19347326: Found emails {'seema.parihar@hungerinc.in', 'bss@optipro.ai', 'shiksha@restaverse.com', 'niharika.gotety@zomato.com', 'samir@bombaysweetshop.com', 'namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'manish@restaverse.com', 'client@restaverse.com', 'pranay.arora@bombaysweetshop.com', 'yash.bhanage@hungerinc.in', 'ujjwal.chauhan@zomato.com', 'nandish.parashar@zomato.com', 'bsshop@optipro.ai', 'internal.ops@restaverse.com', 'manik.dahiya@zomato.com', 'sameer.seth@hungerinc.in', 'mehrin.vohra@zomato.com', 'parthvi.mody@zomato.com', 'orm.hungerinc@gmail.com', 'madhu.kumar@hungerinc.in', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19347326&business_type=o2> None 2026-05-09 01:33:30 [zomato_integration_check] INFO: Res ID 20775184: Found emails {'seema.parihar@hungerinc.in', 'bss@optipro.ai', 'shiksha@restaverse.com', 'niharika.gotety@zomato.com', 'samir@bombaysweetshop.com', 'kunalvichare009@gmail.com', 'namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'manish@restaverse.com', 'client@restaverse.com', 'anshi.jain@zomato.com', 'pranay.arora@bombaysweetshop.com', 'yash.bhanage@hungerinc.in', 'vishwakarmamamta920@gmail.com', 'bsshop@optipro.ai', 'nikhilbhat17@yahoo.com', 'internal.ops@restaverse.com', 'manik.dahiya@zomato.com', 'mehrin.vohra@zomato.com', 'parthvi.mody@zomato.com', 'orm.hungerinc@gmail.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20775184&business_type=o2> None 2026-05-09 01:33:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20873566) 2026-05-09 01:33:30 [zomato_integration_check] INFO: Res ID 20873566: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20873566&business_type=o2> None 2026-05-09 01:33:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22682724) 2026-05-09 01:33:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21085665) 2026-05-09 01:33:31 [zomato_integration_check] INFO: Res ID 22682724: Found emails {'manish@restaverse.com', 'parthvi.mody@zomato.com', 'client@restaverse.com', 'internal.ops@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22682724&business_type=o2> None 2026-05-09 01:33:31 [zomato_integration_check] INFO: Res ID 21085665: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21085665&business_type=o2> None 2026-05-09 01:33:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20774393) 2026-05-09 01:33:31 [zomato_integration_check] INFO: Res ID 20774393: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20774393&business_type=o2> None 2026-05-09 01:33:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22279111) 2026-05-09 01:33:32 [zomato_integration_check] INFO: Res ID 22279111: Found emails {'seema.parihar@hungerinc.in', 'samir@bombaysweetshop.com', 'shiksha@restaverse.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22279111&business_type=o2> None 2026-05-09 01:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:35 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:33:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22279033) 2026-05-09 01:33:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22599068) 2026-05-09 01:33:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20448799) 2026-05-09 01:33:35 [zomato_integration_check] INFO: Res ID 22279033: Found emails {'seema.parihar@hungerinc.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'shiksha@restaverse.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22279033&business_type=o2> None 2026-05-09 01:33:35 [zomato_integration_check] INFO: Res ID 22599068: Found emails {'yadav.chetan@zomato.com', 'parthvi.mody@zomato.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'anshi.jain@zomato.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22599068&business_type=o2> None 2026-05-09 01:33:35 [zomato_integration_check] INFO: Res ID 20448799: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'negi.anushka19@gmail.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20448799&business_type=o2> None 2026-05-09 01:33:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22278655) 2026-05-09 01:33:36 [zomato_integration_check] INFO: Res ID 22278655: Found emails {'seema.parihar@hungerinc.in', 'samir@bombaysweetshop.com', 'shiksha@restaverse.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22278655&business_type=o2> None 2026-05-09 01:33:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22215692) 2026-05-09 01:33:37 [zomato_integration_check] INFO: Res ID 22215692: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22215692&business_type=o2> None 2026-05-09 01:33:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22682818) 2026-05-09 01:33:37 [zomato_integration_check] INFO: Res ID 22682818: Found emails {'manish@restaverse.com', 'parthvi.mody@zomato.com', 'client@restaverse.com', 'internal.ops@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22682818&business_type=o2> None 2026-05-09 01:33:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22127990) 2026-05-09 01:33:38 [zomato_integration_check] INFO: Res ID 22127990: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22127990&business_type=o2> None 2026-05-09 01:33:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22087383) 2026-05-09 01:33:38 [zomato_integration_check] INFO: Res ID 22087383: Found emails {'seema.parihar@hungerinc.in', 'samir@bombaysweetshop.com', 'ujjwal.chauhan@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'parthvi.mody@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'client@restaverse.com', 'anshi.jain@zomato.com', 'mouzimakhan@icloud.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22087383&business_type=o2> None 2026-05-09 01:33:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21789696) 2026-05-09 01:33:39 [zomato_integration_check] INFO: Res ID 21789696: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21789696&business_type=o2> None 2026-05-09 01:33:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21395028) 2026-05-09 01:33:40 [zomato_integration_check] INFO: Res ID 21395028: Found emails {'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'niharika.gotety@zomato.com', 'samir@bombaysweetshop.com', 'prajwal.dcunha@bombaysweetshop.com', 'namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'manish@restaverse.com', 'client@restaverse.com', 'anshi.jain@zomato.com', 'pranay.arora@bombaysweetshop.com', 'internal.ops@restaverse.com', 'manik.dahiya@zomato.com', 'ahana1813@gmail.com', 'mehrin.vohra@zomato.com', 'hotchandani.arpita@zomato.com', 'parthvi.mody@zomato.com', 'orm.hungerinc@gmail.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21395028&business_type=o2> None 2026-05-09 01:33:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18583679) 2026-05-09 01:33:40 [zomato_integration_check] INFO: Res ID 18583679: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'jagrit.valluru@zomato.com', 'mehrin.vohra@zomato.com', 'reservations@opedromumbai.com', 'namita_mitla@hotmail.com', 'seema.s.singhania@gmail.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'vrinda.kabra@please-see.com', 'client@restaverse.com', 'vipul.ahuja@zomato.com', 'manik.dahiya@zomato.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18583679&business_type=o2> None 2026-05-09 01:33:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21671961) 2026-05-09 01:33:42 [zomato_integration_check] INFO: Res ID 21671961: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21671961&business_type=o2> None 2026-05-09 01:33:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21273811) 2026-05-09 01:33:42 [zomato_integration_check] INFO: Res ID 21273811: Found emails {'seema.parihar@hungerinc.in', 'fofo@cakezone.com', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21273811&business_type=o2> None 2026-05-09 01:33:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21273802) 2026-05-09 01:33:43 [zomato_integration_check] INFO: Res ID 21273802: Found emails {'seema.parihar@hungerinc.in', 'fofo@cakezone.com', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21273802&business_type=o2> None 2026-05-09 01:33:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581235) 2026-05-09 01:33:44 [zomato_integration_check] INFO: Res ID 20581235: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'gulshan@kytchens.in', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581235&business_type=o2> None 2026-05-09 01:33:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=16541542) 2026-05-09 01:33:44 [zomato_integration_check] INFO: Res ID 16541542: Found emails {'armaan.pruthi@zomato.com', 'seema.parihar@hungerinc.in', 'pathan.kalima@zomato.com', 'mehrin.vohra@zomato.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'orm.hungerinc@gmail.com', 'ayan.dev@zomato.com', 'reservations@thebombaycanteen.com', 'client@restaverse.com', 'manik.dahiya@zomato.com', 'tanna.vinit@zomato.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=16541542&business_type=o2> None 2026-05-09 01:33:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21344493) 2026-05-09 01:33:45 [zomato_integration_check] INFO: Res ID 21344493: Found emails {'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21344493&business_type=o2> None 2026-05-09 01:33:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20614406) 2026-05-09 01:33:45 [zomato_integration_check] INFO: Res ID 20614406: Found emails {'seema.parihar@hungerinc.in', 'bhoomi.jain@zomato.com', 'pathan.kalima@zomato.com', 'namita.mitla@hungerinc.in', 'gunjan.gupta@zomato.com', 'mehrin.vohra@zomato.com', 'jagrit.valluru@zomato.com', 'milonee.madiyar@flame.edu.in', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@veronicasbombay.com', 'anamika.tripathi@zomato.com', 'client@restaverse.com', 'manik.dahiya@zomato.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20614406&business_type=o2> None 2026-05-09 01:33:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20703742) 2026-05-09 01:33:47 [zomato_integration_check] INFO: Res ID 20703742: Found emails {'seema.parihar@hungerinc.in', 'samir@bombaysweetshop.com', 'ujjwal.chauhan@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'parthvi.mody@zomato.com', 'oshiwara@bombaysweetshop.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'sakshi.singh@bombaysweetshop.com', 'client@restaverse.com', 'manish@restaverse.com', 'anshi.jain@zomato.com', 'manik.dahiya@zomato.com', 'piyushku@zomato.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20703742&business_type=o2> None 2026-05-09 01:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:33:49 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:33:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21268899) 2026-05-09 01:33:49 [zomato_integration_check] INFO: Res ID 21268899: Found emails {'seema.parihar@hungerinc.in', 'fofo@cakezone.com', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'manish@restaverse.com', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21268899&business_type=o2> None 2026-05-09 01:33:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20771287) 2026-05-09 01:33:54 [zomato_integration_check] INFO: Res ID 20771287: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'namita.mitla@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'anamika.m@bombaysweetshop.com', 'hello@bombaysweetshop.com', 'client@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20771287&business_type=o2> None 2026-05-09 01:33:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581207) 2026-05-09 01:33:55 [zomato_integration_check] INFO: Res ID 20581207: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'vanshika.a@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'anamika.m@bombaysweetshop.com', 'hello@bombaysweetshop.com', 'client@restaverse.com', 'pranay.arora@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581207&business_type=o2> None 2026-05-09 01:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:34:03 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:34:16 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 33 pages/min), scraped 31 items (at 31 items/min) 2026-05-09 01:34:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:34:18 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:34:20 [scrapeops_scrapy.middleware.retry] DEBUG: Retrying (failed 1 times): [] 2026-05-09 01:34:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581188) 2026-05-09 01:34:23 [zomato_integration_check] INFO: Res ID 20581188: Found emails {'yash.bhanage@hungerinc.in', 'seema.parihar@hungerinc.in', 'accounts@kytchens.in', 'samir@bombaysweetshop.com', 'parthvi.mody@zomato.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'bss@optipro.ai', 'manish@restaverse.com', 'bsshop@optipro.ai', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'anamika.m@bombaysweetshop.com', 'hello@bombaysweetshop.com', 'negi.anushka19@gmail.com', 'client@restaverse.com', 'sakshi.singh@bombaysweetshop.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581188&business_type=o2> None 2026-05-09 01:34:23 [scrapy.core.engine] INFO: Closing spider (finished) 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 1544 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-05-09 01:34:23 [zomato_integration_check] INFO: 2026-05-09 01:34:23 [zomato_integration_check] INFO: {"task_id":"9cd0a481-5034-4b19-9152-778a9f6b2bec","status":"Task enqueued","database":null} 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:34:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:34:23 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '119', 'downloader/exception_count': 1, 'downloader/exception_type_count/twisted.web._newclient.ResponseNeverReceived': 1, 'downloader/request_bytes': 150673, 'downloader/request_count': 35, 'downloader/request_method_count/GET': 34, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 193172, 'downloader/response_count': 34, 'downloader/response_status_count/200': 34, 'elapsed_time_seconds': 66.792316, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 5, 9, 1, 34, 23, 330141, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 558104, 'httpcompression/response_count': 33, 'item_scraped_count': 32, 'items_per_minute': None, 'log_count/DEBUG': 96, 'log_count/INFO': 47, 'memusage/max': 127664128, 'memusage/startup': 114425856, 'request_depth_max': 2, 'response_received_count': 34, 'responses_per_minute': None, 'retry/count': 1, 'retry/reason_count/twisted.web._newclient.ResponseNeverReceived': 1, 'scheduler/dequeued': 35, 'scheduler/dequeued/memory': 35, 'scheduler/enqueued': 35, 'scheduler/enqueued/memory': 35, 'start_time': datetime.datetime(2026, 5, 9, 1, 33, 16, 537825, tzinfo=datetime.timezone.utc)} 2026-05-09 01:34:23 [scrapy.core.engine] INFO: Spider closed (finished)