2026-05-09 01:30:11 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2026-05-09 01:30:11 [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:30:11 [zomato_integration_check] INFO: Dynamic attribute _job = 991ec46d4b4611f1a1c4fdb76d1b31f2 2026-05-09 01:30:11 [zomato_integration_check] INFO: Connected to Redis 2026-05-09 01:30:11 [scrapy.addons] INFO: Enabled addons: [] 2026-05-09 01:30:11 [asyncio] DEBUG: Using selector: EpollSelector 2026-05-09 01:30:11 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-09 01:30:11 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-09 01:30:11 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-05-09 01:30:11 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-05-09 01:30:11 [scrapy.extensions.telnet] INFO: Telnet Password: 17f1dd5ce7e86110 2026-05-09 01:30:11 [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:30:11 [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/991ec46d4b4611f1a1c4fdb76d1b31f2.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:30:20 [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:30:20 [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:30:20 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2026-05-09 01:30:20 [scrapy.core.engine] INFO: Spider opened 2026-05-09 01:30:20 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-05-09 01:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:22 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2026-05-09 01:30:22 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6030 2026-05-09 01:30:22 [zomato_integration_check] INFO: No Redis session found for client_id=52, falling back to DB 2026-05-09 01:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:30:22 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 3398 2026-05-09 01:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=6762095 HTTP/11" 200 None 2026-05-09 01:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:24 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2026-05-09 01:30:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/) 2026-05-09 01:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:26 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=restaverse.com HTTP/11" 200 245 2026-05-09 01:30:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2026-05-09 01:30:28 [zomato_integration_check] INFO: Found 9 restaurant IDs from database for client_id 52 2026-05-09 01:30:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22627246) 2026-05-09 01:30:34 [zomato_integration_check] INFO: Res ID 22627246: Found emails {'client@restaverse.com', 'anil@greenr.in', 'accounts@greenr.in'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22627246&business_type=o2> None 2026-05-09 01:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:35 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:30:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22295041) 2026-05-09 01:30:35 [zomato_integration_check] INFO: Res ID 22295041: Found emails {'client@restaverse.com', 'anil@greenr.in', 'accounts@greenr.in', 'vishal@greenr.in'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22295041&business_type=o2> None 2026-05-09 01:30:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22351042) 2026-05-09 01:30:36 [zomato_integration_check] INFO: Res ID 22351042: Found emails {'anil@greenr.in', 'accounts@greenr.in', 'rakesh@greenr.in', 'vishal@greenr.in', 'client@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22351042&business_type=o2> None 2026-05-09 01:30:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18180080) 2026-05-09 01:30:39 [zomato_integration_check] INFO: Res ID 18180080: Found emails {'neha.lakhani@zomato.com', 'anil@greenr.in', 'accounts@greenr.in', 'naik.sudhanshu@zomato.com', 'client@restaverse.com', 'dev@greenr.in'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18180080&business_type=o2> None 2026-05-09 01:30:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21223254) 2026-05-09 01:30:40 [zomato_integration_check] INFO: Res ID 21223254: Found emails {'anil@greenr.in', 'accounts@greenr.in', 'pathan.kalima@zomato.com', 'vishal@greenr.in', 'mumbai@greenr.in', 'client@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21223254&business_type=o2> None 2026-05-09 01:30:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21892471) 2026-05-09 01:30:41 [zomato_integration_check] INFO: Res ID 21892471: Found emails {'anil@greenr.in', 'accounts@greenr.in', 'rakesh@greenr.in', 'client@restaverse.com', 'managerireo1@gmail.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21892471&business_type=o2> None 2026-05-09 01:30:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20882972) 2026-05-09 01:30:41 [zomato_integration_check] INFO: Res ID 20882972: Found emails {'neha.lakhani@zomato.com', 'anil@greenr.in', 'accounts@greenr.in', 'vishal@greenr.in', 'swastika@greenr.in', 'rohan.ghosh@zomato.com', 'client@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20882972&business_type=o2> None 2026-05-09 01:30:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18733131) 2026-05-09 01:30:43 [zomato_integration_check] INFO: Res ID 18733131: Found emails {'neha.lakhani@zomato.com', 'anil@greenr.in', 'accounts@greenr.in', 'swastika@greenr.in', 'client@restaverse.com'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18733131&business_type=o2> None 2026-05-09 01:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:30:50 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:31:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19137481) 2026-05-09 01:31:02 [zomato_integration_check] INFO: Res ID 19137481: Found emails {'neha.lakhani@zomato.com', 'anil@greenr.in', 'accounts@greenr.in', 'swastika@greenr.in', 'kotakonda.pranaya@zomato.com', 'client@restaverse.com', 'naresh@greenr.in'}, target: client@restaverse.com, zomato_manager_access: True 2026-05-09 01:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19137481&business_type=o2> None 2026-05-09 01:31:02 [scrapy.core.engine] INFO: Closing spider (finished) 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 422 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): cron.restaverse.com:443 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: https://cron.restaverse.com:443 "POST /insert_data_with_update/ HTTP/11" 201 91 2026-05-09 01:31:02 [zomato_integration_check] INFO: 2026-05-09 01:31:02 [zomato_integration_check] INFO: {"task_id":"6792904e-7b73-4f4a-a352-c71237a787d1","status":"Task enqueued","database":null} 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2026-05-09 01:31:02 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 109 2026-05-09 01:31:02 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'client_id': '52', 'downloader/request_bytes': 51115, 'downloader/request_count': 11, 'downloader/request_method_count/GET': 10, 'downloader/request_method_count/POST': 1, 'downloader/response_bytes': 52344, 'downloader/response_count': 11, 'downloader/response_status_count/200': 11, 'elapsed_time_seconds': 42.139707, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 5, 9, 1, 31, 2, 245832, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 95485, 'httpcompression/response_count': 10, 'item_scraped_count': 9, 'items_per_minute': None, 'log_count/DEBUG': 45, 'log_count/INFO': 23, 'memusage/max': 114360320, 'memusage/startup': 114360320, 'request_depth_max': 2, 'response_received_count': 11, 'responses_per_minute': None, 'scheduler/dequeued': 11, 'scheduler/dequeued/memory': 11, 'scheduler/enqueued': 11, 'scheduler/enqueued/memory': 11, 'start_time': datetime.datetime(2026, 5, 9, 1, 30, 20, 106125, tzinfo=datetime.timezone.utc)} 2026-05-09 01:31:02 [scrapy.core.engine] INFO: Spider closed (finished)