2025-09-16 00:37:07 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2025-09-16 00:37: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, Aug 15 2025, 14:32:43) [GCC 11.4.0], pyOpenSSL 24.3.0 (OpenSSL 3.4.0 22 Oct 2024), cryptography 44.0.0, Platform Linux-6.8.0-1015-aws-aarch64-with-glibc2.35 2025-09-16 00:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): prod.restaverse.com:443 2025-09-16 00:37:07 [urllib3.connectionpool] DEBUG: https://prod.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 2140 2025-09-16 00:37:07 [scrapy.addons] INFO: Enabled addons: [] 2025-09-16 00:37:07 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-16 00:37:07 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:37:07 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:37:07 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:37:07 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:37:07 [scrapy.extensions.telnet] INFO: Telnet Password: 153494e57c2c0df9 2025-09-16 00:37:07 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats', 'scrapy_extensions.extension.BandwidthLoggerExtension', 'scrapeops_scrapy.extension.ScrapeOpsMonitor'] 2025-09-16 00:37:07 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'zomato_check_in', 'DOWNLOAD_DELAY': 3, 'DOWNLOAD_TIMEOUT': 60, 'FEED_EXPORT_ENCODING': 'utf-8', 'LOG_FILE': '/home/ubuntu/restaverse_spiders/logs/zomato_check_in/zomato/accounts@kytchens.in_2025-09-16T00_30_01.log', 'NEWSPIDER_MODULE': 'zomato_check_in.spiders', 'RETRY_HTTP_CODES': [403, 500, 502, 503, 504, 408], 'RETRY_TIMES': 5, 'SPIDER_MODULES': ['zomato_check_in.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor'} 2025-09-16 00:37:07 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.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'] 2025-09-16 00:37:07 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2025-09-16 00:37:07 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2025-09-16 00:37:07 [scrapy.core.engine] INFO: Spider opened 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-16 00:37:07 [botocore.utils] DEBUG: IMDS ENDPOINT: http://169.254.169.254/ 2025-09-16 00:37:07 [botocore.credentials] DEBUG: Looking for credentials via: env 2025-09-16 00:37:07 [botocore.credentials] INFO: Found credentials in environment variables. 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/endpoints.json 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/sdk-default-configuration.json 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/service-2.json.gz 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/ssm/2014-11-06/endpoint-rule-set-1.json.gz 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/partitions.json 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event creating-client-class.ssm: calling handler 2025-09-16 00:37:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_service 2025-09-16 00:37:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_global 2025-09-16 00:37:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_service 2025-09-16 00:37:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_global 2025-09-16 00:37:07 [botocore.configprovider] DEBUG: No configured endpoint found. 2025-09-16 00:37:07 [botocore.endpoint] DEBUG: Setting ssm timeout as (60, 60) 2025-09-16 00:37:07 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/_retry.json 2025-09-16 00:37:07 [botocore.client] DEBUG: Registering retry handlers for service: ssm 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event before-parameter-build.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.regions] DEBUG: Calling endpoint provider with parameters: {'Region': 'ap-south-1', 'UseDualStack': False, 'UseFIPS': False} 2025-09-16 00:37:07 [botocore.regions] DEBUG: Endpoint provider result: https://ssm.ap-south-1.amazonaws.com 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.endpoint] DEBUG: Making request for OperationModel(name=GetParameter) with params: {'url_path': '/', 'query_string': '', 'method': 'POST', 'headers': {'X-Amz-Target': 'AmazonSSM.GetParameter', 'Content-Type': 'application/x-amz-json-1.1', 'User-Agent': 'Boto3/1.35.79 md/Botocore#1.35.79 ua/2.0 os/linux#6.8.0-1015-aws md/arch#aarch64 lang/python#3.10.12 md/pyimpl#CPython cfg/retry-mode#legacy Botocore/1.35.79'}, 'body': b'{"Name": "api-secrets", "WithDecryption": true}', 'url': 'https://ssm.ap-south-1.amazonaws.com/', 'context': {'client_region': 'ap-south-1', 'client_config': , 'has_streaming_input': False, 'auth_type': None, 'unsigned_payload': None}} 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler > 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event choose-signer.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.auth] DEBUG: Calculating signature using v4 auth. 2025-09-16 00:37:07 [botocore.auth] DEBUG: CanonicalRequest: POST / content-type:application/x-amz-json-1.1 host:ssm.ap-south-1.amazonaws.com x-amz-date:20250916T003707Z x-amz-target:AmazonSSM.GetParameter content-type;host;x-amz-date;x-amz-target 9a6e6c3d3792249e4c40138fec610bff203c6fcb1822afa8fe899a5746c68f71 2025-09-16 00:37:07 [botocore.auth] DEBUG: StringToSign: AWS4-HMAC-SHA256 20250916T003707Z 20250916/ap-south-1/ssm/aws4_request a05f18681fd41da4e842f8a3b1eeafa1a85828e509939fd95257f5f6a8e6a83a 2025-09-16 00:37:07 [botocore.auth] DEBUG: Signature: 46d6cf8102529ceb126a60c0c0df27be88133f3dd91e135364d8febda41631e4 2025-09-16 00:37:07 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler 2025-09-16 00:37:07 [botocore.endpoint] DEBUG: Sending http request: 2025-09-16 00:37:07 [botocore.httpsession] DEBUG: Certificate path: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/certifi/cacert.pem 2025-09-16 00:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): ssm.ap-south-1.amazonaws.com:443 2025-09-16 00:37:08 [urllib3.connectionpool] DEBUG: https://ssm.ap-south-1.amazonaws.com:443 "POST / HTTP/11" 200 2038 2025-09-16 00:37:08 [botocore.parsers] DEBUG: Response headers: {'Server': 'Server', 'Date': 'Tue, 16 Sep 2025 00:37:08 GMT', 'Content-Type': 'application/x-amz-json-1.1', 'Content-Length': '2038', 'Connection': 'keep-alive', 'x-amzn-RequestId': 'df8eb93a-5c09-45e7-b494-6e57ca2e11ad'} 2025-09-16 00:37:08 [botocore.parsers] DEBUG: Response body: b'{"Parameter":{"ARN":"arn:aws:ssm:ap-south-1:908160969848:parameter/api-secrets","DataType":"text","LastModifiedDate":1.757514600441E9,"Name":"api-secrets","Type":"String","Value":"{\\n\\t\\"rds_host\\": \\"prod.covz56o9ujx3.ap-south-1.rds.amazonaws.com\\",\\n\\t\\"rds_user_name\\": \\"restaverse_deployment_user\\",\\n\\t\\"rds_password\\": \\"D]m%))QDshFY-3P\\",\\n\\t\\"rds_db_name\\": \\"restaverse\\",\\n \\"rds_region_name\\":\\"ap-south-1\\",\\n \\"website_google_auth_client_id\\":\\"507355443751-pqleh0im90nt53csl5fu8brquvdmujeq.apps.googleusercontent.com\\",\\n\\t\\"google_auth_client_id\\": \\"696642202818-u9jcv3kv3filak7mijs85b9i58fefgo8.apps.googleusercontent.com\\",\\n\\t\\"google_auth_client_secret\\": \\"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\\",\\n \\"microsoft_auth_client_id\\" : \\"7810b64e-05ba-4355-9c27-941c08b88154\\",\\n \\"microsoft_auth_client_secret\\" : \\"LQc8Q~TU5mT.vdOBCy.xtBkQuJC8Kno9Beh_wbjs\\",\\n \\"zomato_google_auth_client_id\\" : \\"628153421598-7mpo9933k6r6nqtg91k6s6nhq4c3ghsl.apps.googleusercontent.com\\",\\n \\"zomato_google_auth_client_secret\\" : \\"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\\",\\n\\t\\"ACCESS_JWT_SECRET\\": \\"restaverse-access-secret\\",\\n\\t\\"REFRESH_JWT_SECRET\\": \\"restaverse-refresh-secret\\",\\n\\t\\"facebook_app_id\\": \\"1607551373115759\\",\\n\\t\\"facebook_app_secret\\": \\"01d4721055d3a2eeca294267e04d3874\\",\\n \\"frontend_callback_url\\": \\"https://app.restaverse.com/\\",\\n \\"frontend_callback_url_stage\\": \\"https://staging.restaverse.com/\\",\\n \\"backend_url\\": \\"https://prod.restaverse.com\\",\\n \\"backend_url_stage\\": \\"https://stage.restaverse.com\\",\\n \\"ec2_backend_url\\" : \\"https://prod.restaverse.com\\",\\n \\"open_ai_api_key\\": \\"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\\",\\n \\"META_WEBHOOK_SECRET\\": \\"abbphwrpwp40wfntpfsdsg349cyqt93\\",\\n \\"SCRAPEOPS_API_KEY\\": \\"dbc08e8a-4f73-4088-9f13-c2db0a774557\\"\\n}","Version":44}}' 2025-09-16 00:37:08 [botocore.hooks] DEBUG: Event needs-retry.ssm.GetParameter: calling handler 2025-09-16 00:37:08 [botocore.retryhandler] DEBUG: No retry needed. 2025-09-16 00:37:08 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-16 00:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:09 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2025-09-16 00:37:09 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6037 2025-09-16 00:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:09 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/proxy_port/?job_id=4918415 HTTP/11" 200 None 2025-09-16 00:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:10 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2025-09-16 00:37:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/orderHistory/) 2025-09-16 00:37:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2025-09-16 00:37:15 [zomato] INFO: Found 348 restaurant IDs from Zomato API 2025-09-16 00:37:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21345966) 2025-09-16 00:37:16 [zomato] INFO: Res ID 21345966: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21345966&business_type=o2> {'res_id': 21345966, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20923453) 2025-09-16 00:37:20 [zomato] INFO: Res ID 20923453: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20923453&business_type=o2> {'res_id': 20923453, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22039246) 2025-09-16 00:37:24 [zomato] INFO: Res ID 22039246: Found emails {'binashomemadeicecream12@gmail.com', 'accounts@kytchens.in', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22039246&business_type=o2> {'res_id': 22039246, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['purvidoshi3@gmail.com'], 'manager_emails': ['binashomemadeicecream12@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22038803) 2025-09-16 00:37:28 [zomato] INFO: Res ID 22038803: Found emails {'binashomemadeicecream12@gmail.com', 'accounts@kytchens.in', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22038803&business_type=o2> {'res_id': 22038803, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['purvidoshi3@gmail.com'], 'manager_emails': ['binashomemadeicecream12@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21901229) 2025-09-16 00:37:32 [zomato] INFO: Res ID 21901229: Found emails {'binashomemadeicecream12@gmail.com', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: False 2025-09-16 00:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21901229&business_type=o2> {'res_id': 21901229, 'email': 'accounts@kytchens.in', 'active': False, 'owner_emails': ['purvidoshi3@gmail.com'], 'manager_emails': ['binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': False, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21345840) 2025-09-16 00:37:36 [zomato] INFO: Res ID 21345840: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21345840&business_type=o2> {'res_id': 21345840, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21817125) 2025-09-16 00:37:40 [zomato] INFO: Res ID 21817125: Found emails {'accounts@kytchens.in', 'nachiket.shetye@gmail.com', 'binashomemadeicecream12@gmail.com', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21817125&business_type=o2> {'res_id': 21817125, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['binashomemadeicecream12@gmail.com'], 'manager_emails': ['purvidoshi3@gmail.com', 'nachiket.shetye@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31586204', 'name': 'Nachiket Shetye', 'email': 'nachiket.shetye@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819301949', 'display_string': '+91-9819301949'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/084/9413fd9338a940a437e247bf72443084.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21347341) 2025-09-16 00:37:44 [zomato] INFO: Res ID 21347341: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21347341&business_type=o2> {'res_id': 21347341, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21158445) 2025-09-16 00:37:49 [zomato] INFO: Res ID 21158445: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21158445&business_type=o2> {'res_id': 21158445, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198825) 2025-09-16 00:37:52 [zomato] INFO: Res ID 21198825: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198825&business_type=o2> {'res_id': 21198825, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:53 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198980) 2025-09-16 00:37:55 [zomato] INFO: Res ID 21198980: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198980&business_type=o2> {'res_id': 21198980, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:37:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198859) 2025-09-16 00:37:58 [zomato] INFO: Res ID 21198859: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198859&business_type=o2> {'res_id': 21198859, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198848) 2025-09-16 00:38:02 [zomato] INFO: Res ID 21198848: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198848&business_type=o2> {'res_id': 21198848, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198885) 2025-09-16 00:38:05 [zomato] INFO: Res ID 21198885: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198885&business_type=o2> {'res_id': 21198885, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:08 [scrapy.extensions.logstats] INFO: Crawled 16 pages (at 16 pages/min), scraped 14 items (at 14 items/min) 2025-09-16 00:38:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198865) 2025-09-16 00:38:10 [zomato] INFO: Res ID 21198865: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198865&business_type=o2> {'res_id': 21198865, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21441275) 2025-09-16 00:38:13 [zomato] INFO: Res ID 21441275: Found emails {'fayhospitality@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21441275&business_type=o2> {'res_id': 21441275, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['fayhospitality@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '368387135', 'name': 'Manager', 'email': 'fayhospitality@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892034043', 'display_string': '+91-9892034043'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20696700) 2025-09-16 00:38:16 [zomato] INFO: Res ID 20696700: Found emails {'accounts@kytchens.in', 'zinquemumbai@gmail.com', 'gulshan@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20696700&business_type=o2> {'res_id': 20696700, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['zinquemumbai@gmail.com', 'gulshan@kytchens.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '225293738', 'name': 'Pragati', 'email': 'zinquemumbai@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a70/339d650ad03fb83fa25f653360830a70.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '239510097', 'name': 'Gulshan Kumar', 'email': 'gulshan@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800579199', 'display_string': '+91-8800579199'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20902200) 2025-09-16 00:38:20 [zomato] INFO: Res ID 20902200: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20902200&business_type=o2> {'res_id': 20902200, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20860879) 2025-09-16 00:38:23 [zomato] INFO: Res ID 20860879: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20860879&business_type=o2> {'res_id': 20860879, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20862155) 2025-09-16 00:38:26 [zomato] INFO: Res ID 20862155: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20862155&business_type=o2> {'res_id': 20862155, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20860745) 2025-09-16 00:38:30 [zomato] INFO: Res ID 20860745: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20860745&business_type=o2> {'res_id': 20860745, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20966568) 2025-09-16 00:38:34 [zomato] INFO: Res ID 20966568: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20966568&business_type=o2> {'res_id': 20966568, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19700241) 2025-09-16 00:38:38 [zomato] INFO: Res ID 19700241: Found emails {'bansi@kytchens.in', 'accounts@kytchens.in', 'wrapsandrolls@gmail.com', 'chikitacafemumbai@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19700241&business_type=o2> {'res_id': 19700241, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['wrapsandrolls@gmail.com', 'chikitacafemumbai@gmail.com', 'bansi@kytchens.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31481449', 'name': 'Wraps Rolls', 'email': 'wrapsandrolls@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a1b/1fffb5923977d61a9afa1fa702ffca1b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '167861333', 'name': 'Aseem Dixit', 'email': 'chikitacafemumbai@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987528890', 'display_string': '+91-9987528890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20380814) 2025-09-16 00:38:41 [zomato] INFO: Res ID 20380814: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20380814&business_type=o2> {'res_id': 20380814, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20366483) 2025-09-16 00:38:45 [zomato] INFO: Res ID 20366483: Found emails {'accounts@kytchens.in', 'chikitacafemumbai@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20366483&business_type=o2> {'res_id': 20366483, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['chikitacafemumbai@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '167861333', 'name': 'Aseem Dixit', 'email': 'chikitacafemumbai@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987528890', 'display_string': '+91-9987528890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20234007) 2025-09-16 00:38:48 [zomato] INFO: Res ID 20234007: Found emails {'accounts@kytchens.in', 'chikitacafemumbai@gmail.com', 'chemburkytchens@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20234007&business_type=o2> {'res_id': 20234007, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['chikitacafemumbai@gmail.com', 'chemburkytchens@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '167861333', 'name': 'Aseem Dixit', 'email': 'chikitacafemumbai@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987528890', 'display_string': '+91-9987528890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20363457) 2025-09-16 00:38:52 [zomato] INFO: Res ID 20363457: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20363457&business_type=o2> {'res_id': 20363457, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591266272', 'display_string': '+91-8591266272', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591266272', 'display_string': '+91-8591266272', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '277105838', 'name': 'Kytchen', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591266272', 'display_string': '+91-8591266272'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:53 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19696019) 2025-09-16 00:38:56 [zomato] INFO: Res ID 19696019: Found emails {'bansi@kytchens.in', 'accounts@kytchens.in', 'wrapsandrolls@gmail.com', 'juhukytchen@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19696019&business_type=o2> {'res_id': 19696019, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['wrapsandrolls@gmail.com', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31481449', 'name': 'Wraps Rolls', 'email': 'wrapsandrolls@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a1b/1fffb5923977d61a9afa1fa702ffca1b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:38:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19723695) 2025-09-16 00:38:59 [zomato] INFO: Res ID 19723695: Found emails {'accounts@kytchens.in', 'wrapsandrolls@gmail.com', 'chikitacafemumbai@gmail.com', 'b.h.kotecha@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19723695&business_type=o2> {'res_id': 19723695, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['b.h.kotecha@gmail.com', 'wrapsandrolls@gmail.com', 'chikitacafemumbai@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '396968', 'name': 'Bansi Kotecha', 'email': 'b.h.kotecha@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ba/7b8c0826aa1e06ceac8da83b55d9a7ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31481449', 'name': 'Wraps Rolls', 'email': 'wrapsandrolls@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a1b/1fffb5923977d61a9afa1fa702ffca1b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '167861333', 'name': 'Aseem Dixit', 'email': 'chikitacafemumbai@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987528890', 'display_string': '+91-9987528890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=36304) 2025-09-16 00:39:02 [zomato] INFO: Res ID 36304: Found emails {'aastha.pawar@zomato.com', 'accounts@kytchens.in', 'cashier@woodsideinn.in', 'shweta@neighbourhoodhospitality.com', 'pashminalakhani@hotmail.com', 'nisha@neighbourhoodhospitality.com', 'ayan.dev@zomato.com', 'manager.colaba@woodsideinn.in', 'sagar.rajput@zomato.com', 'accounts@neighbourhoodhospitality.com', 'woodsideneighbourhood123@gmail.com', 'mt.woodsideinn.in@gmail.com', 'simone.detales@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=36304&business_type=o2> {'res_id': 36304, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@neighbourhoodhospitality.com'], 'manager_emails': ['pashminalakhani@hotmail.com', 'woodsideneighbourhood123@gmail.com', 'simone.detales@gmail.com', 'nisha@neighbourhoodhospitality.com', 'sagar.rajput@zomato.com', 'mt.woodsideinn.in@gmail.com', 'cashier@woodsideinn.in', 'ayan.dev@zomato.com', 'manager.colaba@woodsideinn.in', 'accounts@neighbourhoodhospitality.com', 'aastha.pawar@zomato.com', 'accounts@kytchens.in', 'shweta@neighbourhoodhospitality.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097385800', 'display_string': '+91-8097385800', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321728192', 'display_string': '+91-9321728192', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 13, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1167783', 'name': 'Pashmina Lakhani', 'email': 'pashminalakhani@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870119033', 'display_string': '+91-9870119033'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34b/1911678dd6a06ea2a1f83daa72f5434b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '1846514', 'name': 'Woodside Neighbourhood', 'email': 'woodsideneighbourhood123@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '2178266', 'name': 'Simone Anshuman', 'email': 'simone.detales@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/689/bdb3b8f09741b2539a1b508eb5c63689.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '33803370', 'name': 'Nisha Bherwani', 'email': 'nisha@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42740993', 'name': 'Sagar Rajput', 'email': 'sagar.rajput@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '198201113', 'name': 'Leslie', 'email': 'mt.woodsideinn.in@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619434911', 'display_string': '+91-9619434911'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/08f/8715584aa83380af2582ff28ad15d08f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '199900170', 'name': 'Cashier Woodside', 'email': 'cashier@woodsideinn.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097385800', 'display_string': '+91-8097385800'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/852/0bdd760ff3f6e8ce885e32eff5153852.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '228022484', 'name': 'Ayan Dev', 'email': 'ayan.dev@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/413/1b2e766617b9d38100eeaf8ea7482413.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '283261347', 'name': 'Manager Colaba', 'email': 'manager.colaba@woodsideinn.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321728192', 'display_string': '+91-9321728192'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324740365', 'name': 'Aastha Pawar', 'email': 'aastha.pawar@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/09b/941b87f470ccf03b62d60dadfd18f09b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '338872443', 'name': 'Shweta', 'email': 'shweta@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=39170) 2025-09-16 00:39:06 [zomato] INFO: Res ID 39170: Found emails {'accounts@kytchens.in', 'manager.andheri@woodsideinn.in', 'shweta@neighbourhoodhospitality.com', 'dowerah.priyam@zomato.com', 'cashier.andheri@woodsideinn.in', 'nisha@neighbourhoodhospitality.com', 'sagar.rajput@zomato.com', 'team.andheri@woodsideinn.in', 'accounts@neighbourhoodhospitality.com', 'jash.gandhi@zomato.com', 'peter@woodsideinn.in', 'simone.detales@gmail.com', 'devika.agarwal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=39170&business_type=o2> {'res_id': 39170, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['simone.detales@gmail.com', 'nisha@neighbourhoodhospitality.com', 'jash.gandhi@zomato.com', 'peter@woodsideinn.in', 'sagar.rajput@zomato.com', 'devika.agarwal@zomato.com', 'cashier.andheri@woodsideinn.in', 'team.andheri@woodsideinn.in', 'manager.andheri@woodsideinn.in', 'dowerah.priyam@zomato.com', 'accounts@neighbourhoodhospitality.com', 'accounts@kytchens.in', 'shweta@neighbourhoodhospitality.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773557766', 'display_string': '+91-9773557766', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879137500', 'display_string': '+91-8879137500', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '220272625', 'name': 'Mahesh Waradkar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892406069', 'display_string': '+91-9892406069'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 15, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2178266', 'name': 'Simone Anshuman', 'email': 'simone.detales@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/689/bdb3b8f09741b2539a1b508eb5c63689.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '32732576', 'name': 'Tarak Singh', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9975234946', 'display_string': '+91-9975234946'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/09c/48af8608dd075eab0fa53306214ed09c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '33803370', 'name': 'Nisha Bherwani', 'email': 'nisha@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '34848917', 'name': 'Jash.gandhi', 'email': 'jash.gandhi@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '39018763', 'name': 'Peter', 'email': 'peter@woodsideinn.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42740993', 'name': 'Sagar Rajput', 'email': 'sagar.rajput@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43949430', 'name': 'Devika Agarwal', 'email': 'devika.agarwal@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0e0/a739f0eccd162b7435a568ef4e76a0e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '54019974', 'name': 'Woodside Inn Andheri Cashier', 'email': 'cashier.andheri@woodsideinn.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738677620', 'display_string': '+91-7738677620'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '58014368', 'name': 'Woodside Inn Andheri', 'email': 'team.andheri@woodsideinn.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8669034521', 'display_string': '+91-8669034521'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7d5/c9e5a653cc4573113908abbae1f297d5.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209458366', 'name': 'Woodside Inn', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773557766', 'display_string': '+91-9773557766'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '290086304', 'name': 'Woodside', 'email': 'manager.andheri@woodsideinn.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879137500', 'display_string': '+91-8879137500'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '306281594', 'name': 'Priyam Dowerah', 'email': 'dowerah.priyam@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/9f1/a163c442b8453600d59d509abde389f1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '338872443', 'name': 'Shweta', 'email': 'shweta@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:39:09 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:39:09 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 17 pages/min), scraped 31 items (at 17 items/min) 2025-09-16 00:39:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19477748) 2025-09-16 00:39:10 [zomato] INFO: Res ID 19477748: Found emails {'accounts@kytchens.in', 'shweta@neighbourhoodhospitality.com', 'dowerah.priyam@zomato.com', 'nisha@neighbourhoodhospitality.com', 'prekshaa12@gmail.com', 'sagar.rajput@zomato.com', 'accounts@neighbourhoodhospitality.com', 'mahesh@woodsideinn.in', 'woodsideneighbourhood123@gmail.com', 'manager.bandra@woodsideinn.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19477748&business_type=o2> {'res_id': 19477748, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['prekshaa12@gmail.com'], 'manager_emails': ['woodsideneighbourhood123@gmail.com', 'nisha@neighbourhoodhospitality.com', 'sagar.rajput@zomato.com', 'mahesh@woodsideinn.in', 'manager.bandra@woodsideinn.in', 'dowerah.priyam@zomato.com', 'accounts@neighbourhoodhospitality.com', 'accounts@kytchens.in', 'shweta@neighbourhoodhospitality.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819157690', 'display_string': '+91-9819157690', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928882938', 'display_string': '+91-8928882938', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '705208', 'name': 'Prekshaa Sharma', 'email': 'prekshaa12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819836846', 'display_string': '+91-9819836846'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/82d/ceeb473f2458405a66c087a80611682d.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1846514', 'name': 'Woodside Neighbourhood', 'email': 'woodsideneighbourhood123@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '33803370', 'name': 'Nisha Bherwani', 'email': 'nisha@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42740993', 'name': 'Sagar Rajput', 'email': 'sagar.rajput@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '174071844', 'email': 'mahesh@woodsideinn.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '278360770', 'name': 'Manager.bandra Woodsideinn', 'email': 'manager.bandra@woodsideinn.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/159/17b663dc9530cd696f423a551cd4f159.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '306281594', 'name': 'Priyam Dowerah', 'email': 'dowerah.priyam@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/9f1/a163c442b8453600d59d509abde389f1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '338872443', 'name': 'Shweta', 'email': 'shweta@neighbourhoodhospitality.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340733196', 'name': 'Woodside Inn Bandra', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928882938', 'display_string': '+91-8928882938'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'prekshaa@neighbourhoodhospitality.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '174071844', 'email': 'mahesh@woodsideinn.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20004939) 2025-09-16 00:39:13 [zomato] INFO: Res ID 20004939: Found emails {'accounts@kytchens.in', 'woodsideneighbourhood123@gmail.com', 'vmohit2090@gmail.com', 'accounts@neighbourhoodhospitality.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20004939&business_type=o2> {'res_id': 20004939, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['vmohit2090@gmail.com'], 'manager_emails': ['woodsideneighbourhood123@gmail.com', 'accounts@neighbourhoodhospitality.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8108595937', 'display_string': '+91-8108595937', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920064515', 'display_string': '+91-9920064515', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27348499', 'name': 'Vijay Mohit', 'email': 'vmohit2090@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097504799', 'display_string': '+91-8097504799'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ab5/aa5092b93373a8a65e8190fa604deab5.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1846514', 'name': 'Woodside Neighbourhood', 'email': 'woodsideneighbourhood123@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '172043375', 'name': 'Dharmendra Ambaji.more', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8108595937', 'display_string': '+91-8108595937'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20281571) 2025-09-16 00:39:16 [zomato] INFO: Res ID 20281571: Found emails {'accounts@kytchens.in', 'pashminalakhani@hotmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20281571&business_type=o2> {'res_id': 20281571, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['pashminalakhani@hotmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1167783', 'name': 'Pashmina Lakhani', 'email': 'pashminalakhani@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870119033', 'display_string': '+91-9870119033'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34b/1911678dd6a06ea2a1f83daa72f5434b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20004928) 2025-09-16 00:39:20 [zomato] INFO: Res ID 20004928: Found emails {'accounts@kytchens.in', 'woodsideneighbourhood123@gmail.com', 'umangxo@gmail.com', 'pashminalakhani@hotmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20004928&business_type=o2> {'res_id': 20004928, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['pashminalakhani@hotmail.com', 'woodsideneighbourhood123@gmail.com', 'umangxo@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1167783', 'name': 'Pashmina Lakhani', 'email': 'pashminalakhani@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870119033', 'display_string': '+91-9870119033'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34b/1911678dd6a06ea2a1f83daa72f5434b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '1846514', 'name': 'Woodside Neighbourhood', 'email': 'woodsideneighbourhood123@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '286886764', 'name': 'Umang Naik', 'email': 'umangxo@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8121021922', 'display_string': '+91-8121021922'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ae6/e0a2e2ec8436776ab6150d99e146aae6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19522618) 2025-09-16 00:39:24 [zomato] INFO: Res ID 19522618: Found emails {'accounts@kytchens.in', 'juhukytchen@gmail.com', 'hussain.kwan@gmail.com', 'bansi@kytchens.in', 'sheetal@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19522618&business_type=o2> {'res_id': 19522618, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['hussain.kwan@gmail.com', 'sheetal@kytchens.in', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208656230', 'display_string': '+91-7208656230', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208656230', 'display_string': '+91-7208656230', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1210928', 'name': 'Hussain Lokhandwala', 'email': 'hussain.kwan@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9823999922', 'display_string': '+91-9823999922'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/471/78e915ce229f8ece2576094b89f39471.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176774592', 'name': 'Sheetal Kundra', 'email': 'sheetal@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dc2/8cf6632d58faf3d469078e765ccc0dc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208656230', 'display_string': '+91-7208656230'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21699157) 2025-09-16 00:39:28 [zomato] INFO: Res ID 21699157: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21699157&business_type=o2> {'res_id': 21699157, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21548098) 2025-09-16 00:39:32 [zomato] INFO: Res ID 21548098: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21548098&business_type=o2> {'res_id': 21548098, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21549716) 2025-09-16 00:39:34 [zomato] INFO: Res ID 21549716: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21549716&business_type=o2> {'res_id': 21549716, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:39:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:39:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20219607) 2025-09-16 00:39:39 [zomato] INFO: Res ID 20219607: Found emails {'accounts@kytchens.in', 'sandra@trufalafel.com', 'ops@itsez.tech', 'rafique@trufalafel.com', 'access@advancex.ai', 'info@itsez.tech', 'chemburkytchens@gmail.com', 'amir@trufalafel.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20219607&business_type=o2> {'res_id': 20219607, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['sandra@trufalafel.com', 'amir@trufalafel.com', 'info@itsez.tech', 'chemburkytchens@gmail.com', 'rafique@trufalafel.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '229133456', 'name': 'Sandra Pommier', 'email': 'sandra@trufalafel.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291327532', 'display_string': '+91-8291327532'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0e0/efdb4732327d66908f4a99e7dc98c0e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '229335457', 'name': 'Amir Majali', 'email': 'amir@trufalafel.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c66/77b5e85b501c7b34ae3ae17f87717c66.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '259372010', 'name': 'Rafique Bhaidani', 'email': 'rafique@trufalafel.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9405500808', 'display_string': '+91-9405500808'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/78f/3bdddd72505bdb46b50b5849cbc7d78f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20380745) 2025-09-16 00:39:42 [zomato] INFO: Res ID 20380745: Found emails {'accounts@kytchens.in', 'bhavikrughani.br@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20380745&business_type=o2> {'res_id': 20380745, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['bhavikrughani.br@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '833906', 'name': 'Bhavik Rughani', 'email': 'bhavikrughani.br@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4ba/4b5e907b556b7cbea6f1ce7375dc44ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19963341) 2025-09-16 00:39:46 [zomato] INFO: Res ID 19963341: Found emails {'accounts@kytchens.in', 'sandra@trufalafel.com', 'ops@itsez.tech', 'juhukytchen@gmail.com', 'rafique@trufalafel.com', 'access@advancex.ai', 'info@itsez.tech', 'amir@trufalafel.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19963341&business_type=o2> {'res_id': 19963341, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['juhukytchen@gmail.com', 'sandra@trufalafel.com', 'amir@trufalafel.com', 'info@itsez.tech', 'rafique@trufalafel.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 9, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '229133456', 'name': 'Sandra Pommier', 'email': 'sandra@trufalafel.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291327532', 'display_string': '+91-8291327532'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0e0/efdb4732327d66908f4a99e7dc98c0e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '229335457', 'name': 'Amir Majali', 'email': 'amir@trufalafel.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c66/77b5e85b501c7b34ae3ae17f87717c66.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '259372010', 'name': 'Rafique Bhaidani', 'email': 'rafique@trufalafel.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9405500808', 'display_string': '+91-9405500808'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/78f/3bdddd72505bdb46b50b5849cbc7d78f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21646555) 2025-09-16 00:39:50 [zomato] INFO: Res ID 21646555: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com', 'aparrustagi@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21646555&business_type=o2> {'res_id': 21646555, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['aparrustagi@gmail.com', 'abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16725', 'name': 'Apar Rustagi', 'email': 'aparrustagi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9971016663', 'display_string': '+91-9971016663'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1f8/9fc4ce3daa98f8e597031c8abf2ba1f8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21644516) 2025-09-16 00:39:54 [zomato] INFO: Res ID 21644516: Found emails {'accounts@kytchens.in', 'malhotrarachit090@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21644516&business_type=o2> {'res_id': 21644516, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['malhotrarachit090@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '33321176', 'name': 'Rachit Malhotra', 'email': 'malhotrarachit090@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9953398302', 'display_string': '+91-9953398302'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:39:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21825196) 2025-09-16 00:39:58 [zomato] INFO: Res ID 21825196: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21825196&business_type=o2> {'res_id': 21825196, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21738756) 2025-09-16 00:40:02 [zomato] INFO: Res ID 21738756: Found emails {'accounts@kytchens.in', 'accounts@thetinytub.com', 'sanjayalim@gmail.com', 'thetinytubindia@gmail.com', 'tttfreelancework25@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21738756&business_type=o2> {'res_id': 21738756, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['sanjayalim@gmail.com', 'thetinytubindia@gmail.com', 'accounts@thetinytub.com', 'tttfreelancework25@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37557847', 'name': 'Karan Alimchandani', 'email': 'sanjayalim@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820403809', 'display_string': '+91-9820403809'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '184007718', 'name': 'The Tiny Tub', 'email': 'thetinytubindia@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324133989', 'display_string': '+91-9324133989'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e0e/b840d7e306374d5185c900bef6760e0e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '263558255', 'name': 'Accounts Accounts', 'email': 'accounts@thetinytub.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384626001', 'name': 'Maria', 'email': 'tttfreelancework25@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1bc/ce1bf10a3182a0bfb71a98527c4741bc.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21825099) 2025-09-16 00:40:06 [zomato] INFO: Res ID 21825099: Found emails {'accounts@kytchens.in', 'sanjayalim@gmail.com', 'accounts@thetinytub.com', 'tttfreelancework25@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21825099&business_type=o2> {'res_id': 21825099, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['sanjayalim@gmail.com', 'accounts@thetinytub.com', 'tttfreelancework25@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37557847', 'name': 'Karan Alimchandani', 'email': 'sanjayalim@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820403809', 'display_string': '+91-9820403809'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '263558255', 'name': 'Accounts Accounts', 'email': 'accounts@thetinytub.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384626001', 'name': 'Maria', 'email': 'tttfreelancework25@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1bc/ce1bf10a3182a0bfb71a98527c4741bc.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:40:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:40:08 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 16 pages/min), scraped 47 items (at 16 items/min) 2025-09-16 00:40:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21738702) 2025-09-16 00:40:10 [zomato] INFO: Res ID 21738702: Found emails {'accounts@kytchens.in', 'accounts@thetinytub.com', 'sanjayalim@gmail.com', 'thetinytubindia@gmail.com', 'tttfreelancework25@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21738702&business_type=o2> {'res_id': 21738702, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['sanjayalim@gmail.com', 'thetinytubindia@gmail.com', 'accounts@thetinytub.com', 'tttfreelancework25@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37557847', 'name': 'Karan Alimchandani', 'email': 'sanjayalim@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820403809', 'display_string': '+91-9820403809'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '184007718', 'name': 'The Tiny Tub', 'email': 'thetinytubindia@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324133989', 'display_string': '+91-9324133989'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e0e/b840d7e306374d5185c900bef6760e0e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '263558255', 'name': 'Accounts Accounts', 'email': 'accounts@thetinytub.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384626001', 'name': 'Maria', 'email': 'tttfreelancework25@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1bc/ce1bf10a3182a0bfb71a98527c4741bc.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21592671) 2025-09-16 00:40:14 [zomato] INFO: Res ID 21592671: Found emails {'accounts@kytchens.in', 'bhumikaharwani@hotmail.com', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21592671&business_type=o2> {'res_id': 21592671, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['bhumikaharwani@hotmail.com', 'abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '297005', 'name': 'Bhumika Harwani', 'email': 'bhumikaharwani@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454936380', 'display_string': '+91-8454936380'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a35/4bf5199eb80165c9958892136b1eea35.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21591715) 2025-09-16 00:40:17 [zomato] INFO: Res ID 21591715: Found emails {'accounts@kytchens.in', 'bhumikaharwani@hotmail.com', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21591715&business_type=o2> {'res_id': 21591715, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['bhumikaharwani@hotmail.com', 'abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '297005', 'name': 'Bhumika Harwani', 'email': 'bhumikaharwani@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454936380', 'display_string': '+91-8454936380'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a35/4bf5199eb80165c9958892136b1eea35.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=43273) 2025-09-16 00:40:22 [zomato] INFO: Res ID 43273: Found emails {'accounts@kytchens.in', 'service@thepantry.in', 'woodsideneighbourhood123@gmail.com', 'vijay@thepantry.in', 'esther.dmello@zomato.com', 'simone.detales@gmail.com', 'devika.agarwal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=43273&business_type=o2> {'res_id': 43273, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['vijay@thepantry.in'], 'manager_emails': ['woodsideneighbourhood123@gmail.com', 'simone.detales@gmail.com', 'service@thepantry.in', 'vijay@thepantry.in', 'devika.agarwal@zomato.com', 'esther.dmello@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '22', 'isd_code_formatted': '22', 'phone': '40168192', 'display_string': '22-40168192', 'phone_number_type': 'landline', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8652400139', 'display_string': '+91-8652400139', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37203858', 'name': 'Vijay Mohit', 'email': 'vijay@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/01a/fb0dc2fb30afdbbbecdd686896d0301a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1846514', 'name': 'Woodside Neighbourhood', 'email': 'woodsideneighbourhood123@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '2178266', 'name': 'Simone Anshuman', 'email': 'simone.detales@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/689/bdb3b8f09741b2539a1b508eb5c63689.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '35435452', 'name': 'Service Thepantry', 'email': 'service@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37203858', 'name': 'Vijay Mohit', 'email': 'vijay@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/01a/fb0dc2fb30afdbbbecdd686896d0301a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43949430', 'name': 'Devika Agarwal', 'email': 'devika.agarwal@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0e0/a739f0eccd162b7435a568ef4e76a0e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '172043375', 'name': 'Dharmendra Ambaji.more', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8108595937', 'display_string': '+91-8108595937'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '315842221', 'name': 'Esther', 'email': 'esther.dmello@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820119336', 'display_string': '+91-9820119336'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/899/2571ea9ece0e1ba63bca8cfdd37a2899.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35435452', 'name': 'Service Thepantry', 'email': 'service@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '126196558', 'name': 'Cashier Thepantry', 'email': 'cashier@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fe/be0bbe72f8d2d0d4fb2db8d1762fd0fe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20956625) 2025-09-16 00:40:26 [zomato] INFO: Res ID 20956625: Found emails {'accounts@kytchens.in', 'vijay@thepantry.in', 'accounts@neighbourhoodhospitality.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20956625&business_type=o2> {'res_id': 20956625, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['vijay@thepantry.in', 'accounts@neighbourhoodhospitality.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37203858', 'name': 'Vijay Mohit', 'email': 'vijay@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/01a/fb0dc2fb30afdbbbecdd686896d0301a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21818188) 2025-09-16 00:40:30 [zomato] INFO: Res ID 21818188: Found emails {'accounts@kytchens.in', 'vijay@thepantry.in', 'accounts@neighbourhoodhospitality.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21818188&business_type=o2> {'res_id': 21818188, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['vijay@thepantry.in', 'accounts@neighbourhoodhospitality.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37203858', 'name': 'Vijay Mohit', 'email': 'vijay@thepantry.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/01a/fb0dc2fb30afdbbbecdd686896d0301a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310369611', 'name': 'Neighbourhood Accounts', 'email': 'accounts@neighbourhoodhospitality.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167779140', 'display_string': '+91-9167779140'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21593052) 2025-09-16 00:40:33 [zomato] INFO: Res ID 21593052: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com', 'puneet.thepaanlegacy@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21593052&business_type=o2> {'res_id': 21593052, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com', 'puneet.thepaanlegacy@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '323052005', 'name': 'The Paan Legacy', 'email': 'puneet.thepaanlegacy@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8080426039', 'display_string': '+91-8080426039'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/104/700ce435da88e7d03ad8eff597b21104.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18880516) 2025-09-16 00:40:36 [zomato] INFO: Res ID 18880516: Found emails {'accounts@kytchens.in', 'bansi@kytchens.in', 'sagar.raathi@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18880516&business_type=o2> {'res_id': 18880516, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['sagar.raathi@gmail.com', 'bansi@kytchens.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '55022', 'name': 'Sagar Rathi', 'email': 'sagar.raathi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987714491', 'display_string': '+91-9987714491'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/946/7f033ce85c77673eac667d1a2f494946.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:40:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:40:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21826350) 2025-09-16 00:40:39 [zomato] INFO: Res ID 21826350: Found emails {'accounts@kytchens.in', 'tft.thefrozentree@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21826350&business_type=o2> {'res_id': 21826350, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['tft.thefrozentree@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '48052562', 'name': 'The Frozen Tree', 'email': 'tft.thefrozentree@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9836939992', 'display_string': '+91-9836939992'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/674/7ebca55a59124f694c3dc0c4851e1674.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19723747) 2025-09-16 00:40:43 [zomato] INFO: Res ID 19723747: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19723747&business_type=o2> {'res_id': 19723747, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581458) 2025-09-16 00:40:47 [zomato] INFO: Res ID 20581458: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581458&business_type=o2> {'res_id': 20581458, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581446) 2025-09-16 00:40:51 [zomato] INFO: Res ID 20581446: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581446&business_type=o2> {'res_id': 20581446, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21433618) 2025-09-16 00:40:55 [zomato] INFO: Res ID 21433618: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21433618&business_type=o2> {'res_id': 21433618, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:40:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21359237) 2025-09-16 00:40:59 [zomato] INFO: Res ID 21359237: Found emails {'accounts@kytchens.in', 'cem@insidethebox.co.in', 'rvkhosp@gmail.com', 'radhargupta05@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21359237&business_type=o2> {'res_id': 21359237, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['rvkhosp@gmail.com', 'radhargupta05@gmail.com', 'cem@insidethebox.co.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31337887', 'name': 'Rvk Hospitality', 'email': 'rvkhosp@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967607018', 'display_string': '+91-9967607018'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4c7/c10bcc4e5061f7448e4e5d382f3344c7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '220777909', 'name': 'Radha', 'email': 'radhargupta05@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967607017', 'display_string': '+91-9967607017'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357496104', 'name': 'Menu+ Page Hygiene', 'email': 'cem@insidethebox.co.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/320/c39f040a038d0213ab84c77059a3e320.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20239034) 2025-09-16 00:41:03 [zomato] INFO: Res ID 20239034: Found emails {'accounts@kytchens.in', 'khullarmohit51@gmail.com (Unverified)', 'chemburkytchens@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20239034&business_type=o2> {'res_id': 20239034, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['khullarmohit51@gmail.com (Unverified)'], 'manager_emails': ['chemburkytchens@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'email': 'khullarmohit51@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email_unverified': False}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21433996) 2025-09-16 00:41:07 [zomato] INFO: Res ID 21433996: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21433996&business_type=o2> {'res_id': 21433996, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:41:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:41:08 [scrapy.extensions.logstats] INFO: Crawled 65 pages (at 16 pages/min), scraped 63 items (at 16 items/min) 2025-09-16 00:41:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19522616) 2025-09-16 00:41:12 [zomato] INFO: Res ID 19522616: Found emails {'accounts@kytchens.in', 'bansi@kytchens.in', 'sheetal@kytchens.in', 'juhukytchen@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19522616&business_type=o2> {'res_id': 19522616, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['sheetal@kytchens.in', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176774592', 'name': 'Sheetal Kundra', 'email': 'sheetal@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dc2/8cf6632d58faf3d469078e765ccc0dc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21359356) 2025-09-16 00:41:15 [zomato] INFO: Res ID 21359356: Found emails {'accounts@kytchens.in', 'cem@insidethebox.co.in', 'rvkhosp@gmail.com', 'radhargupta05@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21359356&business_type=o2> {'res_id': 21359356, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['rvkhosp@gmail.com', 'radhargupta05@gmail.com', 'cem@insidethebox.co.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31337887', 'name': 'Rvk Hospitality', 'email': 'rvkhosp@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967607018', 'display_string': '+91-9967607018'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4c7/c10bcc4e5061f7448e4e5d382f3344c7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '220777909', 'name': 'Radha', 'email': 'radhargupta05@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967607017', 'display_string': '+91-9967607017'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357496104', 'name': 'Menu+ Page Hygiene', 'email': 'cem@insidethebox.co.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/320/c39f040a038d0213ab84c77059a3e320.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21248772) 2025-09-16 00:41:19 [zomato] INFO: Res ID 21248772: Found emails {'raoulsingh1@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21248772&business_type=o2> {'res_id': 21248772, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20748731) 2025-09-16 00:41:22 [zomato] INFO: Res ID 20748731: Found emails {'raoulsingh1@gmail.com', 'gourmaison.in@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20748731&business_type=o2> {'res_id': 20748731, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['gourmaison.in@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591099128', 'display_string': '+91-8591099128', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591099128', 'display_string': '+91-8591099128', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '306404068', 'name': 'Gourmaison', 'email': 'gourmaison.in@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930173782', 'display_string': '+91-9930173782'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20748633) 2025-09-16 00:41:26 [zomato] INFO: Res ID 20748633: Found emails {'raoulsingh1@gmail.com', 'gourmaison.in@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20748633&business_type=o2> {'res_id': 20748633, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['raoulsingh1@gmail.com', 'gourmaison.in@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '306404068', 'name': 'Gourmaison', 'email': 'gourmaison.in@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930173782', 'display_string': '+91-9930173782'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21940995) 2025-09-16 00:41:30 [zomato] INFO: Res ID 21940995: Found emails {'raoulsingh1@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21940995&business_type=o2> {'res_id': 21940995, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'raoul@taatsutarts.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '348902729', 'name': 'Malad Kytchen', 'email': 'maladkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21636343) 2025-09-16 00:41:35 [zomato] INFO: Res ID 21636343: Found emails {'raoulsingh1@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21636343&business_type=o2> {'res_id': 21636343, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '348902729', 'name': 'Malad Kytchen', 'email': 'maladkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:41:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:41:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21145851) 2025-09-16 00:41:38 [zomato] INFO: Res ID 21145851: Found emails {'raoulsingh1@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21145851&business_type=o2> {'res_id': 21145851, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21248774) 2025-09-16 00:41:42 [zomato] INFO: Res ID 21248774: Found emails {'raoulsingh1@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21248774&business_type=o2> {'res_id': 21248774, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['raoulsingh1@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '240532891', 'name': 'Raoul Singh', 'email': 'raoulsingh1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820597491', 'display_string': '+91-9820597491'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18310383) 2025-09-16 00:41:46 [zomato] INFO: Res ID 18310383: Found emails {'accounts@kytchens.in', 'dispatch@sweetishhousemafia.com', 'mangesh@sweetishhousemafia.com', 'internal.ops@restaverse.com', 'manish@restaverse.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'hena.kanakia@zomato.com', 'devika.agarwal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18310383&business_type=o2> {'res_id': 18310383, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['dispatch@sweetishhousemafia.com'], 'manager_emails': ['hena.kanakia@zomato.com', 'devika.agarwal@zomato.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'mangesh@sweetishhousemafia.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104960620', 'display_string': '+91-8104960620', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104960610', 'display_string': '+91-8104960610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '173743080', 'name': 'Supriya Shinde', 'email': 'dispatch@sweetishhousemafia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8850580432', 'display_string': '+91-8850580432'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '42173843', 'name': 'Hena.kanakia@zomato.com', 'email': 'hena.kanakia@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43949430', 'name': 'Devika Agarwal', 'email': 'devika.agarwal@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0e0/a739f0eccd162b7435a568ef4e76a0e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '347932634', 'name': 'Mangesh Sawant', 'email': 'mangesh@sweetishhousemafia.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c77/18320269c1c364c6789d94dbbca50c77.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21097634) 2025-09-16 00:41:50 [zomato] INFO: Res ID 21097634: Found emails {'accounts@kytchens.in', 'n_arya@hotmail.com', 'manish@restaverse.com', 'support@sweetishhousemafia.com', 'client@restaverse.com', 'shiksha@restaverse.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21097634&business_type=o2> {'res_id': 21097634, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['n_arya@hotmail.com'], 'manager_emails': ['support@sweetishhousemafia.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '7375631', 'name': 'Neha Sethi', 'email': 'n_arya@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821045966', 'display_string': '+91-9821045966'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '188545213', 'name': 'SHM Support', 'email': 'support@sweetishhousemafia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152731546', 'display_string': '+91-9152731546'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/802/83cf2e19557d4bf7230d4f740939b802.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22121835) 2025-09-16 00:41:54 [zomato] INFO: Res ID 22121835: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22121835&business_type=o2> {'res_id': 22121835, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '234572378', 'name': 'Hemraj Bhargav', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082474083', 'display_string': '+91-9082474083'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:41:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076643) 2025-09-16 00:41:57 [zomato] INFO: Res ID 22076643: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076643&business_type=o2> {'res_id': 22076643, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076662) 2025-09-16 00:42:01 [zomato] INFO: Res ID 22076662: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076662&business_type=o2> {'res_id': 22076662, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076618) 2025-09-16 00:42:04 [zomato] INFO: Res ID 22076618: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076618&business_type=o2> {'res_id': 22076618, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:42:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:42:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076682) 2025-09-16 00:42:08 [scrapy.extensions.logstats] INFO: Crawled 81 pages (at 16 pages/min), scraped 78 items (at 15 items/min) 2025-09-16 00:42:08 [zomato] INFO: Res ID 22076682: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076682&business_type=o2> {'res_id': 22076682, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076260) 2025-09-16 00:42:12 [zomato] INFO: Res ID 22076260: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076260&business_type=o2> {'res_id': 22076260, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076288) 2025-09-16 00:42:16 [zomato] INFO: Res ID 22076288: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076288&business_type=o2> {'res_id': 22076288, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076538) 2025-09-16 00:42:19 [zomato] INFO: Res ID 22076538: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076538&business_type=o2> {'res_id': 22076538, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076610) 2025-09-16 00:42:23 [zomato] INFO: Res ID 22076610: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076610&business_type=o2> {'res_id': 22076610, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22117990) 2025-09-16 00:42:27 [zomato] INFO: Res ID 22117990: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22117990&business_type=o2> {'res_id': 22117990, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076899) 2025-09-16 00:42:32 [zomato] INFO: Res ID 22076899: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076899&business_type=o2> {'res_id': 22076899, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076296) 2025-09-16 00:42:34 [zomato] INFO: Res ID 22076296: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076296&business_type=o2> {'res_id': 22076296, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:42:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:42:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076875) 2025-09-16 00:42:39 [zomato] INFO: Res ID 22076875: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076875&business_type=o2> {'res_id': 22076875, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076526) 2025-09-16 00:42:43 [zomato] INFO: Res ID 22076526: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076526&business_type=o2> {'res_id': 22076526, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977071511', 'display_string': '+91-7977071511', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22076274) 2025-09-16 00:42:46 [zomato] INFO: Res ID 22076274: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22076274&business_type=o2> {'res_id': 22076274, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20367268) 2025-09-16 00:42:50 [zomato] INFO: Res ID 20367268: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20367268&business_type=o2> {'res_id': 20367268, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19901457) 2025-09-16 00:42:54 [zomato] INFO: Res ID 19901457: Found emails {'accounts@kytchens.in', 'aditi.das@zomato.com', 'karan.taxali@galaxycloudkitchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19901457&business_type=o2> {'res_id': 19901457, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['aditi.das@zomato.com', 'karan.taxali@galaxycloudkitchens.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '214014223', 'name': 'Aditi Das', 'email': 'aditi.das@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/708/3b271dc4c83ccace1e46fe0834c6f708.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '218458318', 'name': 'Karan', 'email': 'karan.taxali@galaxycloudkitchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454040096', 'display_string': '+91-8454040096'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:42:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20380871) 2025-09-16 00:42:57 [zomato] INFO: Res ID 20380871: Found emails {'accounts@kytchens.in', 'bhavikrughani.br@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20380871&business_type=o2> {'res_id': 20380871, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['bhavikrughani.br@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '833906', 'name': 'Bhavik Rughani', 'email': 'bhavikrughani.br@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9324263377', 'display_string': '+91-9324263377'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4ba/4b5e907b556b7cbea6f1ce7375dc44ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19885928) 2025-09-16 00:43:02 [zomato] INFO: Res ID 19885928: Found emails {'accounts@kytchens.in', 'b.h.kotecha@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19885928&business_type=o2> {'res_id': 19885928, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['b.h.kotecha@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '396968', 'name': 'Bansi Kotecha', 'email': 'b.h.kotecha@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ba/7b8c0826aa1e06ceac8da83b55d9a7ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19889950) 2025-09-16 00:43:05 [zomato] INFO: Res ID 19889950: Found emails {'accounts@kytchens.in', 'aditi.das@zomato.com', 'b.h.kotecha@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19889950&business_type=o2> {'res_id': 19889950, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['b.h.kotecha@gmail.com'], 'manager_emails': ['aditi.das@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '396968', 'name': 'Bansi Kotecha', 'email': 'b.h.kotecha@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ba/7b8c0826aa1e06ceac8da83b55d9a7ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '214014223', 'name': 'Aditi Das', 'email': 'aditi.das@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/708/3b271dc4c83ccace1e46fe0834c6f708.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:43:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:43:08 [scrapy.extensions.logstats] INFO: Crawled 96 pages (at 15 pages/min), scraped 94 items (at 16 items/min) 2025-09-16 00:43:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19893909) 2025-09-16 00:43:10 [zomato] INFO: Res ID 19893909: Found emails {'accounts@kytchens.in', 'aditi.das@zomato.com', 'juhukytchen@gmail.com', 'b.h.kotecha@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19893909&business_type=o2> {'res_id': 19893909, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['b.h.kotecha@gmail.com'], 'manager_emails': ['juhukytchen@gmail.com', 'aditi.das@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '396968', 'name': 'Bansi Kotecha', 'email': 'b.h.kotecha@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ba/7b8c0826aa1e06ceac8da83b55d9a7ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '214014223', 'name': 'Aditi Das', 'email': 'aditi.das@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/708/3b271dc4c83ccace1e46fe0834c6f708.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20809395) 2025-09-16 00:43:14 [zomato] INFO: Res ID 20809395: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20809395&business_type=o2> {'res_id': 20809395, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21449344) 2025-09-16 00:43:18 [zomato] INFO: Res ID 21449344: Found emails {'accounts@kytchens.in', 'reem@goenkaventures.com', 'kavan@goenkaventures.com', 'ketki@goenkaventures.com', 'vrushank@goenkaventures.com', 'anvita@goenkaventures.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21449344&business_type=o2> {'res_id': 21449344, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['kavan@goenkaventures.com'], 'manager_emails': ['reem@goenkaventures.com', 'vrushank@goenkaventures.com', 'ketki@goenkaventures.com', 'accounts@kytchens.in', 'anvita@goenkaventures.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46441285', 'name': 'Kavan Shetty', 'email': 'kavan@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769060690', 'display_string': '+91-9769060690'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35874873', 'name': 'Reem Iqbal', 'email': 'reem@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36919044', 'name': 'Vrushank Joshi', 'email': 'vrushank@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142734510', 'name': 'Ketki Sawant', 'email': 'ketki@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e29/18a274b62f62682b6abd48488aa9fe29.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376236285', 'name': 'Anvita Mudbidri', 'email': 'anvita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7be/9375a8689b49aa40574dc3a79c3717be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'kavan@goenkaventure.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '36955718', 'name': 'Sts Bandra', 'email': 'stsbandra@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20501458) 2025-09-16 00:43:22 [zomato] INFO: Res ID 20501458: Found emails {'accounts@kytchens.in', 'reem@goenkaventures.com', 'kavan@goenkaventures.com', 'accounts@goenkaventures.com', 'sagar.rajput@zomato.com', 'vrushank@goenkaventures.com', 'ketki@goenkaventures.com', 'anvita@goenkaventures.com', 'audit@goenkaventures.com', 'lamhita@goenkaventures.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20501458&business_type=o2> {'res_id': 20501458, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['kavan@goenkaventures.com'], 'manager_emails': ['reem@goenkaventures.com', 'vrushank@goenkaventures.com', 'sagar.rajput@zomato.com', 'accounts@goenkaventures.com', 'audit@goenkaventures.com', 'ketki@goenkaventures.com', 'accounts@kytchens.in', 'anvita@goenkaventures.com', 'lamhita@goenkaventures.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666336633', 'display_string': '+91-7666336633', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097411063', 'display_string': '+91-8097411063', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46441285', 'name': 'Kavan Shetty', 'email': 'kavan@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769060690', 'display_string': '+91-9769060690'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 9, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35874873', 'name': 'Reem Iqbal', 'email': 'reem@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36919044', 'name': 'Vrushank Joshi', 'email': 'vrushank@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42740993', 'name': 'Sagar Rajput', 'email': 'sagar.rajput@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '135064015', 'name': 'Accounts Mumbai', 'email': 'accounts@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e67/142428d9cc4319e37c1e5b31a2333e67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '141741174', 'name': 'Audit Mumbai', 'email': 'audit@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f1e/db58e5b4ef90afedbbbc71305cb25f1e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142734510', 'name': 'Ketki Sawant', 'email': 'ketki@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e29/18a274b62f62682b6abd48488aa9fe29.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376236285', 'name': 'Anvita Mudbidri', 'email': 'anvita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7be/9375a8689b49aa40574dc3a79c3717be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '387117441', 'name': 'Lamhita Lalwani', 'email': 'lamhita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '36955718', 'name': 'Sts Bandra', 'email': 'stsbandra@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '282030084', 'name': 'STS CHEMBUR', 'email': 'stschembur@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666336633', 'display_string': '+91-7666336633'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/024/2403a4c42fd5d477bea224b07a002024.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19925227) 2025-09-16 00:43:26 [zomato] INFO: Res ID 19925227: Found emails {'accounts@kytchens.in', 'reem@goenkaventures.com', 'kavan@goenkaventures.com', 'ketki@goenkaventures.com', 'vrushank@goenkaventures.com', 'anvita@goenkaventures.com', 'sts@goenkaventures.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19925227&business_type=o2> {'res_id': 19925227, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['kavan@goenkaventures.com'], 'manager_emails': ['reem@goenkaventures.com', 'vrushank@goenkaventures.com', 'ketki@goenkaventures.com', 'accounts@kytchens.in', 'sts@goenkaventures.com', 'anvita@goenkaventures.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619910897', 'display_string': '+91-9619910897', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097411063', 'display_string': '+91-8097411063', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46441285', 'name': 'Kavan Shetty', 'email': 'kavan@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769060690', 'display_string': '+91-9769060690'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35874873', 'name': 'Reem Iqbal', 'email': 'reem@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36919044', 'name': 'Vrushank Joshi', 'email': 'vrushank@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142734510', 'name': 'Ketki Sawant', 'email': 'ketki@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e29/18a274b62f62682b6abd48488aa9fe29.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '349119548', 'name': 'Sts .', 'email': 'sts@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e59/d6a09129f79308b249e10dce1e60be59.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376236285', 'name': 'Anvita Mudbidri', 'email': 'anvita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7be/9375a8689b49aa40574dc3a79c3717be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '36955718', 'name': 'Sts Bandra', 'email': 'stsbandra@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19634583) 2025-09-16 00:43:30 [zomato] INFO: Res ID 19634583: Found emails {'accounts@kytchens.in', 'reem@goenkaventures.com', 'kavan@goenkaventures.com', 'ketki@goenkaventures.com', 'vrushank@goenkaventures.com', 'anvita@goenkaventures.com', 'bluesapphirehospitality2019@gmail.com', 'marketing@goenkaventures.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19634583&business_type=o2> {'res_id': 19634583, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['kavan@goenkaventures.com'], 'manager_emails': ['reem@goenkaventures.com', 'vrushank@goenkaventures.com', 'bluesapphirehospitality2019@gmail.com', 'ketki@goenkaventures.com', 'accounts@kytchens.in', 'marketing@goenkaventures.com', 'anvita@goenkaventures.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097411061', 'display_string': '+91-8097411061', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46441285', 'name': 'Kavan Shetty', 'email': 'kavan@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769060690', 'display_string': '+91-9769060690'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35874873', 'name': 'Reem Iqbal', 'email': 'reem@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36919044', 'name': 'Vrushank Joshi', 'email': 'vrushank@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '119442270', 'name': 'Kavan Shetty', 'email': 'bluesapphirehospitality2019@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820152102', 'display_string': '+91-9820152102'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/97e/a8474d2219e77dfb92ed68aa4bc9797e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142734510', 'name': 'Ketki Sawant', 'email': 'ketki@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e29/18a274b62f62682b6abd48488aa9fe29.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342820079', 'name': 'Marketing TCSC', 'email': 'marketing@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f69/e36aba5648e466a90efe79c68a70cf69.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376236285', 'name': 'Anvita Mudbidri', 'email': 'anvita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7be/9375a8689b49aa40574dc3a79c3717be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '36955718', 'name': 'Sts Bandra', 'email': 'stsbandra@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18580882) 2025-09-16 00:43:32 [zomato] INFO: Res ID 18580882: Found emails {'accounts@kytchens.in', 'reem@goenkaventures.com', 'kavan@goenkaventures.com', 'accounts@goenkaventures.com', 'vrushank@goenkaventures.com', 'ketki@goenkaventures.com', 'stslp@goenkaventures.com', 'anvita@goenkaventures.com', 'armaan.pruthi@zomato.com', 'marketing@goenkaventures.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18580882&business_type=o2> {'res_id': 18580882, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['kavan@goenkaventures.com'], 'manager_emails': ['reem@goenkaventures.com', 'vrushank@goenkaventures.com', 'stslp@goenkaventures.com', 'accounts@goenkaventures.com', 'ketki@goenkaventures.com', 'armaan.pruthi@zomato.com', 'accounts@kytchens.in', 'marketing@goenkaventures.com', 'anvita@goenkaventures.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46441285', 'name': 'Kavan Shetty', 'email': 'kavan@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769060690', 'display_string': '+91-9769060690'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 9, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '35874873', 'name': 'Reem Iqbal', 'email': 'reem@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36919044', 'name': 'Vrushank Joshi', 'email': 'vrushank@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '50466669', 'name': 'StS Lp', 'email': 'stslp@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4ed/c3c9e224745e45403cc51b201ab114ed.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '135064015', 'name': 'Accounts Mumbai', 'email': 'accounts@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e67/142428d9cc4319e37c1e5b31a2333e67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142734510', 'name': 'Ketki Sawant', 'email': 'ketki@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e29/18a274b62f62682b6abd48488aa9fe29.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209313006', 'name': 'Armaan', 'email': 'armaan.pruthi@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c9a/64a70285a250ccdc0e15da8bbe35bc9a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342820079', 'name': 'Marketing TCSC', 'email': 'marketing@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f69/e36aba5648e466a90efe79c68a70cf69.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376236285', 'name': 'Anvita Mudbidri', 'email': 'anvita@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7be/9375a8689b49aa40574dc3a79c3717be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '36955718', 'name': 'Sts Bandra', 'email': 'stsbandra@goenkaventures.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7666556655', 'display_string': '+91-7666556655'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '50466669', 'name': 'StS Lp', 'email': 'stslp@goenkaventures.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4ed/c3c9e224745e45403cc51b201ab114ed.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20578647) 2025-09-16 00:43:36 [zomato] INFO: Res ID 20578647: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'achint.kaur@zomato.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20578647&business_type=o2> {'res_id': 20578647, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'achint.kaur@zomato.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 12, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '344349927', 'name': 'Achint Kaur', 'email': 'achint.kaur@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7703881518', 'display_string': '+91-7703881518'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/94a/f392a89024c0cd0551358574e945894a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:43:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:43:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21322190) 2025-09-16 00:43:39 [zomato] INFO: Res ID 21322190: Found emails {'accounts@kytchens.in', 'finance@meatspice.com', 'harsh@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21322190&business_type=o2> {'res_id': 21322190, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts@kytchens.in', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20964986) 2025-09-16 00:43:42 [zomato] INFO: Res ID 20964986: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'harsh@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20964986&business_type=o2> {'res_id': 20964986, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20700554) 2025-09-16 00:43:46 [zomato] INFO: Res ID 20700554: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20700554&business_type=o2> {'res_id': 20700554, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info@itsez.tech'], 'manager_emails': ['finance@meatspice.com', 'accounts2@prasuma.com', 'harsh@prasuma.com', 'pmk_operations@prasuma.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20307979) 2025-09-16 00:43:50 [zomato] INFO: Res ID 20307979: Found emails {'accounts@kytchens.in', 'pmk_operations@prasuma.com', 'ops@itsez.tech', 'finance@meatspice.com', 'harsh@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20307979&business_type=o2> {'res_id': 20307979, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'harsh@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 13, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21191455) 2025-09-16 00:43:54 [zomato] INFO: Res ID 21191455: Found emails {'accounts@kytchens.in', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21191455&business_type=o2> {'res_id': 21191455, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'pmk_operations@prasuma.com', 'accounts@kytchens.in', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619008909', 'display_string': '+91-9619008909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619008909', 'display_string': '+91-9619008909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:43:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20307968) 2025-09-16 00:43:57 [zomato] INFO: Res ID 20307968: Found emails {'accounts@kytchens.in', 'pmk_operations@prasuma.com', 'ops@itsez.tech', 'finance@meatspice.com', 'harsh@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20307968&business_type=o2> {'res_id': 20307968, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'harsh@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 13, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20756081) 2025-09-16 00:44:00 [zomato] INFO: Res ID 20756081: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20756081&business_type=o2> {'res_id': 20756081, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21664947) 2025-09-16 00:44:03 [zomato] INFO: Res ID 21664947: Found emails {'accounts@kytchens.in', 'harsh@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21664947&business_type=o2> {'res_id': 21664947, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['info@itsez.tech', 'accounts2@prasuma.com', 'accounts@kytchens.in', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977071511', 'display_string': '+91-7977071511', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20416410) 2025-09-16 00:44:06 [zomato] INFO: Res ID 20416410: Found emails {'accounts@kytchens.in', 'pmk_operations@prasuma.com', 'ops@itsez.tech', 'finance@meatspice.com', 'harsh@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20416410&business_type=o2> {'res_id': 20416410, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'harsh@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 12, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:44:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:44:08 [scrapy.extensions.logstats] INFO: Crawled 113 pages (at 17 pages/min), scraped 111 items (at 17 items/min) 2025-09-16 00:44:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20307960) 2025-09-16 00:44:10 [zomato] INFO: Res ID 20307960: Found emails {'accounts@kytchens.in', 'pmk_operations@prasuma.com', 'ops@itsez.tech', 'finance@meatspice.com', 'help@meatigo.com', 'harsh@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'info@itsez.tech', 'chemburkytchens@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20307960&business_type=o2> {'res_id': 20307960, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'chemburkytchens@gmail.com', 'help@meatigo.com', 'accounts2@prasuma.com', 'harsh@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 14, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '257168806', 'name': 'Meatigo Support', 'email': 'help@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1b2/ef6425be0d7b8daa5054e23f6bbbb1b2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20499104) 2025-09-16 00:44:15 [zomato] INFO: Res ID 20499104: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20499104&business_type=o2> {'res_id': 20499104, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com', 'orders@meatigo.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930545375', 'display_string': '+91-9930545375', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 11, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '284042274', 'name': 'Orders', 'email': 'orders@meatigo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfe/b8782ae7f70205759cf730b842663dfe.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20740944) 2025-09-16 00:44:19 [zomato] INFO: Res ID 20740944: Found emails {'accounts@kytchens.in', 'ops@itsez.tech', 'finance@meatspice.com', 'info@itsez.tech', 'harsh@prasuma.com', 'accounts8@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20740944&business_type=o2> {'res_id': 20740944, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['finance@meatspice.com', 'info@itsez.tech', 'accounts2@prasuma.com', 'pmk_operations@prasuma.com', 'accounts8@prasuma.com', 'accounts@kytchens.in', 'ops@itsez.tech', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '215814908', 'name': 'Rajkumar', 'email': 'finance@meatspice.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '270595530', 'name': 'Pankaj Kumar | Prasuma', 'email': 'accounts2@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9990522890', 'display_string': '+91-9990522890'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281874245', 'name': 'Pankaj Verma | Momo Kitchen', 'email': 'pmk_operations@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082908863', 'display_string': '+91-9082908863'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/800/a0cf15c5c367f4746be5f4ccea5ae800.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '320252061', 'name': 'Neeraj', 'email': 'accounts8@prasuma.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341415315', 'name': 'EZ Ops', 'email': 'ops@itsez.tech', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21875306) 2025-09-16 00:44:23 [zomato] INFO: Res ID 21875306: Found emails {'accounts@kytchens.in', 'harsh@prasuma.com', 'achint.kaur@zomato.com', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21875306&business_type=o2> {'res_id': 21875306, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['info@itsez.tech', 'accounts@kytchens.in', 'achint.kaur@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '344349927', 'name': 'Achint Kaur', 'email': 'achint.kaur@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7703881518', 'display_string': '+91-7703881518'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/94a/f392a89024c0cd0551358574e945894a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21793183) 2025-09-16 00:44:27 [zomato] INFO: Res ID 21793183: Found emails {'accounts@kytchens.in', 'harsh@prasuma.com', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai', 'info@itsez.tech'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21793183&business_type=o2> {'res_id': 21793183, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['harsh@prasuma.com'], 'manager_emails': ['info@itsez.tech', 'accounts@kytchens.in', 'orm.prasumamomokitchen@gmail.com', 'access@advancex.ai'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '275496014', 'name': 'Harsh Gupta | Prasuma', 'email': 'harsh@prasuma.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967234837', 'display_string': '+91-9967234837'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e78/c003c84b67c97eee624559c7ac2d1e78.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '238616468', 'name': 'Info EZ', 'email': 'info@itsez.tech', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977776101', 'display_string': '+91-7977776101'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353724713', 'name': 'PMK I ORM', 'email': 'orm.prasumamomokitchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/600/e2446a0a30a4ec0ad4e68dbed8273600.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353785570', 'name': 'AdvanceX Access', 'email': 'access@advancex.ai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977772641', 'display_string': '+91-7977772641'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20367398) 2025-09-16 00:44:30 [zomato] INFO: Res ID 20367398: Found emails {'accounts@kytchens.in', 'apsraps@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20367398&business_type=o2> {'res_id': 20367398, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['apsraps@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '29307556', 'name': 'Aps R', 'email': 'apsraps@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819084918', 'display_string': '+91-9819084918'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b1b/357789a1a3304439e9cb68bc14d60b1b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31419513', 'name': 'BKC KYTCHENS', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21651042) 2025-09-16 00:44:33 [zomato] INFO: Res ID 21651042: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21651042&business_type=o2> {'res_id': 21651042, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21651170) 2025-09-16 00:44:37 [zomato] INFO: Res ID 21651170: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21651170&business_type=o2> {'res_id': 21651170, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:44:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:44:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21651319) 2025-09-16 00:44:41 [zomato] INFO: Res ID 21651319: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21651319&business_type=o2> {'res_id': 21651319, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133160) 2025-09-16 00:44:45 [zomato] INFO: Res ID 21133160: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133160&business_type=o2> {'res_id': 21133160, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 2, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133161) 2025-09-16 00:44:49 [zomato] INFO: Res ID 21133161: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133161&business_type=o2> {'res_id': 21133161, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133180) 2025-09-16 00:44:53 [zomato] INFO: Res ID 21133180: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133180&business_type=o2> {'res_id': 21133180, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22128746) 2025-09-16 00:44:56 [zomato] INFO: Res ID 22128746: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com', 'onlinesales@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22128746&business_type=o2> {'res_id': 22128746, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'onlinesales@parsidairyfarm.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '378274699', 'name': 'Shubham Ghadage', 'email': 'onlinesales@parsidairyfarm.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:44:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133182) 2025-09-16 00:44:59 [zomato] INFO: Res ID 21133182: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133182&business_type=o2> {'res_id': 21133182, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133184) 2025-09-16 00:45:03 [zomato] INFO: Res ID 21133184: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133184&business_type=o2> {'res_id': 21133184, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21690744) 2025-09-16 00:45:06 [zomato] INFO: Res ID 21690744: Found emails {'accounts@kytchens.in', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21690744&business_type=o2> {'res_id': 21690744, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977071511', 'display_string': '+91-7977071511', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:45:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:45:08 [scrapy.extensions.logstats] INFO: Crawled 129 pages (at 16 pages/min), scraped 127 items (at 16 items/min) 2025-09-16 00:45:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21843065) 2025-09-16 00:45:09 [zomato] INFO: Res ID 21843065: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21843065&business_type=o2> {'res_id': 21843065, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21877900) 2025-09-16 00:45:13 [zomato] INFO: Res ID 21877900: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'onlinesales@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21877900&business_type=o2> {'res_id': 21877900, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'onlinesales@parsidairyfarm.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '378274699', 'name': 'Shubham Ghadage', 'email': 'onlinesales@parsidairyfarm.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133159) 2025-09-16 00:45:17 [zomato] INFO: Res ID 21133159: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133159&business_type=o2> {'res_id': 21133159, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21795112) 2025-09-16 00:45:21 [zomato] INFO: Res ID 21795112: Found emails {'accounts@kytchens.in', 'manish.kumar@zomato.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21795112&business_type=o2> {'res_id': 21795112, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['manish.kumar@zomato.com', 'skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976709901', 'display_string': '+91-8976709901', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '334357656', 'name': 'Sarfaraz Irani', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976722245', 'display_string': '+91-8976722245'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16264327', 'name': 'Manish Kumar', 'email': 'manish.kumar@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9716060874', 'display_string': '+91-9716060874'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3df/fa13ea72d0a0b0c801e36a07d57c53df.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133142) 2025-09-16 00:45:24 [zomato] INFO: Res ID 21133142: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133142&business_type=o2> {'res_id': 21133142, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'abhinav.lohiya@zomato.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21127769) 2025-09-16 00:45:28 [zomato] INFO: Res ID 21127769: Found emails {'accounts@kytchens.in', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21127769&business_type=o2> {'res_id': 21127769, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21133178) 2025-09-16 00:45:32 [zomato] INFO: Res ID 21133178: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in', 'skirani@parsidairyfarm.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21133178&business_type=o2> {'res_id': 21133178, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['skirani@parsidairyfarm.com', 'zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27558433', 'name': 'Sarfaraz Irani', 'email': 'skirani@parsidairyfarm.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819874445', 'display_string': '+91-9819874445'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6f/96ad533b2ec99de082f05a7eb787db6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21288156) 2025-09-16 00:45:34 [zomato] INFO: Res ID 21288156: Found emails {'accounts@kytchens.in', 'harshita.dhingra@zomato.com', 'ghadageshubham@gmail.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21288156&business_type=o2> {'res_id': 21288156, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ghadageshubham@gmail.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'harshita.dhingra@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1435421', 'name': 'Shubham Ghadage', 'email': 'ghadageshubham@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930396426', 'display_string': '+91-9930396426'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/375/a1e8e784c0c6e592576af45ad3b9b375.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353377960', 'name': 'Harshita Dhingra', 'email': 'harshita.dhingra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9050214401', 'display_string': '+91-9050214401'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/511/bb517b6f626eaf1a29524b588cd60511.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833356422', 'display_string': '+91-9833356422'}, 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21090836) 2025-09-16 00:45:39 [zomato] INFO: Res ID 21090836: Found emails {'accounts@kytchens.in', 'vidyarthiarjun15@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21090836&business_type=o2> {'res_id': 21090836, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['vidyarthiarjun15@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16511314', 'name': 'Arjun', 'email': 'vidyarthiarjun15@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8779796845', 'display_string': '+91-8779796845'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/087/4399113069273cf458f68a6cd5db8087.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21640085) 2025-09-16 00:45:42 [zomato] INFO: Res ID 21640085: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'isha.paba@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21640085&business_type=o2> {'res_id': 21640085, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'isha.paba@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346710708', 'name': 'Isha Paba', 'email': 'isha.paba@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8f/90c85b37b8495520aa0555eb72afce8f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21021676) 2025-09-16 00:45:46 [zomato] INFO: Res ID 21021676: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21021676&business_type=o2> {'res_id': 21021676, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19699392) 2025-09-16 00:45:50 [zomato] INFO: Res ID 19699392: Found emails {'accounts@kytchens.in', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'b.h.kotecha@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19699392&business_type=o2> {'res_id': 19699392, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['b.h.kotecha@gmail.com'], 'manager_emails': ['bansi@kytchens.in', 'juhukytchen@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '396968', 'name': 'Bansi Kotecha', 'email': 'b.h.kotecha@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833901724', 'display_string': '+91-9833901724'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ba/7b8c0826aa1e06ceac8da83b55d9a7ba.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19793736) 2025-09-16 00:45:54 [zomato] INFO: Res ID 19793736: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com', 'vinittanna94@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19793736&business_type=o2> {'res_id': 19793736, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['vinittanna94@gmail.com', 'centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '29754469', 'name': 'Vinit', 'email': 'vinittanna94@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2aa/77ba21a4439fdf522adba153d1c1d2aa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:45:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19693153) 2025-09-16 00:45:58 [zomato] INFO: Res ID 19693153: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19693153&business_type=o2> {'res_id': 19693153, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19705008) 2025-09-16 00:46:02 [zomato] INFO: Res ID 19705008: Found emails {'accounts@kytchens.in', 'info@eatnoto.com', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19705008&business_type=o2> {'res_id': 19705008, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'info@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '163593232', 'name': 'NOTO Healthy Ice Cream', 'email': 'info@eatnoto.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '240499789', 'name': 'Danawale', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930956477', 'display_string': '+91-9930956477'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19968378) 2025-09-16 00:46:04 [zomato] INFO: Res ID 19968378: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19968378&business_type=o2> {'res_id': 19968378, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:46:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:46:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20400495) 2025-09-16 00:46:08 [scrapy.extensions.logstats] INFO: Crawled 146 pages (at 17 pages/min), scraped 143 items (at 16 items/min) 2025-09-16 00:46:08 [zomato] INFO: Res ID 20400495: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20400495&business_type=o2> {'res_id': 20400495, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20175944) 2025-09-16 00:46:12 [zomato] INFO: Res ID 20175944: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20175944&business_type=o2> {'res_id': 20175944, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20335203) 2025-09-16 00:46:16 [zomato] INFO: Res ID 20335203: Found emails {'accounts@kytchens.in', 'ashishk.kumar50.ak@gmail.com', 'centralsupport@eatnoto.com', 'reviews@restaverse.com', 'isha.paba@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20335203&business_type=o2> {'res_id': 20335203, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'ashishk.kumar50.ak@gmail.com', 'accounts@kytchens.in', 'isha.paba@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8788421735', 'display_string': '+91-8788421735', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8788421735', 'display_string': '+91-8788421735', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '269428850', 'name': 'Ashish Kumar', 'email': 'ashishk.kumar50.ak@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082629823', 'display_string': '+91-9082629823'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/cf3/1b322ee3442728c735053195ad30ecf3.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346710708', 'name': 'Isha Paba', 'email': 'isha.paba@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8f/90c85b37b8495520aa0555eb72afce8f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.pune@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19959190) 2025-09-16 00:46:18 [zomato] INFO: Res ID 19959190: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19959190&business_type=o2> {'res_id': 19959190, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '189334728', 'name': 'Rk', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19938100) 2025-09-16 00:46:22 [zomato] INFO: Res ID 19938100: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19938100&business_type=o2> {'res_id': 19938100, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21026794) 2025-09-16 00:46:25 [zomato] INFO: Res ID 21026794: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'k4kumara4amit@gmail.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21026794&business_type=o2> {'res_id': 21026794, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'k4kumara4amit@gmail.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '106325394', 'name': 'Amit Kumar', 'email': 'k4kumara4amit@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9523611611', 'display_string': '+91-9523611611'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0d2/958e8fd7bbdfe366576ec110cb28f0d2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20284633) 2025-09-16 00:46:29 [zomato] INFO: Res ID 20284633: Found emails {'accounts@kytchens.in', 'ashishk.kumar50.ak@gmail.com', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20284633&business_type=o2> {'res_id': 20284633, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'ashishk.kumar50.ak@gmail.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '269428850', 'name': 'Ashish Kumar', 'email': 'ashishk.kumar50.ak@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082629823', 'display_string': '+91-9082629823'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/cf3/1b322ee3442728c735053195ad30ecf3.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21199040) 2025-09-16 00:46:32 [zomato] INFO: Res ID 21199040: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21199040&business_type=o2> {'res_id': 21199040, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936358) 2025-09-16 00:46:36 [zomato] INFO: Res ID 20936358: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936358&business_type=o2> {'res_id': 20936358, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21022795) 2025-09-16 00:46:41 [zomato] INFO: Res ID 21022795: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21022795&business_type=o2> {'res_id': 21022795, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21198497) 2025-09-16 00:46:44 [zomato] INFO: Res ID 21198497: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21198497&business_type=o2> {'res_id': 21198497, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21022829) 2025-09-16 00:46:47 [zomato] INFO: Res ID 21022829: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21022829&business_type=o2> {'res_id': 21022829, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21196773) 2025-09-16 00:46:51 [zomato] INFO: Res ID 21196773: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21196773&business_type=o2> {'res_id': 21196773, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21191332) 2025-09-16 00:46:53 [zomato] INFO: Res ID 21191332: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21191332&business_type=o2> {'res_id': 21191332, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:46:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936313) 2025-09-16 00:46:57 [zomato] INFO: Res ID 20936313: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936313&business_type=o2> {'res_id': 20936313, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21191219) 2025-09-16 00:47:00 [zomato] INFO: Res ID 21191219: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21191219&business_type=o2> {'res_id': 21191219, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20441327) 2025-09-16 00:47:04 [zomato] INFO: Res ID 20441327: Found emails {'accounts@kytchens.in', 'accounts@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20441327&business_type=o2> {'res_id': 20441327, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:47:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:47:08 [scrapy.extensions.logstats] INFO: Crawled 162 pages (at 16 pages/min), scraped 160 items (at 17 items/min) 2025-09-16 00:47:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20268562) 2025-09-16 00:47:08 [zomato] INFO: Res ID 20268562: Found emails {'accounts@kytchens.in', 'accounts@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20268562&business_type=o2> {'res_id': 20268562, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['accounts@scoopsomemore.com', 'ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21249980) 2025-09-16 00:47:13 [zomato] INFO: Res ID 21249980: Found emails {'accounts@kytchens.in', 'accounts@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21249980&business_type=o2> {'res_id': 21249980, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20357421) 2025-09-16 00:47:16 [zomato] INFO: Res ID 20357421: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'meha@scoopsomemore.com', 'accounts@scoopsomemore.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20357421&business_type=o2> {'res_id': 20357421, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'meha@scoopsomemore.com', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930545375', 'display_string': '+91-9930545375', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21387267) 2025-09-16 00:47:21 [zomato] INFO: Res ID 21387267: Found emails {'accounts@kytchens.in', 'meha@scoopsomemore.com', 'accounts@scoopsomemore.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21387267&business_type=o2> {'res_id': 21387267, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['meha@scoopsomemore.com'], 'manager_emails': ['accounts@scoopsomemore.com', 'ardandekar04@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20268560) 2025-09-16 00:47:25 [zomato] INFO: Res ID 20268560: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'accounts@scoopsomemore.com', 'chemburkytchens@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20268560&business_type=o2> {'res_id': 20268560, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'chemburkytchens@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20972244) 2025-09-16 00:47:28 [zomato] INFO: Res ID 20972244: Found emails {'accounts@kytchens.in', 'accounts@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20972244&business_type=o2> {'res_id': 20972244, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20715401) 2025-09-16 00:47:30 [zomato] INFO: Res ID 20715401: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'meha@scoopsomemore.com', 'accounts@scoopsomemore.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20715401&business_type=o2> {'res_id': 20715401, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'meha@scoopsomemore.com', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372444987', 'display_string': '+91-9372444987', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20821543) 2025-09-16 00:47:33 [zomato] INFO: Res ID 20821543: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'meha@scoopsomemore.com', 'accounts@scoopsomemore.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20821543&business_type=o2> {'res_id': 20821543, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'meha@scoopsomemore.com', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20983901) 2025-09-16 00:47:36 [zomato] INFO: Res ID 20983901: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'meha@scoopsomemore.com', 'accounts@scoopsomemore.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20983901&business_type=o2> {'res_id': 20983901, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'meha@scoopsomemore.com', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20651116) 2025-09-16 00:47:38 [zomato] INFO: Res ID 20651116: Found emails {'accounts@kytchens.in', 'accounts@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20651116&business_type=o2> {'res_id': 20651116, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21328783) 2025-09-16 00:47:41 [zomato] INFO: Res ID 21328783: Found emails {'accounts@kytchens.in', 'meha@scoopsomemore.com', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21328783&business_type=o2> {'res_id': 21328783, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['meha@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '345991021', 'name': 'Meha Agrawal', 'email': 'meha@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9923915376', 'display_string': '+91-9923915376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20565934) 2025-09-16 00:47:43 [zomato] INFO: Res ID 20565934: Found emails {'accounts@kytchens.in', 'anwar.meemees@gmail.com', 'ardandekar04@gmail.com', 'satbirsingh.lote@zomato.com', 'accounts@scoopsomemore.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20565934&business_type=o2> {'res_id': 20565934, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@scoopsomemore.com'], 'manager_emails': ['ardandekar04@gmail.com', 'satbirsingh.lote@zomato.com', 'accounts@kytchens.in', 'anwar.meemees@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30061748', 'name': 'Meha Agarwal', 'email': 'accounts@scoopsomemore.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833015376', 'display_string': '+91-9833015376'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '58667658', 'name': 'Satbir', 'email': 'satbirsingh.lote@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8149542422', 'display_string': '+91-8149542422'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '321543398', 'name': 'Anwar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8369529860', 'display_string': '+91-8369529860'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '353155749', 'name': 'Anwar Shaikh', 'email': 'anwar.meemees@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bd4/07b9589e6a58cc94029bed1ce6b29bd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20651060) 2025-09-16 00:47:47 [zomato] INFO: Res ID 20651060: Found emails {'accounts@kytchens.in', 'ardandekar04@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20651060&business_type=o2> {'res_id': 20651060, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['ardandekar04@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46445657', 'name': 'Ardandekar04', 'email': 'ardandekar04@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769768608', 'display_string': '+91-9769768608'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19511757) 2025-09-16 00:47:50 [zomato] INFO: Res ID 19511757: Found emails {'accounts@kytchens.in', 'sachin.bajpai@zomato.com', 'imran@marrakeshindia.com', 'juhukytchen@gmail.com', 'bansi@kytchens.in', 'marrakesh.venturesllp@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19511757&business_type=o2> {'res_id': 19511757, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['imran@marrakeshindia.com', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'marrakesh.venturesllp@gmail.com', 'sachin.bajpai@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '219527974', 'name': 'Marrakesh Ventures', 'email': 'marrakesh.venturesllp@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b88/78169bf1485d5f18dfa4ab5cf1f9cb88.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '247481470', 'name': 'Sachin Bajpai', 'email': 'sachin.bajpai@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8805035798', 'display_string': '+91-8805035798'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/523/7cfc8208bed3a1174466f9ae5b509523.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 3, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2809148', 'name': 'Suruchi', 'email': 'suruchikaloti2@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104422647', 'display_string': '+91-8104422647'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/841/ac17d3aa856d7f059c3027e2945a1841.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176774592', 'name': 'Sheetal Kundra', 'email': 'sheetal@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dc2/8cf6632d58faf3d469078e765ccc0dc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19701364) 2025-09-16 00:47:54 [zomato] INFO: Res ID 19701364: Found emails {'accounts@kytchens.in', 'sachin.bajpai@zomato.com', 'imran@marrakeshindia.com', 'bansi@kytchens.in', 'marrakesh.venturesllp@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19701364&business_type=o2> {'res_id': 19701364, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['imran@marrakeshindia.com'], 'manager_emails': ['imran@marrakeshindia.com', 'bansi@kytchens.in', 'marrakesh.venturesllp@gmail.com', 'sachin.bajpai@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '219527974', 'name': 'Marrakesh Ventures', 'email': 'marrakesh.venturesllp@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b88/78169bf1485d5f18dfa4ab5cf1f9cb88.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '247481470', 'name': 'Sachin Bajpai', 'email': 'sachin.bajpai@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8805035798', 'display_string': '+91-8805035798'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/523/7cfc8208bed3a1174466f9ae5b509523.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:47:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20189917) 2025-09-16 00:47:57 [zomato] INFO: Res ID 20189917: Found emails {'accounts@kytchens.in', 'sachin.bajpai@zomato.com', 'imran@marrakeshindia.com', 'armaan.pruthi@zomato.com', 'chemburkytchens@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20189917&business_type=o2> {'res_id': 20189917, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['imran@marrakeshindia.com'], 'manager_emails': ['imran@marrakeshindia.com', 'armaan.pruthi@zomato.com', 'sachin.bajpai@zomato.com', 'chemburkytchens@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209313006', 'name': 'Armaan', 'email': 'armaan.pruthi@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c9a/64a70285a250ccdc0e15da8bbe35bc9a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '247481470', 'name': 'Sachin Bajpai', 'email': 'sachin.bajpai@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8805035798', 'display_string': '+91-8805035798'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/523/7cfc8208bed3a1174466f9ae5b509523.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19166932) 2025-09-16 00:48:01 [zomato] INFO: Res ID 19166932: Found emails {'accounts@kytchens.in', 'sachin.bajpai@zomato.com', 'imran@marrakeshindia.com', 'bansi@kytchens.in', 'marrakesh.venturesllp@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19166932&business_type=o2> {'res_id': 19166932, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['imran@marrakeshindia.com', 'bansi@kytchens.in', 'marrakesh.venturesllp@gmail.com', 'sachin.bajpai@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '180144474', 'name': 'Adi', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8850021414', 'display_string': '+91-8850021414'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '219527974', 'name': 'Marrakesh Ventures', 'email': 'marrakesh.venturesllp@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b88/78169bf1485d5f18dfa4ab5cf1f9cb88.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '247481470', 'name': 'Sachin Bajpai', 'email': 'sachin.bajpai@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8805035798', 'display_string': '+91-8805035798'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/523/7cfc8208bed3a1174466f9ae5b509523.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 3, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10817331', 'name': 'Imran Inamdar', 'email': 'imran@marrakeshindia.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7798827351', 'display_string': '+91-7798827351'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0c6/08b5c2b4c30828283994a0a6b645d0c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21117982) 2025-09-16 00:48:04 [zomato] INFO: Res ID 21117982: Found emails {'accounts@kytchens.in', 'mamledarmisal1952@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21117982&business_type=o2> {'res_id': 21117982, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['mamledarmisal1952@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '287479016', 'name': 'Pravin', 'email': 'mamledarmisal1952@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821233761', 'display_string': '+91-9821233761'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21679220) 2025-09-16 00:48:07 [zomato] INFO: Res ID 21679220: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21679220&business_type=o2> {'res_id': 21679220, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:08 [scrapy.extensions.logstats] INFO: Crawled 181 pages (at 19 pages/min), scraped 179 items (at 19 items/min) 2025-09-16 00:48:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21328510) 2025-09-16 00:48:11 [zomato] INFO: Res ID 21328510: Found emails {'accounts@kytchens.in', 'mamledarmisal1952@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21328510&business_type=o2> {'res_id': 21328510, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['mamledarmisal1952@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '287479016', 'name': 'Pravin', 'email': 'mamledarmisal1952@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821233761', 'display_string': '+91-9821233761'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21202565) 2025-09-16 00:48:15 [zomato] INFO: Res ID 21202565: Found emails {'accounts@kytchens.in', 'mamledarmisal1952@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21202565&business_type=o2> {'res_id': 21202565, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['mamledarmisal1952@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '287479016', 'name': 'Pravin', 'email': 'mamledarmisal1952@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821233761', 'display_string': '+91-9821233761'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21117925) 2025-09-16 00:48:19 [zomato] INFO: Res ID 21117925: Found emails {'accounts@kytchens.in', 'mamledarmisal1952@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21117925&business_type=o2> {'res_id': 21117925, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['mamledarmisal1952@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '287479016', 'name': 'Pravin', 'email': 'mamledarmisal1952@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821233761', 'display_string': '+91-9821233761'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21848785) 2025-09-16 00:48:22 [zomato] INFO: Res ID 21848785: Found emails {'accounts@kytchens.in', 'manish@restaverse.com', 'operations@foodmatters.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'orm.foodmatters@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21848785&business_type=o2> {'res_id': 21848785, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['operations@foodmatters.in'], 'manager_emails': ['shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'orm.foodmatters@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '368250905', 'name': 'Gauri Devidayal', 'email': 'operations@foodmatters.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987033896', 'display_string': '+91-9987033896'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340512997', 'name': 'Orm Restaverse', 'email': 'orm.foodmatters@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/122/222c6a59c7595f3c5e877546add92122.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'baishali@foodmatters.in', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21966909) 2025-09-16 00:48:26 [zomato] INFO: Res ID 21966909: Found emails {'accounts@kytchens.in', 'manish@restaverse.com', 'operations@foodmatters.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21966909&business_type=o2> {'res_id': 21966909, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['operations@foodmatters.in'], 'manager_emails': ['shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '368250905', 'name': 'Gauri Devidayal', 'email': 'operations@foodmatters.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987033896', 'display_string': '+91-9987033896'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22020068) 2025-09-16 00:48:31 [zomato] INFO: Res ID 22020068: Found emails {'accounts@kytchens.in', 'manish@restaverse.com', 'operations@foodmatters.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22020068&business_type=o2> {'res_id': 22020068, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['operations@foodmatters.in'], 'manager_emails': ['shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '368250905', 'name': 'Gauri Devidayal', 'email': 'operations@foodmatters.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987033896', 'display_string': '+91-9987033896'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21734572) 2025-09-16 00:48:35 [zomato] INFO: Res ID 21734572: Found emails {'accounts@kytchens.in', 'madoverdonuts.2025@gmail.com', 'sachin.shenvi@himeshfoods.com', 'mod.callcentre@himeshfoods.com', 'admin@insidethebox.co.in', 'madala.krishna@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21734572&business_type=o2> {'res_id': 21734572, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['sachin.shenvi@himeshfoods.com'], 'manager_emails': ['mod.callcentre@himeshfoods.com', 'admin@insidethebox.co.in', 'sachin.shenvi@himeshfoods.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'madoverdonuts.2025@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738079090', 'display_string': '+91-7738079090', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '258030293', 'name': 'Sachin Shenvi', 'email': 'sachin.shenvi@himeshfoods.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821822959', 'display_string': '+91-9821822959'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d4/d33794140c29400cf1a3e566a48733d4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30914730', 'name': 'MOD Callcentre', 'email': 'mod.callcentre@himeshfoods.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '49229676', 'name': 'Admin- ITB', 'email': 'admin@insidethebox.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8588855475', 'display_string': '+91-8588855475'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '258030293', 'name': 'Sachin Shenvi', 'email': 'sachin.shenvi@himeshfoods.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821822959', 'display_string': '+91-9821822959'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d4/d33794140c29400cf1a3e566a48733d4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '372806826', 'name': 'Mad Over Donuts', 'email': 'madoverdonuts.2025@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ae2/ba8999229426ee09d28b5d587fd39ae2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20628867) 2025-09-16 00:48:39 [zomato] INFO: Res ID 20628867: Found emails {'accounts@kytchens.in', 'madoverdonuts.2025@gmail.com', 'sachin.shenvi@himeshfoods.com', 'madoverdonutsorm@gmail.com', 'admin@insidethebox.co.in', 'madala.krishna@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20628867&business_type=o2> {'res_id': 20628867, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['admin@insidethebox.co.in'], 'manager_emails': ['sachin.shenvi@himeshfoods.com', 'madoverdonutsorm@gmail.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'madoverdonuts.2025@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '49229676', 'name': 'Admin- ITB', 'email': 'admin@insidethebox.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8588855475', 'display_string': '+91-8588855475'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '258030293', 'name': 'Sachin Shenvi', 'email': 'sachin.shenvi@himeshfoods.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821822959', 'display_string': '+91-9821822959'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d4/d33794140c29400cf1a3e566a48733d4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '310917442', 'name': 'Mad Over Donuts', 'email': 'madoverdonutsorm@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '372806826', 'name': 'Mad Over Donuts', 'email': 'madoverdonuts.2025@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ae2/ba8999229426ee09d28b5d587fd39ae2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '31419513', 'name': 'BKC KYTCHENS', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987739918', 'display_string': '+91-9987739918'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22118205) 2025-09-16 00:48:42 [zomato] INFO: Res ID 22118205: Found emails {'accounts@kytchens.in', 'admin@insidethebox.co.in', 'sachin.shenvi@himeshfoods.com', 'madala.krishna@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22118205&business_type=o2> {'res_id': 22118205, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['sachin.shenvi@himeshfoods.com'], 'manager_emails': ['admin@insidethebox.co.in', 'accounts@kytchens.in', 'madala.krishna@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '258030293', 'name': 'Sachin Shenvi', 'email': 'sachin.shenvi@himeshfoods.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821822959', 'display_string': '+91-9821822959'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d4/d33794140c29400cf1a3e566a48733d4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '49229676', 'name': 'Admin- ITB', 'email': 'admin@insidethebox.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8588855475', 'display_string': '+91-8588855475'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21780077) 2025-09-16 00:48:46 [zomato] INFO: Res ID 21780077: Found emails {'accounts@kytchens.in', 'anisadilawari@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21780077&business_type=o2> {'res_id': 21780077, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['anisadilawari@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '537182', 'name': 'Anisadilawari', 'email': 'anisadilawari@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8054562202', 'display_string': '+91-8054562202'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21422436) 2025-09-16 00:48:50 [zomato] INFO: Res ID 21422436: Found emails {'accounts@kytchens.in', 'anisadilawari@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21422436&business_type=o2> {'res_id': 21422436, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['anisadilawari@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '537182', 'name': 'Anisadilawari', 'email': 'anisadilawari@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8054562202', 'display_string': '+91-8054562202'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21323826) 2025-09-16 00:48:54 [zomato] INFO: Res ID 21323826: Found emails {'accounts@kytchens.in', 'accounts@pbsgourmet.com', 'businessdevelopment@lafolie.in', 'orders@lafolie.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21323826&business_type=o2> {'res_id': 21323826, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@pbsgourmet.com'], 'manager_emails': ['businessdevelopment@lafolie.in', 'accounts@kytchens.in', 'orders@lafolie.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8850230195', 'display_string': '+91-8850230195', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8779930311', 'display_string': '+91-8779930311', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30223104', 'name': 'PBS Accounts', 'email': 'accounts@pbsgourmet.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372655279', 'display_string': '+91-9372655279'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/770/828fcb51aacfd93d7f8936eda285c770.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '39642631', 'name': 'La Folie', 'email': 'businessdevelopment@lafolie.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167762379', 'display_string': '+91-9167762379'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '349727461', 'name': 'La Folie Orders', 'email': 'orders@lafolie.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a15/386244c460e77087aea8d4dd21016a15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:48:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19657225) 2025-09-16 00:48:57 [zomato] INFO: Res ID 19657225: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com', 'businessdevelopment@lafolie.in', 'juhukytchen@gmail.com', 'orders@lafolie.in', 'accounts@pbsgourmet.com', 'bansi@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19657225&business_type=o2> {'res_id': 19657225, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['accounts@pbsgourmet.com', 'businessdevelopment@lafolie.in', 'bansi@kytchens.in', 'juhukytchen@gmail.com', 'abhinav.lohiya@zomato.com', 'accounts@kytchens.in', 'orders@lafolie.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 8, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '30223104', 'name': 'PBS Accounts', 'email': 'accounts@pbsgourmet.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372655279', 'display_string': '+91-9372655279'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/770/828fcb51aacfd93d7f8936eda285c770.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '39642631', 'name': 'La Folie', 'email': 'businessdevelopment@lafolie.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167762379', 'display_string': '+91-9167762379'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '177541454', 'name': 'Bansi Kotecha', 'email': 'bansi@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213551462', 'name': 'Juhu Kytchen', 'email': 'juhukytchen@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/acb/f2cd47a5c31986503a78edff82cbcacb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '349727461', 'name': 'La Folie Orders', 'email': 'orders@lafolie.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a15/386244c460e77087aea8d4dd21016a15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21711471) 2025-09-16 00:49:02 [zomato] INFO: Res ID 21711471: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21711471&business_type=o2> {'res_id': 21711471, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21711466) 2025-09-16 00:49:06 [zomato] INFO: Res ID 21711466: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21711466&business_type=o2> {'res_id': 21711466, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:08 [scrapy.extensions.logstats] INFO: Crawled 196 pages (at 15 pages/min), scraped 194 items (at 15 items/min) 2025-09-16 00:49:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21711459) 2025-09-16 00:49:10 [zomato] INFO: Res ID 21711459: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21711459&business_type=o2> {'res_id': 21711459, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21711463) 2025-09-16 00:49:13 [zomato] INFO: Res ID 21711463: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21711463&business_type=o2> {'res_id': 21711463, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['abhinav.lohiya@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21197110) 2025-09-16 00:49:17 [zomato] INFO: Res ID 21197110: Found emails {'accounts@kytchens.in', 'growth@kebabgunj.co.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21197110&business_type=o2> {'res_id': 21197110, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['growth@kebabgunj.co.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '178966348', 'name': 'Kebab Gunj', 'email': 'growth@kebabgunj.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506524622', 'display_string': '+91-7506524622'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21446518) 2025-09-16 00:49:19 [zomato] INFO: Res ID 21446518: Found emails {'accounts@kytchens.in', 'growth@kebabgunj.co.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21446518&business_type=o2> {'res_id': 21446518, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['growth@kebabgunj.co.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506524622', 'display_string': '+91-7506524622', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '178966348', 'name': 'Kebab Gunj', 'email': 'growth@kebabgunj.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506524622', 'display_string': '+91-7506524622'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21197038) 2025-09-16 00:49:23 [zomato] INFO: Res ID 21197038: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21197038&business_type=o2> {'res_id': 21197038, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21446765) 2025-09-16 00:49:27 [zomato] INFO: Res ID 21446765: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21446765&business_type=o2> {'res_id': 21446765, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20637898) 2025-09-16 00:49:30 [zomato] INFO: Res ID 20637898: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20637898&business_type=o2> {'res_id': 20637898, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21061916) 2025-09-16 00:49:34 [zomato] INFO: Res ID 21061916: Found emails {'accounts@kytchens.in', 'info@icebergicecreams.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21061916&business_type=o2> {'res_id': 21061916, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['info@icebergicecreams.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '332449596', 'name': 'B VENKATA SIVA SUHAS', 'email': 'info@icebergicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036990569', 'display_string': '+91-9036990569'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21097587) 2025-09-16 00:49:36 [zomato] INFO: Res ID 21097587: Found emails {'accounts@kytchens.in', 'info@icebergicecreams.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21097587&business_type=o2> {'res_id': 21097587, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['info@icebergicecreams.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '332449596', 'name': 'B VENKATA SIVA SUHAS', 'email': 'info@icebergicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036990569', 'display_string': '+91-9036990569'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21062047) 2025-09-16 00:49:41 [zomato] INFO: Res ID 21062047: Found emails {'accounts@kytchens.in', 'info@icebergicecreams.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21062047&business_type=o2> {'res_id': 21062047, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['info@icebergicecreams.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '332449596', 'name': 'B VENKATA SIVA SUHAS', 'email': 'info@icebergicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036990569', 'display_string': '+91-9036990569'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21061979) 2025-09-16 00:49:45 [zomato] INFO: Res ID 21061979: Found emails {'accounts@kytchens.in', 'info@icebergicecreams.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21061979&business_type=o2> {'res_id': 21061979, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['info@icebergicecreams.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '332449596', 'name': 'B VENKATA SIVA SUHAS', 'email': 'info@icebergicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036990569', 'display_string': '+91-9036990569'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21061179) 2025-09-16 00:49:47 [zomato] INFO: Res ID 21061179: Found emails {'accounts@kytchens.in', 'info@icebergicecreams.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21061179&business_type=o2> {'res_id': 21061179, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['info@icebergicecreams.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '332449596', 'name': 'B VENKATA SIVA SUHAS', 'email': 'info@icebergicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036990569', 'display_string': '+91-9036990569'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20939117) 2025-09-16 00:49:51 [zomato] INFO: Res ID 20939117: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20939117&business_type=o2> {'res_id': 20939117, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20939087) 2025-09-16 00:49:53 [zomato] INFO: Res ID 20939087: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20939087&business_type=o2> {'res_id': 20939087, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21197664) 2025-09-16 00:49:56 [zomato] INFO: Res ID 21197664: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21197664&business_type=o2> {'res_id': 21197664, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:49:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20939200) 2025-09-16 00:49:59 [zomato] INFO: Res ID 20939200: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20939200&business_type=o2> {'res_id': 20939200, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20939174) 2025-09-16 00:50:03 [zomato] INFO: Res ID 20939174: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20939174&business_type=o2> {'res_id': 20939174, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20926142) 2025-09-16 00:50:07 [zomato] INFO: Res ID 20926142: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20926142&business_type=o2> {'res_id': 20926142, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:08 [scrapy.extensions.logstats] INFO: Crawled 214 pages (at 18 pages/min), scraped 212 items (at 18 items/min) 2025-09-16 00:50:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19742730) 2025-09-16 00:50:11 [zomato] INFO: Res ID 19742730: Found emails {'gadre.digital@gmail.com', 'accounts@kytchens.in', 'sagarkhatake11.sk@gmail.com', 'inderbir.singh@gadremarine.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19742730&business_type=o2> {'res_id': 19742730, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gadre.digital@gmail.com'], 'manager_emails': ['sagarkhatake11.sk@gmail.com', 'gadre.digital@gmail.com', 'inderbir.singh@gadremarine.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '46131359', 'name': 'SAGAR KHATAKE', 'email': 'sagarkhatake11.sk@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7391077301', 'display_string': '+91-7391077301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/575/ea324761926f3edbf26faf3c76c12575.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '216614747', 'name': 'Inderbir Singh', 'email': 'gadre.digital@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9168688216', 'display_string': '+91-9168688216'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/193/e370902609b6e80da2f98ee6696bb193.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '231817973', 'name': 'Inderbir Singh', 'email': 'inderbir.singh@gadremarine.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20380708) 2025-09-16 00:50:13 [zomato] INFO: Res ID 20380708: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20380708&business_type=o2> {'res_id': 20380708, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619008909', 'display_string': '+91-9619008909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20715612) 2025-09-16 00:50:17 [zomato] INFO: Res ID 20715612: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20715612&business_type=o2> {'res_id': 20715612, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19700279) 2025-09-16 00:50:22 [zomato] INFO: Res ID 19700279: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19700279&business_type=o2> {'res_id': 19700279, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '277421560', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20715410) 2025-09-16 00:50:26 [zomato] INFO: Res ID 20715410: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20715410&business_type=o2> {'res_id': 20715410, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21330483) 2025-09-16 00:50:30 [zomato] INFO: Res ID 21330483: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21330483&business_type=o2> {'res_id': 21330483, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21135818) 2025-09-16 00:50:32 [zomato] INFO: Res ID 21135818: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21135818&business_type=o2> {'res_id': 21135818, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21135816) 2025-09-16 00:50:36 [zomato] INFO: Res ID 21135816: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21135816&business_type=o2> {'res_id': 21135816, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21599668) 2025-09-16 00:50:39 [zomato] INFO: Res ID 21599668: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21599668&business_type=o2> {'res_id': 21599668, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21236210) 2025-09-16 00:50:43 [zomato] INFO: Res ID 21236210: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21236210&business_type=o2> {'res_id': 21236210, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21146814) 2025-09-16 00:50:47 [zomato] INFO: Res ID 21146814: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21146814&business_type=o2> {'res_id': 21146814, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21747144) 2025-09-16 00:50:52 [zomato] INFO: Res ID 21747144: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21747144&business_type=o2> {'res_id': 21747144, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21747118) 2025-09-16 00:50:54 [zomato] INFO: Res ID 21747118: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21747118&business_type=o2> {'res_id': 21747118, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:50:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21330549) 2025-09-16 00:50:58 [zomato] INFO: Res ID 21330549: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21330549&business_type=o2> {'res_id': 21330549, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340072) 2025-09-16 00:51:01 [zomato] INFO: Res ID 20340072: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340072&business_type=o2> {'res_id': 20340072, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340320) 2025-09-16 00:51:04 [zomato] INFO: Res ID 20340320: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340320&business_type=o2> {'res_id': 20340320, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400437219', 'display_string': '+91-7400437219', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '22', 'isd_code_formatted': '22', 'country_id': 1, 'phone': '50629115', 'display_string': '22-50629115', 'phone_number_type': 'landline', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20566009) 2025-09-16 00:51:07 [zomato] INFO: Res ID 20566009: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20566009&business_type=o2> {'res_id': 20566009, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:08 [scrapy.extensions.logstats] INFO: Crawled 231 pages (at 17 pages/min), scraped 229 items (at 17 items/min) 2025-09-16 00:51:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340498) 2025-09-16 00:51:11 [zomato] INFO: Res ID 20340498: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340498&business_type=o2> {'res_id': 20340498, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20339970) 2025-09-16 00:51:15 [zomato] INFO: Res ID 20339970: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20339970&business_type=o2> {'res_id': 20339970, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20977477) 2025-09-16 00:51:18 [zomato] INFO: Res ID 20977477: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20977477&business_type=o2> {'res_id': 20977477, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8595314871', 'display_string': '+91-8595314871', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20332817) 2025-09-16 00:51:21 [zomato] INFO: Res ID 20332817: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20332817&business_type=o2> {'res_id': 20332817, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340290) 2025-09-16 00:51:25 [zomato] INFO: Res ID 20340290: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340290&business_type=o2> {'res_id': 20340290, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20341641) 2025-09-16 00:51:29 [zomato] INFO: Res ID 20341641: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20341641&business_type=o2> {'res_id': 20341641, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21173880) 2025-09-16 00:51:33 [zomato] INFO: Res ID 21173880: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21173880&business_type=o2> {'res_id': 21173880, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '22', 'isd_code_formatted': '22', 'country_id': 1, 'phone': '50629113', 'display_string': '22-50629113', 'phone_number_type': 'landline', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340375) 2025-09-16 00:51:37 [zomato] INFO: Res ID 20340375: Found emails {'accounts@kytchens.in', 'alisha.siddiqui@zomato.com', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340375&business_type=o2> {'res_id': 20340375, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in', 'alisha.siddiqui@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365903419', 'name': 'Alisha Siddiqui', 'email': 'alisha.siddiqui@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/14c/7ce84c1e87613b7b886c609c665ff14c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'sales.zomato.gz@gmail.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20341715) 2025-09-16 00:51:39 [zomato] INFO: Res ID 20341715: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20341715&business_type=o2> {'res_id': 20341715, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20340414) 2025-09-16 00:51:44 [zomato] INFO: Res ID 20340414: Found emails {'accounts@kytchens.in', 'gz.zomato@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20340414&business_type=o2> {'res_id': 20340414, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['gz.zomato@gmail.com'], 'manager_emails': ['gz.zomato@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276045004', 'name': 'Zomato Login', 'email': 'gz.zomato@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410007410', 'display_string': '+91-7410007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20656063) 2025-09-16 00:51:48 [zomato] INFO: Res ID 20656063: Found emails {'accounts@kytchens.in', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20656063&business_type=o2> {'res_id': 20656063, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400012030', 'display_string': '+91-7400012030', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097253535', 'display_string': '+91-8097253535', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20411450) 2025-09-16 00:51:52 [zomato] INFO: Res ID 20411450: Found emails {'accounts@kytchens.in', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20411450&business_type=o2> {'res_id': 20411450, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304540849', 'display_string': '+91-7304540849', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800707172', 'display_string': '+91-8800707172', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:51:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20521992) 2025-09-16 00:51:56 [zomato] INFO: Res ID 20521992: Found emails {'accounts@kytchens.in', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20521992&business_type=o2> {'res_id': 20521992, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977071511', 'display_string': '+91-7977071511', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977071511', 'display_string': '+91-7977071511', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20411404) 2025-09-16 00:52:01 [zomato] INFO: Res ID 20411404: Found emails {'accounts@kytchens.in', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20411404&business_type=o2> {'res_id': 20411404, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304540844', 'display_string': '+91-7304540844', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800707172', 'display_string': '+91-8800707172', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20549492) 2025-09-16 00:52:03 [zomato] INFO: Res ID 20549492: Found emails {'accounts@kytchens.in', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20549492&business_type=o2> {'res_id': 20549492, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7039945946', 'display_string': '+91-7039945946', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800707172', 'display_string': '+91-8800707172', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20411396) 2025-09-16 00:52:06 [zomato] INFO: Res ID 20411396: Found emails {'accounts@kytchens.in', 'kshitij@getawaydesserts.com', 'info.getawhey@gmail.com', 'sannidhi.tayal@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20411396&business_type=o2> {'res_id': 20411396, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['info.getawhey@gmail.com'], 'manager_emails': ['sannidhi.tayal@zomato.com', 'info.getawhey@gmail.com', 'accounts@kytchens.in', 'kshitij@getawaydesserts.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800707172', 'display_string': '+91-8800707172', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433545183', 'display_string': '+91-8433545183', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '276649249', 'name': 'Sannidhi Tayal', 'email': 'sannidhi.tayal@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7042026391', 'display_string': '+91-7042026391'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/251/571e223097c9bde01be67c7cd8774251.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317961844', 'name': 'Get-A-Whey', 'email': 'info.getawhey@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137120894', 'display_string': '+91-9137120894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '347410155', 'name': 'Kshitij Mehta', 'email': 'kshitij@getawaydesserts.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:52:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:52:08 [scrapy.extensions.logstats] INFO: Crawled 247 pages (at 16 pages/min), scraped 245 items (at 16 items/min) 2025-09-16 00:52:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21651481) 2025-09-16 00:52:10 [zomato] INFO: Res ID 21651481: Found emails {'accounts@kytchens.in', 'blueandwhite2025@gmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'satbirsingh.lote@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21651481&business_type=o2> {'res_id': 21651481, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['satbirsingh.lote@zomato.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'blueandwhite2025@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '58667658', 'name': 'Satbir', 'email': 'satbirsingh.lote@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8149542422', 'display_string': '+91-8149542422'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '390468739', 'name': 'BLUE AND WHITE FOODS PVT LTD', 'email': 'blueandwhite2025@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f14/e7c63f109bd1cfbf339c581f5b50ff14.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21651381) 2025-09-16 00:52:14 [zomato] INFO: Res ID 21651381: Found emails {'accounts@kytchens.in', 'blueandwhite2025@gmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'satbirsingh.lote@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21651381&business_type=o2> {'res_id': 21651381, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['satbirsingh.lote@zomato.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'blueandwhite2025@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '58667658', 'name': 'Satbir', 'email': 'satbirsingh.lote@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8149542422', 'display_string': '+91-8149542422'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '390468739', 'name': 'BLUE AND WHITE FOODS PVT LTD', 'email': 'blueandwhite2025@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f14/e7c63f109bd1cfbf339c581f5b50ff14.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21729845) 2025-09-16 00:52:19 [zomato] INFO: Res ID 21729845: Found emails {'accounts@kytchens.in', 'blueandwhite2025@gmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21729845&business_type=o2> {'res_id': 21729845, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['shiksha@restaverse.com', 'client@restaverse.com', 'internal.ops@restaverse.com', 'blueandwhite2025@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '390468739', 'name': 'BLUE AND WHITE FOODS PVT LTD', 'email': 'blueandwhite2025@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f14/e7c63f109bd1cfbf339c581f5b50ff14.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21118021) 2025-09-16 00:52:22 [zomato] INFO: Res ID 21118021: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21118021&business_type=o2> {'res_id': 21118021, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21118022) 2025-09-16 00:52:26 [zomato] INFO: Res ID 21118022: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21118022&business_type=o2> {'res_id': 21118022, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936661) 2025-09-16 00:52:31 [zomato] INFO: Res ID 20936661: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936661&business_type=o2> {'res_id': 20936661, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936640) 2025-09-16 00:52:35 [zomato] INFO: Res ID 20936640: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936640&business_type=o2> {'res_id': 20936640, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847097', 'name': 'Kytchens Powai', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936356) 2025-09-16 00:52:39 [zomato] INFO: Res ID 20936356: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936356&business_type=o2> {'res_id': 20936356, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7900177998', 'display_string': '+91-7900177998', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7900177998', 'display_string': '+91-7900177998', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19444762) 2025-09-16 00:52:43 [zomato] INFO: Res ID 19444762: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19444762&business_type=o2> {'res_id': 19444762, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['hello@etherchocolate.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819239395', 'display_string': '+91-9819239395', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936457) 2025-09-16 00:52:46 [zomato] INFO: Res ID 20936457: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936457&business_type=o2> {'res_id': 20936457, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'vandita@etherchocolate.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20936533) 2025-09-16 00:52:51 [zomato] INFO: Res ID 20936533: Found emails {'accounts@kytchens.in', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20936533&business_type=o2> {'res_id': 20936533, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20933624) 2025-09-16 00:52:54 [zomato] INFO: Res ID 20933624: Found emails {'accounts@kytchens.in', 'parthvi.mody@zomato.com', 'hello@etherchocolate.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20933624&business_type=o2> {'res_id': 20933624, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['hello@etherchocolate.com'], 'manager_emails': ['accounts@kytchens.in', 'parthvi.mody@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '314835861', 'name': 'ETHER Customer Concierge', 'email': 'hello@etherchocolate.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137801624', 'display_string': '+91-9137801624'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '380760850', 'name': 'Parthvi Mody', 'email': 'parthvi.mody@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:52:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20448543) 2025-09-16 00:52:58 [zomato] INFO: Res ID 20448543: Found emails {'shreyangupta1@gmail.com'}, target: accounts@kytchens.in, active: False 2025-09-16 00:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20448543&business_type=o2> {'res_id': 20448543, 'email': 'accounts@kytchens.in', 'active': False, 'owner_emails': ['shreyangupta1@gmail.com'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': False, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004494336', 'display_string': '+91-9004494336', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208496291', 'display_string': '+91-7208496291', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '10867461', 'name': 'Shreya', 'email': 'shreyangupta1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820545441', 'display_string': '+91-9820545441'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22152531) 2025-09-16 00:53:02 [zomato] INFO: Res ID 22152531: Found emails {'accounts@kytchens.in', 'thakker.nikki@gmail.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22152531&business_type=o2> {'res_id': 22152531, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['thakker.nikki@gmail.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9856089856', 'display_string': '+91-9856089856', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '187292250', 'name': 'Nikki Thakker', 'email': 'thakker.nikki@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291999130', 'display_string': '+91-8291999130'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21877012) 2025-09-16 00:53:05 [zomato] INFO: Res ID 21877012: Found emails {'accounts@kytchens.in', 'accounts.1@entisi.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21877012&business_type=o2> {'res_id': 21877012, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'accounts.1@entisi.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '375619933', 'name': 'Nikita', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9899988804', 'display_string': '+91-9899988804'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340835775', 'name': 'Entisi Accounts.Meghana', 'email': 'accounts.1@entisi.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34a/5073b2b1db662234dd33e0809e75b34a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:08 [scrapy.extensions.logstats] INFO: Crawled 262 pages (at 15 pages/min), scraped 260 items (at 15 items/min) 2025-09-16 00:53:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21877013) 2025-09-16 00:53:09 [zomato] INFO: Res ID 21877013: Found emails {'accounts@kytchens.in', 'accounts.1@entisi.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21877013&business_type=o2> {'res_id': 21877013, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'accounts.1@entisi.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '375619933', 'name': 'Nikita', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9899988804', 'display_string': '+91-9899988804'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340835775', 'name': 'Entisi Accounts.Meghana', 'email': 'accounts.1@entisi.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34a/5073b2b1db662234dd33e0809e75b34a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22152543) 2025-09-16 00:53:13 [zomato] INFO: Res ID 22152543: Found emails {'retail@entisi.com (Unverified)', 'accounts@kytchens.in', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22152543&business_type=o2> {'res_id': 22152543, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['retail@entisi.com (Unverified)'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '375619933', 'name': 'Nikita', 'email': 'retail@entisi.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9899988804', 'display_string': '+91-9899988804'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email_unverified': False}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21877010) 2025-09-16 00:53:17 [zomato] INFO: Res ID 21877010: Found emails {'accounts@kytchens.in', 'accounts.1@entisi.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21877010&business_type=o2> {'res_id': 21877010, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'accounts.1@entisi.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '375619933', 'name': 'Nikita', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9899988804', 'display_string': '+91-9899988804'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340835775', 'name': 'Entisi Accounts.Meghana', 'email': 'accounts.1@entisi.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34a/5073b2b1db662234dd33e0809e75b34a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22147669) 2025-09-16 00:53:20 [zomato] INFO: Res ID 22147669: Found emails {'accounts@kytchens.in', 'thakker.nikki@gmail.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22147669&business_type=o2> {'res_id': 22147669, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['thakker.nikki@gmail.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8080554554', 'display_string': '+91-8080554554', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '187292250', 'name': 'Nikki Thakker', 'email': 'thakker.nikki@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291999130', 'display_string': '+91-8291999130'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21877011) 2025-09-16 00:53:23 [zomato] INFO: Res ID 21877011: Found emails {'accounts@kytchens.in', 'accounts.1@entisi.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21877011&business_type=o2> {'res_id': 21877011, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'accounts.1@entisi.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '375619933', 'name': 'Nikita', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9899988804', 'display_string': '+91-9899988804'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340835775', 'name': 'Entisi Accounts.Meghana', 'email': 'accounts.1@entisi.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/34a/5073b2b1db662234dd33e0809e75b34a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20582662) 2025-09-16 00:53:28 [zomato] INFO: Res ID 20582662: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20582662&business_type=o2> {'res_id': 20582662, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930545375', 'display_string': '+91-9930545375', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930545375', 'display_string': '+91-9930545375', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19700247) 2025-09-16 00:53:32 [zomato] INFO: Res ID 19700247: Found emails {'accounts@kytchens.in', 'sm@sarjenafoods.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19700247&business_type=o2> {'res_id': 19700247, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['accounts@kytchens.in', 'sm@sarjenafoods.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384680176', 'name': 'SM Sarjena', 'email': 'sm@sarjenafoods.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c67/a2c7d70a8e8034797e7fbf7317f82c67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19723710) 2025-09-16 00:53:35 [zomato] INFO: Res ID 19723710: Found emails {'accounts@kytchens.in', 'sm@sarjenafoods.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19723710&business_type=o2> {'res_id': 19723710, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['accounts@kytchens.in', 'sm@sarjenafoods.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384680176', 'name': 'SM Sarjena', 'email': 'sm@sarjenafoods.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c67/a2c7d70a8e8034797e7fbf7317f82c67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '264344021', 'name': 'Naman Shrimal', 'email': 'naman@kytchens.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/942/926bc5c2ba2480f67780207458385942.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21548561) 2025-09-16 00:53:39 [zomato] INFO: Res ID 21548561: Found emails {'accounts@kytchens.in', 'sm@sarjenafoods.com', 'innovativeideas.vishaal@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21548561&business_type=o2> {'res_id': 21548561, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['innovativeideas.vishaal@gmail.com'], 'manager_emails': ['accounts@kytchens.in', 'sm@sarjenafoods.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702977710', 'display_string': '+91-9702977710', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '120076600', 'name': 'Vishaal R Vira', 'email': 'innovativeideas.vishaal@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702977710', 'display_string': '+91-9702977710'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '384680176', 'name': 'SM Sarjena', 'email': 'sm@sarjenafoods.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c67/a2c7d70a8e8034797e7fbf7317f82c67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22053776) 2025-09-16 00:53:43 [zomato] INFO: Res ID 22053776: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22053776&business_type=o2> {'res_id': 22053776, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22053560) 2025-09-16 00:53:48 [zomato] INFO: Res ID 22053560: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22053560&business_type=o2> {'res_id': 22053560, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22085072) 2025-09-16 00:53:50 [zomato] INFO: Res ID 22085072: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22085072&business_type=o2> {'res_id': 22085072, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '956503', 'name': 'Rusheel Dadu', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22083744) 2025-09-16 00:53:53 [zomato] INFO: Res ID 22083744: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22083744&business_type=o2> {'res_id': 22083744, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '956503', 'name': 'Rusheel Dadu', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:53:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22085074) 2025-09-16 00:53:56 [zomato] INFO: Res ID 22085074: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22085074&business_type=o2> {'res_id': 22085074, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '956503', 'name': 'Rusheel Dadu', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22083823) 2025-09-16 00:54:00 [zomato] INFO: Res ID 22083823: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22083823&business_type=o2> {'res_id': 22083823, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '956503', 'name': 'Rusheel Dadu', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22085110) 2025-09-16 00:54:04 [zomato] INFO: Res ID 22085110: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22085110&business_type=o2> {'res_id': 22085110, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '956503', 'name': 'Rusheel Dadu', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9989712333', 'display_string': '+91-9989712333'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:08 [scrapy.extensions.logstats] INFO: Crawled 278 pages (at 16 pages/min), scraped 276 items (at 16 items/min) 2025-09-16 00:54:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20666896) 2025-09-16 00:54:09 [zomato] INFO: Res ID 20666896: Found emails {'accounts@kytchens.in', 'ayushiagarwal1702@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20666896&business_type=o2> {'res_id': 20666896, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['ayushiagarwal1702@gmail.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9680624345', 'display_string': '+91-9680624345', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9653299561', 'display_string': '+91-9653299561', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '33063472', 'name': 'Rishi Agarwal', 'email': 'ayushiagarwal1702@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9680624345', 'display_string': '+91-9680624345'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21239689) 2025-09-16 00:54:13 [zomato] INFO: Res ID 21239689: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21239689&business_type=o2> {'res_id': 21239689, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20714764) 2025-09-16 00:54:17 [zomato] INFO: Res ID 20714764: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20714764&business_type=o2> {'res_id': 20714764, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21240410) 2025-09-16 00:54:21 [zomato] INFO: Res ID 21240410: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21240410&business_type=o2> {'res_id': 21240410, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20715534) 2025-09-16 00:54:25 [zomato] INFO: Res ID 20715534: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20715534&business_type=o2> {'res_id': 20715534, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '365589907', 'name': 'Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433581724', 'display_string': '+91-8433581724'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21239635) 2025-09-16 00:54:29 [zomato] INFO: Res ID 21239635: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21239635&business_type=o2> {'res_id': 21239635, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '22', 'isd_code_formatted': '22', 'country_id': 1, 'phone': '21239635', 'display_string': '22-21239635', 'phone_number_type': 'landline', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20497328) 2025-09-16 00:54:34 [zomato] INFO: Res ID 20497328: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20497328&business_type=o2> {'res_id': 20497328, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21239731) 2025-09-16 00:54:37 [zomato] INFO: Res ID 21239731: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21239731&business_type=o2> {'res_id': 21239731, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21391168) 2025-09-16 00:54:40 [zomato] INFO: Res ID 21391168: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21391168&business_type=o2> {'res_id': 21391168, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20628873) 2025-09-16 00:54:42 [zomato] INFO: Res ID 20628873: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20628873&business_type=o2> {'res_id': 20628873, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21319977) 2025-09-16 00:54:47 [zomato] INFO: Res ID 21319977: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21319977&business_type=o2> {'res_id': 21319977, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342'}, 'removable': False, 'verifiable': False}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22054352) 2025-09-16 00:54:51 [zomato] INFO: Res ID 22054352: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22054352&business_type=o2> {'res_id': 22054352, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22054380) 2025-09-16 00:54:55 [zomato] INFO: Res ID 22054380: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22054380&business_type=o2> {'res_id': 22054380, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867609342', 'display_string': '+91-9867609342', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:54:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22054309) 2025-09-16 00:54:59 [zomato] INFO: Res ID 22054309: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22054309&business_type=o2> {'res_id': 22054309, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9137771506', 'display_string': '+91-9137771506', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22070035) 2025-09-16 00:55:03 [zomato] INFO: Res ID 22070035: Found emails {'accounts@kytchens.in', 'sanjayalim@gmail.com', 'accounts@thetinytub.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22070035&business_type=o2> {'res_id': 22070035, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['sanjayalim@gmail.com'], 'manager_emails': ['accounts@thetinytub.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37557847', 'name': 'Karan Alimchandani', 'email': 'sanjayalim@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820403809', 'display_string': '+91-9820403809'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '263558255', 'name': 'Accounts Accounts', 'email': 'accounts@thetinytub.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22070039) 2025-09-16 00:55:07 [zomato] INFO: Res ID 22070039: Found emails {'accounts@kytchens.in', 'sanjayalim@gmail.com', 'accounts@thetinytub.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22070039&business_type=o2> {'res_id': 22070039, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['sanjayalim@gmail.com'], 'manager_emails': ['accounts@thetinytub.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37557847', 'name': 'Karan Alimchandani', 'email': 'sanjayalim@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820403809', 'display_string': '+91-9820403809'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '263558255', 'name': 'Accounts Accounts', 'email': 'accounts@thetinytub.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:08 [scrapy.extensions.logstats] INFO: Crawled 294 pages (at 16 pages/min), scraped 292 items (at 16 items/min) 2025-09-16 00:55:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20472177) 2025-09-16 00:55:10 [zomato] INFO: Res ID 20472177: Found emails {'dhaneshgandhi@gmail.com', 'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20472177&business_type=o2> {'res_id': 20472177, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['dhaneshgandhi@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7028444304', 'display_string': '+91-7028444304', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7028444304', 'display_string': '+91-7028444304', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1447157', 'name': 'Dhanesh Gandhi', 'email': 'dhaneshgandhi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9545877902', 'display_string': '+91-9545877902'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20650993) 2025-09-16 00:55:13 [zomato] INFO: Res ID 20650993: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20650993&business_type=o2> {'res_id': 20650993, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20998531) 2025-09-16 00:55:17 [zomato] INFO: Res ID 20998531: Found emails {'dhaneshgandhi@gmail.com', 'accounts@kytchens.in', 'chezoireviews@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20998531&business_type=o2> {'res_id': 20998531, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['dhaneshgandhi@gmail.com'], 'manager_emails': ['chezoireviews@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1447157', 'name': 'Dhanesh Gandhi', 'email': 'dhaneshgandhi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9545877902', 'display_string': '+91-9545877902'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '197026530', 'name': 'Chez Oi Reviews', 'email': 'chezoireviews@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '197026530', 'name': 'Chez Oi Reviews', 'email': 'chezoireviews@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20757425) 2025-09-16 00:55:21 [zomato] INFO: Res ID 20757425: Found emails {'dhaneshgandhi@gmail.com', 'accounts@kytchens.in', 'chezoireviews@gmail.com', 'parth.pandya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20757425&business_type=o2> {'res_id': 20757425, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['dhaneshgandhi@gmail.com'], 'manager_emails': ['dhaneshgandhi@gmail.com', 'chezoireviews@gmail.com', 'parth.pandya@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1447157', 'name': 'Dhanesh Gandhi', 'email': 'dhaneshgandhi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9545877902', 'display_string': '+91-9545877902'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1447157', 'name': 'Dhanesh Gandhi', 'email': 'dhaneshgandhi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9545877902', 'display_string': '+91-9545877902'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '180653451', 'name': 'ON', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7875621255', 'display_string': '+91-7875621255'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '197026530', 'name': 'Chez Oi Reviews', 'email': 'chezoireviews@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928668864', 'display_string': '+91-8928668864'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294948385', 'name': 'Parth Pandya', 'email': 'parth.pandya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833849270', 'display_string': '+91-9833849270'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a4c/d549a98e1aedd1642f9e65e74d473a4c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20628864) 2025-09-16 00:55:24 [zomato] INFO: Res ID 20628864: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20628864&business_type=o2> {'res_id': 20628864, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20628832) 2025-09-16 00:55:28 [zomato] INFO: Res ID 20628832: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20628832&business_type=o2> {'res_id': 20628832, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:32 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20628843) 2025-09-16 00:55:32 [zomato] INFO: Res ID 20628843: Found emails {'accounts@kytchens.in', 'priyankasahu@hotmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20628843&business_type=o2> {'res_id': 20628843, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['priyankasahu@hotmail.com'], 'manager_emails': ['priyankasahu@hotmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2456372', 'name': 'Priyanka', 'email': 'priyankasahu@hotmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2456372', 'name': 'Priyanka', 'email': 'priyankasahu@hotmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20674219) 2025-09-16 00:55:35 [zomato] INFO: Res ID 20674219: Found emails {'accounts@kytchens.in', 'arora_chetan@hotmail.com', 'upasanasheth@ymail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20674219&business_type=o2> {'res_id': 20674219, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['arora_chetan@hotmail.com', 'upasanasheth@ymail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2171428', 'name': 'Chetan Arora', 'email': 'arora_chetan@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820010092', 'display_string': '+91-9820010092'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8b/0fa12122b2117e41e9c7f68d62d2de8b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43712574', 'name': 'Upasana Sheth', 'email': 'upasanasheth@ymail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254316711', 'name': 'SimoneChesson', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '322808555', 'name': 'Upasana Sheth', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930992729', 'display_string': '+91-9930992729'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20815357) 2025-09-16 00:55:38 [zomato] INFO: Res ID 20815357: Found emails {'accounts@kytchens.in', 'arora_chetan@hotmail.com', 'upasanasheth@ymail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20815357&business_type=o2> {'res_id': 20815357, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['arora_chetan@hotmail.com', 'upasanasheth@ymail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254316711', 'name': 'SimoneChesson', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 5, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2171428', 'name': 'Chetan Arora', 'email': 'arora_chetan@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820010092', 'display_string': '+91-9820010092'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8b/0fa12122b2117e41e9c7f68d62d2de8b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43712574', 'name': 'Upasana Sheth', 'email': 'upasanasheth@ymail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '322808555', 'name': 'Upasana Sheth', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930992729', 'display_string': '+91-9930992729'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20756483) 2025-09-16 00:55:41 [zomato] INFO: Res ID 20756483: Found emails {'accounts@kytchens.in', 'arora_chetan@hotmail.com', 'upasanasheth@ymail.com', 'bonovikhroli@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20756483&business_type=o2> {'res_id': 20756483, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['arora_chetan@hotmail.com', 'upasanasheth@ymail.com', 'bonovikhroli@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254316711', 'name': 'SimoneChesson', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 7, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '2171428', 'name': 'Chetan Arora', 'email': 'arora_chetan@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820010092', 'display_string': '+91-9820010092'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8b/0fa12122b2117e41e9c7f68d62d2de8b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '43712574', 'name': 'Upasana Sheth', 'email': 'upasanasheth@ymail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '254316711', 'name': 'SimoneChesson', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819649308', 'display_string': '+91-9819649308'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '308461705', 'name': 'Bono', 'email': 'bonovikhroli@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0ef/d3a01eeba8d869d160b0ebbe010170ef.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '322808555', 'name': 'Upasana Sheth', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930992729', 'display_string': '+91-9930992729'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21469947) 2025-09-16 00:55:45 [zomato] INFO: Res ID 21469947: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21469947&business_type=o2> {'res_id': 21469947, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:49 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21789696) 2025-09-16 00:55:49 [zomato] INFO: Res ID 21789696: Found emails {'accounts@kytchens.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21789696&business_type=o2> {'res_id': 21789696, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'accounts@kytchens.in', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 6, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20774393) 2025-09-16 00:55:53 [zomato] INFO: Res ID 20774393: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20774393&business_type=o2> {'res_id': 20774393, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987358909', 'display_string': '+91-9987358909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 14, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21671961) 2025-09-16 00:55:56 [zomato] INFO: Res ID 21671961: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21671961&business_type=o2> {'res_id': 21671961, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136192636', 'display_string': '+91-9136192636', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 9, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:55:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22127990) 2025-09-16 00:55:59 [zomato] INFO: Res ID 22127990: Found emails {'accounts@kytchens.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22127990&business_type=o2> {'res_id': 22127990, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'accounts@kytchens.in', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082635923', 'display_string': '+91-9082635923', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20873566) 2025-09-16 00:56:04 [zomato] INFO: Res ID 20873566: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20873566&business_type=o2> {'res_id': 20873566, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 13, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '248491546', 'name': 'Chembur Kytchens', 'email': 'chemburkytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3c2/ab813f8b004437d56945226bf0b303c2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21344493) 2025-09-16 00:56:07 [zomato] INFO: Res ID 21344493: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21344493&business_type=o2> {'res_id': 21344493, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082765285', 'display_string': '+91-9082765285', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 9, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:08 [scrapy.extensions.logstats] INFO: Crawled 311 pages (at 17 pages/min), scraped 309 items (at 17 items/min) 2025-09-16 00:56:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21200710) 2025-09-16 00:56:11 [zomato] INFO: Res ID 21200710: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com', 'pranay.arora@bombaysweetshop.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21200710&business_type=o2> {'res_id': 21200710, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'pranay.arora@bombaysweetshop.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738244046', 'display_string': '+91-7738244046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619008909', 'display_string': '+91-9619008909', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 11, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '389077014', 'name': 'Pranay Arora', 'email': 'pranay.arora@bombaysweetshop.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/092/890300ef7138d08c383b14cec5a8f092.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20771287) 2025-09-16 00:56:14 [zomato] INFO: Res ID 20771287: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'namita.mitla@hungerinc.in', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20771287&business_type=o2> {'res_id': 20771287, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'namita.mitla@hungerinc.in', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 14, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '305396749', 'name': 'Namita Mitla', 'email': 'namita.mitla@hungerinc.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372981697', 'display_string': '+91-9372981697'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21085665) 2025-09-16 00:56:17 [zomato] INFO: Res ID 21085665: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'manish@restaverse.com', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21085665&business_type=o2> {'res_id': 21085665, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819232450', 'display_string': '+91-9819232450', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 10, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581188) 2025-09-16 00:56:21 [zomato] INFO: Res ID 20581188: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com', 'negi.anushka19@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581188&business_type=o2> {'res_id': 20581188, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'negi.anushka19@gmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 16, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '14994811', 'name': 'Anushka Negi', 'email': 'negi.anushka19@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9871872714', 'display_string': '+91-9871872714'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/804/1fa7acc19b951c44873b3d8aa2ff5804.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '315805983', 'name': 'Kytchens', 'email': 'bkckytchens@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657887841', 'display_string': '+91-8657887841'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581207) 2025-09-16 00:56:24 [zomato] INFO: Res ID 20581207: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'vanshika.a@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581207&business_type=o2> {'res_id': 20581207, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com', 'vanshika.a@hungerinc.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 15, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '370710295', 'name': 'Vanshika Ajwani', 'email': 'vanshika.a@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6b0/408a523a5da82d2273c0e0b1bd1cd6b0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254706436', 'name': 'Juhu Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20448799) 2025-09-16 00:56:27 [zomato] INFO: Res ID 20448799: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'bss@optipro.ai', 'internal.ops@restaverse.com', 'negi.anushka19@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20448799&business_type=o2> {'res_id': 20448799, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'negi.anushka19@gmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372980814', 'display_string': '+91-9372980814', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9372980814', 'display_string': '+91-9372980814', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 14, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '14994811', 'name': 'Anushka Negi', 'email': 'negi.anushka19@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9871872714', 'display_string': '+91-9871872714'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/804/1fa7acc19b951c44873b3d8aa2ff5804.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20581235) 2025-09-16 00:56:31 [zomato] INFO: Res ID 20581235: Found emails {'accounts@kytchens.in', 'niharika.gotety@zomato.com', 'bsshop@optipro.ai', 'manish@restaverse.com', 'yash.bhanage@hungerinc.in', 'orm.hungerinc@gmail.com', 'namita_mitla@hotmail.com', 'seema.parihar@hungerinc.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'hello@bombaysweetshop.com', 'samir@bombaysweetshop.com', 'gulshan@kytchens.in', 'bss@optipro.ai', 'internal.ops@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20581235&business_type=o2> {'res_id': 20581235, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['samir@bombaysweetshop.com'], 'manager_emails': ['namita_mitla@hotmail.com', 'yash.bhanage@hungerinc.in', 'hello@bombaysweetshop.com', 'gulshan@kytchens.in', 'shiksha@restaverse.com', 'client@restaverse.com', 'manish@restaverse.com', 'accounts@kytchens.in', 'bss@optipro.ai', 'niharika.gotety@zomato.com', 'seema.parihar@hungerinc.in', 'bsshop@optipro.ai', 'orm.hungerinc@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '16200200', 'name': 'Samir Saxena', 'email': 'samir@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9811722222', 'display_string': '+91-9811722222'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 16, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '327803', 'name': 'Namita Mitla', 'email': 'namita_mitla@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9999055999', 'display_string': '+91-9999055999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '31946629', 'name': 'Yash Bhanage', 'email': 'yash.bhanage@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2c6/88d3cd8c7b689f570d6db6380bfe12c6.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210247347', 'name': 'Bombay Sweet Shop', 'email': 'hello@bombaysweetshop.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777011097', 'display_string': '+91-7777011097'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc2/017aea9407a2d61f9c3262e901b4afc2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '239510097', 'name': 'Gulshan Kumar', 'email': 'gulshan@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8800579199', 'display_string': '+91-8800579199'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '300179324', 'name': 'Shiksha Chauhan', 'email': 'shiksha@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892663144', 'display_string': '+91-9892663144'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '301502270', 'name': 'Bansi Kotecha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8767605301', 'display_string': '+91-8767605301'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '330321994', 'name': 'Manish', 'email': 'manish@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8686838085', 'display_string': '+91-8686838085'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/237/5f1d946f0ef2c19e465b742206a47237.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '335851511', 'name': 'Bombay Sweet Shop', 'email': 'bss@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e15/5f20715dcfd2dbcd8b2e1fd7d8be7e15.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '337706136', 'name': 'Niharika Gotety', 'email': 'niharika.gotety@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/895/e508b7f7d5ffbc59246a42c7c5b4f895.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346401941', 'name': 'Seema Parihar', 'email': 'seema.parihar@hungerinc.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/df4/6e2f63dbf1c500c86e2e85ba68529df4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350815589', 'name': 'Bombay Sweet Shop (Optipro AI)', 'email': 'bsshop@optipro.ai', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '350914680', 'name': 'Hunger Inc Resta', 'email': 'orm.hungerinc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/149/37b3ce5d624792950b215dff98c7f149.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21283412) 2025-09-16 00:56:34 [zomato] INFO: Res ID 21283412: Found emails {'accounts@kytchens.in', 'ops.mis@eatnoto.com', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21283412&business_type=o2> {'res_id': 21283412, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'ops.mis@eatnoto.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340518874', 'name': 'Noto Ice Cream', 'email': 'ops.mis@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400159737', 'display_string': '+91-7400159737'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21283359) 2025-09-16 00:56:36 [zomato] INFO: Res ID 21283359: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21283359&business_type=o2> {'res_id': 21283359, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21236942) 2025-09-16 00:56:40 [zomato] INFO: Res ID 21236942: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21236942&business_type=o2> {'res_id': 21236942, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718845382', 'display_string': '+91-7718845382', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21283352) 2025-09-16 00:56:44 [zomato] INFO: Res ID 21283352: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21283352&business_type=o2> {'res_id': 21283352, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21283435) 2025-09-16 00:56:48 [zomato] INFO: Res ID 21283435: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'elaine@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21283435&business_type=o2> {'res_id': 21283435, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com', 'elaine@eatnoto.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '371548945', 'name': 'Elaine P', 'email': 'elaine@eatnoto.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21245049) 2025-09-16 00:56:53 [zomato] INFO: Res ID 21245049: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'isha.paba@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21245049&business_type=o2> {'res_id': 21245049, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'isha.paba@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346710708', 'name': 'Isha Paba', 'email': 'isha.paba@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8f/90c85b37b8495520aa0555eb72afce8f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:56:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21284208) 2025-09-16 00:56:57 [zomato] INFO: Res ID 21284208: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21284208&business_type=o2> {'res_id': 21284208, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21284200) 2025-09-16 00:57:00 [zomato] INFO: Res ID 21284200: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'isha.paba@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21284200&business_type=o2> {'res_id': 21284200, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'isha.paba@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346710708', 'name': 'Isha Paba', 'email': 'isha.paba@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e8f/90c85b37b8495520aa0555eb72afce8f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21284242) 2025-09-16 00:57:04 [zomato] INFO: Res ID 21284242: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'madala.krishna@zomato.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21284242&business_type=o2> {'res_id': 21284242, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'madala.krishna@zomato.com', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '342158221', 'name': 'Madala Krishna', 'email': 'madala.krishna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7827150780', 'display_string': '+91-7827150780'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b5b/c3a0ce05beeced78ee43fb1d60007b5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:57:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:57:08 [scrapy.extensions.logstats] INFO: Crawled 327 pages (at 16 pages/min), scraped 325 items (at 16 items/min) 2025-09-16 00:57:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21640087) 2025-09-16 00:57:09 [zomato] INFO: Res ID 21640087: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21640087&business_type=o2> {'res_id': 21640087, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977520051', 'display_string': '+91-7977520051', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21283408) 2025-09-16 00:57:16 [zomato] INFO: Res ID 21283408: Found emails {'accounts@kytchens.in', 'centralsupport@eatnoto.com', 'reviews@restaverse.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21283408&business_type=o2> {'res_id': 21283408, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['centralsupport@eatnoto.com'], 'manager_emails': ['centralsupport@eatnoto.com', 'accounts@kytchens.in', 'reviews@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879142742', 'display_string': '+91-8879142742', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '54341019', 'name': 'Central Team', 'email': 'centralsupport@eatnoto.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506433908', 'display_string': '+91-7506433908'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '357705726', 'name': 'Online Reviews', 'email': 'reviews@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7280038005', 'display_string': '+91-7280038005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ops.mum1@eatnoto.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21479346) 2025-09-16 00:57:20 [zomato] INFO: Res ID 21479346: Found emails {'accounts@kytchens.in', 'purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21479346&business_type=o2> {'res_id': 21479346, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208147982', 'display_string': '+91-7208147982', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18634738) 2025-09-16 00:57:21 [zomato] INFO: Res ID 18634738: Found emails {'binashomemadeicecream12@gmail.com', 'accounts@kytchens.in', 'binadoshi54@gmail.com', 'purvidoshi3@gmail.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18634738&business_type=o2> {'res_id': 18634738, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['purvidoshi3@gmail.com'], 'manager_emails': ['purvidoshi3@gmail.com', 'binashomemadeicecream12@gmail.com', 'binadoshi54@gmail.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 4, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '391633', 'name': 'Purvi Doshi', 'email': 'purvidoshi3@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930312999', 'display_string': '+91-9930312999'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/536/c1e1eddb640ccbaca0e8a46965141536.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '37284608', 'name': 'Bina's Homemade Ice Cream', 'email': 'binashomemadeicecream12@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920948174', 'display_string': '+91-9920948174'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '58550857', 'name': 'Bina Doshi', 'email': 'binadoshi54@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20677657) 2025-09-16 00:57:23 [zomato] INFO: Res ID 20677657: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20677657&business_type=o2> {'res_id': 20677657, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133722378', 'name': 'Accounts Kytchens', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/707acb455184ec5a4d175501a14b4b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '254847237', 'name': 'Kytchens Worli', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21767982) 2025-09-16 00:57:30 [zomato] INFO: Res ID 21767982: Found emails {'accounts@kytchens.in', 'pranav@anando.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21767982&business_type=o2> {'res_id': 21767982, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['pranav@anando.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '65454201', 'name': 'Pranav Rane', 'email': 'pranav@anando.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167743285', 'display_string': '+91-9167743285'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/5f1/b1303af534df50acb5d7295adbbb75f1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21768033) 2025-09-16 00:57:33 [zomato] INFO: Res ID 21768033: Found emails {'accounts@kytchens.in', 'pranav@anando.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21768033&business_type=o2> {'res_id': 21768033, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': ['pranav@anando.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '65454201', 'name': 'Pranav Rane', 'email': 'pranav@anando.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167743285', 'display_string': '+91-9167743285'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/5f1/b1303af534df50acb5d7295adbbb75f1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21720632) 2025-09-16 00:57:34 [zomato] INFO: Res ID 21720632: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21720632&business_type=o2> {'res_id': 21720632, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976343966', 'display_string': '+91-8976343966', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082546381', 'display_string': '+91-9082546381', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'Priyankaaccounts@kytchens.in', 'removable': True, 'verifiable': True}, {'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'Nishachemburkytchens@gmail.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21720640) 2025-09-16 00:57:42 [zomato] INFO: Res ID 21720640: Found emails {'accounts@kytchens.in', 'abhinav.lohiya@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21720640&business_type=o2> {'res_id': 21720640, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': [], 'manager_emails': ['abhinav.lohiya@zomato.com', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 0, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294910008', 'name': 'Abhinav Lohiya', 'email': 'abhinav.lohiya@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7020943021', 'display_string': '+91-7020943021'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dfb/46d9b606a99afe6bc0069b2d72270dfb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034143) 2025-09-16 00:57:42 [zomato] INFO: Res ID 22034143: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in', 'karandeep.s@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034143&business_type=o2> {'res_id': 22034143, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'karandeep.s@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391045', 'name': 'Karandeep Singh', 'email': 'karandeep.s@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987670025', 'display_string': '+91-9987670025'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fa/9798678254e9b58a1a3a28f2922b20fa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:46 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034154) 2025-09-16 00:57:47 [zomato] INFO: Res ID 22034154: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034154&business_type=o2> {'res_id': 22034154, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 2, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034087) 2025-09-16 00:57:47 [zomato] INFO: Res ID 22034087: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in', 'karandeep.s@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:57:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034087&business_type=o2> {'res_id': 22034087, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'karandeep.s@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391045', 'name': 'Karandeep Singh', 'email': 'karandeep.s@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987670025', 'display_string': '+91-9987670025'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fa/9798678254e9b58a1a3a28f2922b20fa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:57:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034160) 2025-09-16 00:57:50 [zomato] INFO: Res ID 22034160: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in', 'karandeep.s@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034160&business_type=o2> {'res_id': 22034160, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'karandeep.s@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391045', 'name': 'Karandeep Singh', 'email': 'karandeep.s@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987670025', 'display_string': '+91-9987670025'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fa/9798678254e9b58a1a3a28f2922b20fa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:58:40 [scrapy.extensions.logstats] INFO: Crawled 340 pages (at 13 pages/min), scraped 338 items (at 13 items/min) 2025-09-16 00:58:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034124) 2025-09-16 00:58:42 [zomato] INFO: Res ID 22034124: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in', 'karandeep.s@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 00:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034124&business_type=o2> {'res_id': 22034124, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'karandeep.s@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391045', 'name': 'Karandeep Singh', 'email': 'karandeep.s@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987670025', 'display_string': '+91-9987670025'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fa/9798678254e9b58a1a3a28f2922b20fa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 00:59:32 [scrapy.extensions.logstats] INFO: Crawled 341 pages (at 1 pages/min), scraped 339 items (at 1 items/min) 2025-09-16 00:59:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22034172) 2025-09-16 00:59:35 [zomato] INFO: Res ID 22034172: Found emails {'accounts@kytchens.in', 'shop@amoregelato.com', 'zomato@kitchenspurs.in', 'karandeep.s@zomato.com'}, target: accounts@kytchens.in, active: True 2025-09-16 01:00:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22034172&business_type=o2> {'res_id': 22034172, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['shop@amoregelato.com'], 'manager_emails': ['zomato@kitchenspurs.in', 'accounts@kytchens.in', 'karandeep.s@zomato.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216574361', 'name': 'Amore', 'email': 'shop@amoregelato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591202168', 'display_string': '+91-8591202168'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 3, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391045', 'name': 'Karandeep Singh', 'email': 'karandeep.s@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987670025', 'display_string': '+91-9987670025'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0fa/9798678254e9b58a1a3a28f2922b20fa.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:00:26 [scrapy.extensions.logstats] INFO: Crawled 342 pages (at 1 pages/min), scraped 340 items (at 1 items/min) 2025-09-16 01:00:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21729816) 2025-09-16 01:00:28 [zomato] INFO: Res ID 21729816: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 01:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21729816&business_type=o2> {'res_id': 21729816, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412640', 'display_string': '+91-7208412640', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:00:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21729746) 2025-09-16 01:00:52 [zomato] INFO: Res ID 21729746: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 01:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21729746&business_type=o2> {'res_id': 21729746, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769513145', 'display_string': '+91-9769513145', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:00:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21729853) 2025-09-16 01:00:55 [zomato] INFO: Res ID 21729853: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 01:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21729853&business_type=o2> {'res_id': 21729853, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208412610', 'display_string': '+91-7208412610', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:00:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21729829) 2025-09-16 01:00:59 [zomato] INFO: Res ID 21729829: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 01:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21729829&business_type=o2> {'res_id': 21729829, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8425996054', 'display_string': '+91-8425996054', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:01:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22063639) 2025-09-16 01:01:02 [zomato] INFO: Res ID 22063639: Found emails {'accounts@kytchens.in'}, target: accounts@kytchens.in, active: True 2025-09-16 01:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22063639&business_type=o2> {'res_id': 22063639, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['accounts@kytchens.in'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097647390', 'display_string': '+91-8097647390', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code_formatted': '+91', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:01:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21949630) 2025-09-16 01:01:05 [zomato] INFO: Res ID 21949630: Found emails {'accounts@kytchens.in', 'onlineoperations@indulgecreamery.com'}, target: accounts@kytchens.in, active: True 2025-09-16 01:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21949630&business_type=o2> {'res_id': 21949630, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['onlineoperations@indulgecreamery.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '58590874', 'name': 'Indulge Creamery Ice Creams & Desserts', 'email': 'onlineoperations@indulgecreamery.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104631415', 'display_string': '+91-8104631415'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f22/4fdc44cb0a126fea2962bf855cc11f22.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'care@indulgecreamery.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:01:08 [scrapy.extensions.logstats] INFO: Crawled 348 pages (at 6 pages/min), scraped 346 items (at 6 items/min) 2025-09-16 01:01:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21949608) 2025-09-16 01:01:09 [zomato] INFO: Res ID 21949608: Found emails {'accounts@kytchens.in', 'onlineoperations@indulgecreamery.com'}, target: accounts@kytchens.in, active: True 2025-09-16 01:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21949608&business_type=o2> {'res_id': 21949608, 'email': 'accounts@kytchens.in', 'active': True, 'owner_emails': ['onlineoperations@indulgecreamery.com'], 'manager_emails': ['accounts@kytchens.in'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '58590874', 'name': 'Indulge Creamery Ice Creams & Desserts', 'email': 'onlineoperations@indulgecreamery.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104631415', 'display_string': '+91-8104631415'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f22/4fdc44cb0a126fea2962bf855cc11f22.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 1, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'care@indulgecreamery.com', 'removable': True, 'verifiable': True}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:01:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21949485) 2025-09-16 01:01:12 [zomato] INFO: Res ID 21949485: Found emails {'onlineoperations@indulgecreamery.com'}, target: accounts@kytchens.in, active: False 2025-09-16 01:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21949485&business_type=o2> {'res_id': 21949485, 'email': 'accounts@kytchens.in', 'active': False, 'owner_emails': ['onlineoperations@indulgecreamery.com'], 'manager_emails': [], 'all_contact_data': {'contacts': {'add_new_user': False, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7977838520', 'display_string': '+91-7977838520', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': False, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '58590874', 'name': 'Indulge Creamery Ice Creams & Desserts', 'email': 'onlineoperations@indulgecreamery.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104631415', 'display_string': '+91-8104631415'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f22/4fdc44cb0a126fea2962bf855cc11f22.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'managers': {'total_count': 0, 'title': 'Manager', 'user_type': 'manager', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '333263518', 'name': 'Accounts Kytchens', 'email': 'accounts@kytchens.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773537261', 'display_string': '+91-9773537261'}, 'editable': True, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 252, 'status_code': 200} 2025-09-16 01:01:12 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-16 01:01:12 [zomato] INFO: Logger Payload: {'run_id': '63b3bf72-0a80-44bf-8f8c-ac034a999295', 'timestamp': '2025-09-16T01:01:12Z', 'spider': 'zomato', 'client_id': 252, 'domain': 'www.zomato.com', 'bytes_sent': 0, 'bytes_received': 2097359, 'duration_seconds': 1444.52, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 01:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 01:01:12 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 01:01:12 [zomato] INFO: Logger Payload: {'run_id': '63b3bf72-0a80-44bf-8f8c-ac034a999295', 'timestamp': '2025-09-16T01:01:12Z', 'spider': 'zomato', 'client_id': 252, 'domain': 'api.zomato.com', 'bytes_sent': 0, 'bytes_received': 248063, 'duration_seconds': 1444.52, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 01:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 01:01:12 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 01:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 01:01:13 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 01:01:13 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 1618289, 'downloader/request_count': 350, 'downloader/request_method_count/GET': 350, 'downloader/response_bytes': 1908206, 'downloader/response_count': 350, 'downloader/response_status_count/200': 350, 'elapsed_time_seconds': 1444.523842, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 16, 1, 1, 12, 581553, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 2097359, 'httpcompression/response_count': 349, 'item_scraped_count': 348, 'items_per_minute': None, 'log_count/DEBUG': 813, 'log_count/INFO': 386, 'memusage/max': 151318528, 'memusage/startup': 137818112, 'request_depth_max': 2, 'response_received_count': 350, 'responses_per_minute': None, 'scheduler/dequeued': 350, 'scheduler/dequeued/memory': 350, 'scheduler/enqueued': 350, 'scheduler/enqueued/memory': 350, 'start_time': datetime.datetime(2025, 9, 16, 0, 37, 8, 57711, tzinfo=datetime.timezone.utc)} 2025-09-16 01:01:13 [scrapy.core.engine] INFO: Spider closed (finished)