2026-05-10 01:35:28 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-05-10 01:35:28 [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:35:28 [zomato_integration_check] INFO: Dynamic attribute _job = ca7efc604c0f11f1a1c4fdb76d1b31f2 2026-05-10 01:35:28 [zomato_integration_check] INFO: Connected to Redis 2026-05-10 01:35:28 [scrapy.addons] INFO: Enabled addons: [] 2026-05-10 01:35:28 [asyncio] DEBUG: Using selector: EpollSelector 2026-05-10 01:35:28 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-10 01:35:28 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-10 01:35:28 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-10 01:35:28 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-10 01:35:28 [scrapy.extensions.telnet] INFO: Telnet Password: 5414d7052c71fb63 2026-05-10 01:35:28 [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:35:28 [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/ca7efc604c0f11f1a1c4fdb76d1b31f2.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:35:31 [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:35:31 [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:35:31 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-05-10 01:35:31 [scrapy.core.engine] INFO: Spider opened 2026-05-10 01:35:31 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-05-10 01:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:35:32 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-05-10 01:35:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6026 2026-05-10 01:35:32 [zomato_integration_check] INFO: No Redis session found for client_id=224, falling back to DB 2026-05-10 01:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:35:32 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3363 2026-05-10 01:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:35:36 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6770155 HTTP/11" 200 None 2026-05-10 01:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:35:37 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-05-10 01:35:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-05-10 01:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:35:40 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-05-10 01:35:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-05-10 01:35:42 [zomato_integration_check] INFO: Found 18 restaurant IDs from database for client_id 224 2026-05-10 01:35:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22540951) 2026-05-10 01:35:42 [zomato_integration_check] INFO: Res ID 22540951: Found emails {'kirtika@pebblestreethospitality.com', 'kokogoregaon@gmail.com', 'shiksha@restaverse.com', 'reviews@restaverse.com', 'internal.ops@restaverse.com', 'vama@pshpl.com', 'suhani@pshpl.com', 'pratiik@pshpl.com', 'manish@restaverse.com', 'dhun.jain@zomato.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22540951&business_type=o2> None 2026-05-10 01:35:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22307432) 2026-05-10 01:35:44 [zomato_integration_check] INFO: Res ID 22307432: Found emails {'kirtika@pebblestreethospitality.com', 'krina@pshpl.com', 'shiksha@restaverse.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'sensaikat120@gmail.com', 'internal.ops@restaverse.com', 'ayush@kokorestaurant.in', 'shravani.l@zomato.com', 'suhani@pshpl.com', 'eric.gonsalves@kokorestaurant.in', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22307432&business_type=o2> None 2026-05-10 01:35:44 [scrapeops_scrapy.middleware.retry] DEBUG: Retrying (failed 1 times): [] 2026-05-10 01:35:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21420233) 2026-05-10 01:35:45 [zomato_integration_check] INFO: Res ID 21420233: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'shreashth.thakre@zomato.com', 'amit@foorestaurant.com', 'shiksha@restaverse.com', 'peter@foorestaurant.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'cashier.pune@foorestaurant.com', 'gaurav@foorestaurant.com', 'internal.ops@restaverse.com', 'suhani@pshpl.com', 'manish@restaverse.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21420233&business_type=o2> None 2026-05-10 01:35:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20816697) 2026-05-10 01:35:46 [zomato_integration_check] INFO: Res ID 20816697: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'shiksha@restaverse.com', 'harsh@foorestaurant.com', 'ujjwal.chauhan@zomato.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'gunjan.gupta@zomato.com', 'internal.ops@restaverse.com', 'sachin@pshpl.com', 'suhani@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20816697&business_type=o2> None 2026-05-10 01:35:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21494415) 2026-05-10 01:35:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21156145) 2026-05-10 01:35:46 [zomato_integration_check] INFO: Res ID 21494415: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'shiksha@restaverse.com', 'ujjwal.chauhan@zomato.com', 'cashier.hyderabad@kokorestaurant.in', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'internal.ops@restaverse.com', 'vama@pshpl.com', 'karthika.jhawar@zomato.com', 'kotakonda.pranaya@zomato.com', 'suhani@pshpl.com', 'manish@restaverse.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21494415&business_type=o2> None 2026-05-10 01:35:46 [zomato_integration_check] INFO: Res ID 21156145: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'cashier.hyderabad@foorestaurant.com', 'shiksha@restaverse.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'karthika.jhawar@zomato.com', 'kotakonda.pranaya@zomato.com', 'suhani@pshpl.com', 'manish@restaverse.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21156145&business_type=o2> None 2026-05-10 01:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:35:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:35:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19824933) 2026-05-10 01:35:47 [zomato_integration_check] INFO: Res ID 19824933: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'shiksha@restaverse.com', 'ujjwal.chauhan@zomato.com', 'gupta.rishabh@zomato.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'tanna.vinit@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'murtuza@foorestaurant.com', 'sachin@pshpl.com', 'suhani@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19824933&business_type=o2> None 2026-05-10 01:35:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20499504) 2026-05-10 01:35:47 [zomato_integration_check] INFO: Res ID 20499504: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'shiksha@restaverse.com', 'ujjwal.chauhan@zomato.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'dinesh@foorestaurant.com', 'cashier.rex@foorestaurant.com', 'ayush@kokorestaurant.in', 'internal.ops@restaverse.com', 'shravani.l@zomato.com', 'suhani@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20499504&business_type=o2> None 2026-05-10 01:35:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20943958) 2026-05-10 01:35:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20388081) 2026-05-10 01:35:52 [zomato_integration_check] INFO: Res ID 20943958: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'shiksha@restaverse.com', 'piyushku@zomato.com', 'cashier.thane@foorestaurant.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'akshayrao7232@gmail.com', 'sachin@pshpl.com', 'suhani@pshpl.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20943958&business_type=o2> None 2026-05-10 01:35:52 [zomato_integration_check] INFO: Res ID 20388081: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'marketing@pebblestreethospitality.com', 'amit@foorestaurant.com', 'shiksha@restaverse.com', 'sukanya.dutt@zomato.com', 'reviews@restaverse.com', 'deviprasadsuvarna26@gmail.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'gupta.anmol@zomato.com', 'mahadev@pshpl.com', 'suhani@pshpl.com', 'suhani@pebblestreethospitality.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20388081&business_type=o2> None 2026-05-10 01:35:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20269787) 2026-05-10 01:35:53 [zomato_integration_check] INFO: Res ID 20269787: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'amit@foorestaurant.com', 'satyankar.singla@zomato.com', 'shiksha@restaverse.com', 'jagrit.valluru@zomato.com', 'foo.cashier@nescofoods.in', 'reviews@restaverse.com', 'internal.ops@restaverse.com', 'pratiik@pshpl.com', 'accounts15@nesco.in', 'suhani@pshpl.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20269787&business_type=o2> None 2026-05-10 01:35:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19169880) 2026-05-10 01:35:54 [zomato_integration_check] INFO: Res ID 19169880: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'satyankar.singla@zomato.com', 'shiksha@restaverse.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'murtuza@foorestaurant.com', 'nikunj@pshpl.com', 'sachin@pshpl.com', 'suhani@pshpl.com', 'ayan.dev@zomato.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19169880&business_type=o2> None 2026-05-10 01:35:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19894583) 2026-05-10 01:35:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20083149) 2026-05-10 01:35:55 [zomato_integration_check] INFO: Res ID 19894583: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'sachin@foorestaurant.com', 'gagan.singh@zomato.com', 'devdhar.bhatia@zomato.com', 'accounts@pebblestreethospitality.com', 'ops.manager@pebblestreethospitality.com', 'singh.pratik@zomato.com', 'sachin@pshpl.com', 'suhani@pebblestreethospitality.com', 'esha@pshpl.com', 'armaan.pruthi@zomato.com', 'internal.ops@restaverse.com', 'pratiik@pshpl.com', 'dhruv.mavani@zomato.com', 'nikunj@pshpl.com', 'satyankar.singla@zomato.com', 'shiksha@restaverse.com', 'ujjwal.chauhan@zomato.com', 'suhani@pshpl.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19894583&business_type=o2> None 2026-05-10 01:35:55 [zomato_integration_check] INFO: Res ID 20083149: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'satyankar.singla@zomato.com', 'pranav.prasad@zomato.com', 'shiksha@restaverse.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'ops.manager@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'kailas@foorestaurant.com', 'mahadev@pshpl.com', 'singh.pratik@zomato.com', 'suhani@pshpl.com', 'pathan.kalima@zomato.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20083149&business_type=o2> None 2026-05-10 01:35:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18733959) 2026-05-10 01:35:56 [zomato_integration_check] INFO: Res ID 18733959: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'armaan.pruthi@zomato.com', 'shiksha@restaverse.com', 'arijit.moitra@zomato.com', 'ujjwal.chauhan@zomato.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'accounts@pebblestreethospitality.com', 'internal.ops@restaverse.com', 'murtuza@foorestaurant.com', 'cashier@foorestaurant.com', 'sachin@pshpl.com', 'suhani@pshpl.com', 'pathan.kalima@zomato.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com', 'esha@pshpl.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18733959&business_type=o2> None 2026-05-10 01:35:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18354537) 2026-05-10 01:35:58 [zomato_integration_check] INFO: Res ID 18354537: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'dhun.jain@zomato.com', 'ssuhanee@gmail.com', 'dhriti.sharma@zomato.com', 'pratik.katre@zomato.com', 'armaan.pruthi@zomato.com', 'tapan.gandhi@zomato.com', 'internal.ops@restaverse.com', 'manish@restaverse.com', 'pathan.kalima@zomato.com', 'joel.g@kokorestaurant.in', 'shiksha@restaverse.com', 'harsh.sinha@zomato.com', 'ujjwal.chauhan@zomato.com', 'vama@pshpl.com', 'suhani@pshpl.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18354537&business_type=o2> None 2026-05-10 01:35:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20829551) 2026-05-10 01:35:58 [zomato_integration_check] INFO: Res ID 20829551: Found emails {'kirtika@pebblestreethospitality.com', 'patolianikunj@yahoo.com', 'amit@foorestaurant.com', 'reviews@restaverse.com', 'sagar.rajput@zomato.com', 'shravani.l@zomato.com', 'suhani@pebblestreethospitality.com', 'armaan.pruthi@zomato.com', 'internal.ops@restaverse.com', 'ayush@kokorestaurant.in', 'pratyushvora@yahoo.com', 'kamal@kokorestaurant.in', 'manish@restaverse.com', 'ayan.dev@zomato.com', 'marketing@pebblestreethospitality.com', 'shiksha@restaverse.com', 'sukrit@kokorestaurant.in', 'ujjwal.chauhan@zomato.com', 'cashier.bangalore@kokorestaurant.in', 'vama@pshpl.com', 'suhani@pshpl.com', 'eric.gonsalves@kokorestaurant.in', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20829551&business_type=o2> None 2026-05-10 01:35:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22537649) 2026-05-10 01:35:59 [zomato_integration_check] INFO: Res ID 22537649: Found emails {'kirtika@pebblestreethospitality.com', 'ericdsouza1303@gmail.com', 'krina@pshpl.com', 'reviews@restaverse.com', 'fooborivalidesk@gmail.com', 'internal.ops@restaverse.com', 'suhani@pshpl.com', 'pratiik@pshpl.com', 'manish@restaverse.com', 'nikunj@pshpl.com', 'bluffmastergogo@gmail.com'}, target: reviews@restaverse.com, zomato_manager_access: True 2026-05-10 01:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22537649&business_type=o2> None 2026-05-10 01:35:59 [scrapy.core.engine] INFO: Closing spider (finished) 2026-05-10 01:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:35:59 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 868 2026-05-10 01:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-10 01:35:59 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-05-10 01:35:59 [zomato_integration_check] INFO: 2026-05-10 01:35:59 [zomato_integration_check] INFO: {"task_id":"18e12221-0c04-46ab-93ca-d8ab6f46553b","status":"Task enqueued","database":null} 2026-05-10 01:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-10 01:36:01 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-10 01:36:01 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '224', 'downloader/exception_count': 1, 'downloader/exception_type_count/twisted.web._newclient.ResponseNeverReceived': 1, 'downloader/request_bytes': 89213, 'downloader/request_count': 21, 'downloader/request_method_count/GET': 20, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 113327, 'downloader/response_count': 20, 'downloader/response_status_count/200': 20, 'elapsed_time_seconds': 27.752889, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 5, 10, 1, 35, 59, 733682, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 382021, 'httpcompression/response_count': 19, 'item_scraped_count': 18, 'items_per_minute': None, 'log_count/DEBUG': 62, 'log_count/INFO': 32, 'memusage/max': 114434048, 'memusage/startup': 114434048, 'request_depth_max': 2, 'response_received_count': 20, 'responses_per_minute': None, 'retry/count': 1, 'retry/reason_count/twisted.web._newclient.ResponseNeverReceived': 1, 'scheduler/dequeued': 21, 'scheduler/dequeued/memory': 21, 'scheduler/enqueued': 21, 'scheduler/enqueued/memory': 21, 'start_time': datetime.datetime(2026, 5, 10, 1, 35, 31, 980793, tzinfo=datetime.timezone.utc)} 2026-05-10 01:36:01 [scrapy.core.engine] INFO: Spider closed (finished)