2026-07-07 01:30:07 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-07-07 01:30:07 [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-07-07 01:30:07 [zomato_integration_check] INFO: Dynamic attribute _job = 5ff7fad779a311f1a1c4fdb76d1b31f2 2026-07-07 01:30:07 [zomato_integration_check] INFO: Connected to Redis 2026-07-07 01:30:07 [scrapy.addons] INFO: Enabled addons: [] 2026-07-07 01:30:07 [asyncio] DEBUG: Using selector: EpollSelector 2026-07-07 01:30:07 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-07-07 01:30:07 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-07-07 01:30:07 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-07-07 01:30:07 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-07-07 01:30:07 [scrapy.extensions.telnet] INFO: Telnet Password: 23fda2c51a2baef3 2026-07-07 01:30:07 [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-07-07 01:30:07 [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/5ff7fad779a311f1a1c4fdb76d1b31f2.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-07-07 01:30:14 [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-07-07 01:30:14 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-07-07 01:30:14 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-07-07 01:30:14 [scrapy.core.engine] INFO: Spider opened 2026-07-07 01:30:14 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-07-07 01:30:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:15 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-07-07 01:30:15 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024 2026-07-07 01:30:15 [zomato_integration_check] INFO: No Redis session found for client_id=23, falling back to DB 2026-07-07 01:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-07-07 01:30:15 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3397 2026-07-07 01:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:16 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=7222307 HTTP/11" 200 None 2026-07-07 01:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-07-07 01:30:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-07-07 01:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:29 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-07-07 01:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:30 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-07-07 01:30:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-07-07 01:30:32 [zomato_integration_check] INFO: Found 25 restaurant IDs from database for client_id 23 2026-07-07 01:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:44 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-07-07 01:30:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22803458) 2026-07-07 01:30:55 [zomato_integration_check] INFO: Res ID 22803458: Found emails {'customercare@eatberiyan.com', 'hobopx@marveltech.co.in', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22803458&business_type=o2> None 2026-07-07 01:30:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22803465) 2026-07-07 01:30:56 [zomato_integration_check] INFO: Res ID 22803465: Found emails {'customercare@eatberiyan.com', 'hobopx@marveltech.co.in', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22803465&business_type=o2> None 2026-07-07 01:30:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22286073) 2026-07-07 01:30:56 [zomato_integration_check] INFO: Res ID 22286073: Found emails {'customercare@eatberiyan.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22286073&business_type=o2> None 2026-07-07 01:30:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21371753) 2026-07-07 01:30:57 [zomato_integration_check] INFO: Res ID 21371753: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'arijit.moitra@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21371753&business_type=o2> None 2026-07-07 01:30:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21422492) 2026-07-07 01:30:58 [zomato_integration_check] INFO: Res ID 21422492: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21422492&business_type=o2> None 2026-07-07 01:30:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21340081) 2026-07-07 01:30:59 [zomato_integration_check] INFO: Res ID 21340081: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'arijit.moitra@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21340081&business_type=o2> None 2026-07-07 01:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:30:59 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-07-07 01:31:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21371702) 2026-07-07 01:31:00 [zomato_integration_check] INFO: Res ID 21371702: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21371702&business_type=o2> None 2026-07-07 01:31:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21340127) 2026-07-07 01:31:01 [zomato_integration_check] INFO: Res ID 21340127: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'hobopxmarketing@gmail.com', 'akshith.gopi@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21340127&business_type=o2> None 2026-07-07 01:31:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21397283) 2026-07-07 01:31:01 [zomato_integration_check] INFO: Res ID 21397283: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21397283&business_type=o2> None 2026-07-07 01:31:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21424762) 2026-07-07 01:31:02 [zomato_integration_check] INFO: Res ID 21424762: Found emails {'fp.houseofberiyan@gmail.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'hobopx@marveltech.co.in', 'tushar.kumar@zomato.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21424762&business_type=o2> None 2026-07-07 01:31:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21274227) 2026-07-07 01:31:02 [zomato_integration_check] INFO: Res ID 21274227: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'arijit.moitra@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21274227&business_type=o2> None 2026-07-07 01:31:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21275968) 2026-07-07 01:31:03 [zomato_integration_check] INFO: Res ID 21275968: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21275968&business_type=o2> None 2026-07-07 01:31:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22729510) 2026-07-07 01:31:05 [zomato_integration_check] INFO: Res ID 22729510: Found emails {'hobopx@marveltech.co.in', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22729510&business_type=o2> None 2026-07-07 01:31:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21397272) 2026-07-07 01:31:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22729512) 2026-07-07 01:31:05 [zomato_integration_check] INFO: Res ID 21397272: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21397272&business_type=o2> None 2026-07-07 01:31:05 [zomato_integration_check] INFO: Res ID 22729512: Found emails {'hobopx@marveltech.co.in', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22729512&business_type=o2> None 2026-07-07 01:31:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21276113) 2026-07-07 01:31:06 [zomato_integration_check] INFO: Res ID 21276113: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21276113&business_type=o2> None 2026-07-07 01:31:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20900792) 2026-07-07 01:31:07 [zomato_integration_check] INFO: Res ID 20900792: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'virensaldanha1608@gmail.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20900792&business_type=o2> None 2026-07-07 01:31:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20711623) 2026-07-07 01:31:07 [zomato_integration_check] INFO: Res ID 20711623: Found emails {'fp.houseofberiyan@gmail.com', 'mariyam@eatberiyan.com', 'jiyan@eatberiyan.com', 'reviews-3@restaverse.com', 'akshith.gopi@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20711623&business_type=o2> None 2026-07-07 01:31:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21005995) 2026-07-07 01:31:08 [zomato_integration_check] INFO: Res ID 21005995: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21005995&business_type=o2> None 2026-07-07 01:31:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20692116) 2026-07-07 01:31:08 [zomato_integration_check] INFO: Res ID 20692116: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20692116&business_type=o2> None 2026-07-07 01:31:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936364) 2026-07-07 01:31:09 [zomato_integration_check] INFO: Res ID 20936364: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'virensaldanha1608@gmail.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936364&business_type=o2> None 2026-07-07 01:31:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21124209) 2026-07-07 01:31:09 [zomato_integration_check] INFO: Res ID 21124209: Found emails {'hobopx@marveltech.co.in', 'akshith.gopi@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21124209&business_type=o2> None 2026-07-07 01:31:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20516034) 2026-07-07 01:31:10 [zomato_integration_check] INFO: Res ID 20516034: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'gunjan.gupta@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20516034&business_type=o2> None 2026-07-07 01:31:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20749244) 2026-07-07 01:31:10 [zomato_integration_check] INFO: Res ID 20749244: Found emails {'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'virensaldanha1608@gmail.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20749244&business_type=o2> None 2026-07-07 01:31:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20494988) 2026-07-07 01:31:11 [zomato_integration_check] INFO: Res ID 20494988: Found emails {'pm@weareflinch.com', 'satbirsingh.lote@zomato.com', 'reviews-3@restaverse.com', 'jiyan@eatberiyan.com', 'akshith.gopi@zomato.com', 'hobopx@marveltech.co.in'}, target: reviews-3@restaverse.com, zomato_manager_access: True 2026-07-07 01:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20494988&business_type=o2> None 2026-07-07 01:31:11 [scrapy.core.engine] INFO: Closing spider (finished) 2026-07-07 01:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-07-07 01:31:11 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 1222 2026-07-07 01:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-07-07 01:31:11 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-07-07 01:31:11 [zomato_integration_check] INFO: 2026-07-07 01:31:11 [zomato_integration_check] INFO: {"task_id":"ab124022-ca74-4fca-adc8-ac2a607aac3a","status":"Task enqueued","database":null} 2026-07-07 01:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-07-07 01:31:12 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-07-07 01:31:12 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '23', 'downloader/request_bytes': 116047, 'downloader/request_count': 27, 'downloader/request_method_count/GET': 26, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 136706, 'downloader/response_count': 27, 'downloader/response_status_count/200': 27, 'elapsed_time_seconds': 57.51092, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 7, 7, 1, 31, 11, 879913, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 257163, 'httpcompression/response_count': 26, 'item_scraped_count': 25, 'items_per_minute': None, 'log_count/DEBUG': 79, 'log_count/INFO': 39, 'memusage/max': 118595584, 'memusage/startup': 118595584, 'request_depth_max': 2, 'response_received_count': 27, 'responses_per_minute': None, 'scheduler/dequeued': 27, 'scheduler/dequeued/memory': 27, 'scheduler/enqueued': 27, 'scheduler/enqueued/memory': 27, 'start_time': datetime.datetime(2026, 7, 7, 1, 30, 14, 368993, tzinfo=datetime.timezone.utc)} 2026-07-07 01:31:12 [scrapy.core.engine] INFO: Spider closed (finished)