2025-09-16 00:33:05 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2025-09-16 00:33:05 [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:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): prod.restaverse.com:443 2025-09-16 00:33:06 [urllib3.connectionpool] DEBUG: https://prod.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 2149 2025-09-16 00:33:06 [scrapy.addons] INFO: Enabled addons: [] 2025-09-16 00:33:06 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-16 00:33:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:33:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:33:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:33:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:33:06 [scrapy.extensions.telnet] INFO: Telnet Password: df600af82f882f2c 2025-09-16 00:33:06 [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:33:06 [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/apsaraicecreams.review1@gmail.com_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:33:06 [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:33:06 [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:33:07 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2025-09-16 00:33:07 [scrapy.core.engine] INFO: Spider opened 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-16 00:33:07 [botocore.utils] DEBUG: IMDS ENDPOINT: http://169.254.169.254/ 2025-09-16 00:33:07 [botocore.credentials] DEBUG: Looking for credentials via: env 2025-09-16 00:33:07 [botocore.credentials] INFO: Found credentials in environment variables. 2025-09-16 00:33: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:33: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:33:07 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-16 00:33: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:33: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:33: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:33:07 [botocore.hooks] DEBUG: Event creating-client-class.ssm: calling handler 2025-09-16 00:33:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_service 2025-09-16 00:33:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_global 2025-09-16 00:33:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_service 2025-09-16 00:33:07 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_global 2025-09-16 00:33:07 [botocore.configprovider] DEBUG: No configured endpoint found. 2025-09-16 00:33:07 [botocore.endpoint] DEBUG: Setting ssm timeout as (60, 60) 2025-09-16 00:33: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:33:07 [botocore.client] DEBUG: Registering retry handlers for service: ssm 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event before-parameter-build.ssm.GetParameter: calling handler 2025-09-16 00:33:07 [botocore.regions] DEBUG: Calling endpoint provider with parameters: {'Region': 'ap-south-1', 'UseDualStack': False, 'UseFIPS': False} 2025-09-16 00:33:07 [botocore.regions] DEBUG: Endpoint provider result: https://ssm.ap-south-1.amazonaws.com 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33: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:33:07 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler > 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event choose-signer.ssm.GetParameter: calling handler 2025-09-16 00:33:07 [botocore.auth] DEBUG: Calculating signature using v4 auth. 2025-09-16 00:33:07 [botocore.auth] DEBUG: CanonicalRequest: POST / content-type:application/x-amz-json-1.1 host:ssm.ap-south-1.amazonaws.com x-amz-date:20250916T003307Z x-amz-target:AmazonSSM.GetParameter content-type;host;x-amz-date;x-amz-target 9a6e6c3d3792249e4c40138fec610bff203c6fcb1822afa8fe899a5746c68f71 2025-09-16 00:33:07 [botocore.auth] DEBUG: StringToSign: AWS4-HMAC-SHA256 20250916T003307Z 20250916/ap-south-1/ssm/aws4_request d5eef75f7f1c899188165c96afeba2147ec485a47c0aafb3b964b70eb978e668 2025-09-16 00:33:07 [botocore.auth] DEBUG: Signature: 23804c8bd302490ab394b5b31b1ed70e56108ce57a6c5df804f8b0ca38e7cf10 2025-09-16 00:33:07 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler 2025-09-16 00:33:07 [botocore.endpoint] DEBUG: Sending http request: 2025-09-16 00:33:07 [botocore.httpsession] DEBUG: Certificate path: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/certifi/cacert.pem 2025-09-16 00:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): ssm.ap-south-1.amazonaws.com:443 2025-09-16 00:33:08 [urllib3.connectionpool] DEBUG: https://ssm.ap-south-1.amazonaws.com:443 "POST / HTTP/11" 200 2038 2025-09-16 00:33:08 [botocore.parsers] DEBUG: Response headers: {'Server': 'Server', 'Date': 'Tue, 16 Sep 2025 00:33:08 GMT', 'Content-Type': 'application/x-amz-json-1.1', 'Content-Length': '2038', 'Connection': 'keep-alive', 'x-amzn-RequestId': '73038092-675a-4930-a299-cb6db21d50b4'} 2025-09-16 00:33: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:33:08 [botocore.hooks] DEBUG: Event needs-retry.ssm.GetParameter: calling handler 2025-09-16 00:33:08 [botocore.retryhandler] DEBUG: No retry needed. 2025-09-16 00:33:08 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-16 00:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:09 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2025-09-16 00:33:09 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6028 2025-09-16 00:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33: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:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33: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:33:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/orderHistory/) 2025-09-16 00:33:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2025-09-16 00:33:15 [zomato] INFO: Found 135 restaurant IDs from Zomato API 2025-09-16 00:33:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21298631) 2025-09-16 00:33:17 [zomato] INFO: Res ID 21298631: Found emails {'katargam@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21298631&business_type=o2> {'res_id': 21298631, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['katargam@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7304957410', 'display_string': '+91-7304957410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7304957410', 'display_string': '+91-7304957410', 'phone_number_type': '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': '249396698', 'name': 'Hanuman Suthar', 'email': 'katargam@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304957410', 'display_string': '+91-7304957410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:33:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18552135) 2025-09-16 00:33:19 [zomato] INFO: Res ID 18552135: Found emails {'marketing@apsaraicecreams.com', 'bhoomikdvoc@gmail.com', 'apsaraicecreams.review1@gmail.com', 'naydeepnd@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18552135&business_type=o2> {'res_id': 18552135, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['bhoomikdvoc@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'naydeepnd@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8655867410', 'display_string': '+91-8655867410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8291800670', 'display_string': '+91-8291800670', 'phone_number_type': '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': '337487220', 'name': 'Bhoomik Dvoc', 'email': 'bhoomikdvoc@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655867410', 'display_string': '+91-8655867410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '306031761', 'name': 'Naydeep', 'email': 'naydeepnd@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291800670', 'display_string': '+91-8291800670'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'jbnagar@apsaraicecreams.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': '46023286', 'name': 'Apsara JB Nagar', 'email': 'apsara.jbnagar@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:33:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20031352) 2025-09-16 00:33:23 [zomato] INFO: Res ID 20031352: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'virar@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20031352&business_type=o2> {'res_id': 20031352, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['virar@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'virar@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7777027410', 'display_string': '+91-7777027410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7777027410', 'display_string': '+91-7777027410', 'phone_number_type': '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': '252812973', 'name': 'Apsara Virar', 'email': 'virar@apsaraicecreams.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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '252812973', 'name': 'Apsara Virar', 'email': 'virar@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:33:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21097257) 2025-09-16 00:33:26 [zomato] INFO: Res ID 21097257: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com', 'kamakshiventuresmlr@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21097257&business_type=o2> {'res_id': 21097257, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['kamakshiventuresmlr@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7738397410', 'display_string': '+91-7738397410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7738397410', 'display_string': '+91-7738397410', 'phone_number_type': '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': '332008517', 'name': 'Kamakshi Ventures', 'email': 'kamakshiventuresmlr@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738397410', 'display_string': '+91-7738397410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:33:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18579004) 2025-09-16 00:33:30 [zomato] INFO: Res ID 18579004: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'thakurvillage@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18579004&business_type=o2> {'res_id': 18579004, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['thakurvillage@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'thakurvillage@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9820717410', 'display_string': '+91-9820717410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9820717410', 'display_string': '+91-9820717410', 'phone_number_type': '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': '47762746', 'name': 'Kraemy Paradise Ice Creams LLP', 'email': 'thakurvillage@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820717410', 'display_string': '+91-9820717410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '47762746', 'name': 'Kraemy Paradise Ice Creams LLP', 'email': 'thakurvillage@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820717410', 'display_string': '+91-9820717410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '47762746', 'name': 'Kraemy Paradise Ice Creams LLP', 'email': 'thakurvillage@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820717410', 'display_string': '+91-9820717410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:33:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19023075) 2025-09-16 00:33:33 [zomato] INFO: Res ID 19023075: Found emails {'marketing@apsaraicecreams.com', 'apsara.rrnagar@gmail.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19023075&business_type=o2> {'res_id': 19023075, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'apsara.rrnagar@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9343778173', 'display_string': '+91-9343778173', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9606397410', 'display_string': '+91-9606397410', 'phone_number_type': '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': '168436153', 'name': 'Apsara Ice Creams', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9606397410', 'display_string': '+91-9606397410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '102046480', 'name': 'Kasturi Kunj Enterprises', 'email': 'apsara.rrnagar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9342395516', 'display_string': '+91-9342395516'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/60f/c870101b81a1fce75da5c7918ca8b60f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '102046480', 'name': 'Kasturi Kunj Enterprises', 'email': 'apsara.rrnagar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9342395516', 'display_string': '+91-9342395516'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/60f/c870101b81a1fce75da5c7918ca8b60f.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': 62, 'status_code': 200} 2025-09-16 00:33:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19165222) 2025-09-16 00:33:37 [zomato] INFO: Res ID 19165222: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsara.hoodi@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19165222&business_type=o2> {'res_id': 19165222, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.hoodi@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8861117410', 'display_string': '+91-8861117410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9036026043', 'display_string': '+91-9036026043', 'phone_number_type': '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': '40027671', 'name': 'Pawan Kumar Malpani', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036026043', 'display_string': '+91-9036026043'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6e7/9237e8724e9ce8bac9167f1b7ddff6e7.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '136547954', 'name': 'Apsara Hoodi', 'email': 'apsara.hoodi@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0d3/86235810536e111c82c3c07c165090d3.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '136547954', 'name': 'Apsara Hoodi', 'email': 'apsara.hoodi@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0d3/86235810536e111c82c3c07c165090d3.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': 62, 'status_code': 200} 2025-09-16 00:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:33:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19421080) 2025-09-16 00:33:42 [zomato] INFO: Res ID 19421080: Found emails {'marketing@apsaraicecreams.com', 'ananthnagar.apsara@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19421080&business_type=o2> {'res_id': 19421080, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'ananthnagar.apsara@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9742882743', 'display_string': '+91-9742882743', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9740907410', 'display_string': '+91-9740907410', 'phone_number_type': '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': '172091855', 'name': 'Vijetha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9740907410', 'display_string': '+91-9740907410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '166998557', 'name': 'VIJETHA ENTERPRISES', 'email': 'ananthnagar.apsara@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/867/00dc5b2dae050a8a362ce0dc475ec867.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '172091855', 'name': 'Vijetha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9740907410', 'display_string': '+91-9740907410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:33:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18601634) 2025-09-16 00:33:45 [zomato] INFO: Res ID 18601634: Found emails {'apsara.bannerghatta@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bannerghatta@apsaraicecreams.com (Unverified)', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18601634&business_type=o2> {'res_id': 18601634, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['bannerghatta@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.bannerghatta@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9916477987', 'display_string': '+91-9916477987', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9742882743', 'display_string': '+91-9742882743', 'phone_number_type': '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': '209438214', 'name': 'Khushi Enterprises', 'email': 'bannerghatta@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9916477987', 'display_string': '+91-9916477987'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '48880934', 'name': 'Apsara. Bannerghatta', 'email': 'apsara.bannerghatta@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209438214', 'name': 'Khushi Enterprises', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9916477987', 'display_string': '+91-9916477987'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '48880934', 'name': 'Apsara. Bannerghatta', 'email': 'apsara.bannerghatta@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:33:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20442220) 2025-09-16 00:33:48 [zomato] INFO: Res ID 20442220: Found emails {'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20442220&business_type=o2> {'res_id': 20442220, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152197410', 'display_string': '+91-9152197410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9152197410', 'display_string': '+91-9152197410', 'phone_number_type': '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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:33:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20685632) 2025-09-16 00:33:52 [zomato] INFO: Res ID 20685632: Found emails {'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bhandup@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20685632&business_type=o2> {'res_id': 20685632, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['bhandup@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9987017410', 'display_string': '+91-9987017410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9987017410', 'display_string': '+91-9987017410', 'phone_number_type': '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': '316382237', 'name': 'Orange Waterfall', 'email': 'bhandup@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987017410', 'display_string': '+91-9987017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:53 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:33:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18468843) 2025-09-16 00:33:57 [zomato] INFO: Res ID 18468843: Found emails {'marketing@apsaraicecreams.com', 'jpnagar@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.jpnagar@gmail.com', 'keyur@apsaraicecreams.com', 'shlok.bafna@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18468843&business_type=o2> {'res_id': 18468843, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['jpnagar@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.jpnagar@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shlok.bafna@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': '9742882743', 'display_string': '+91-9742882743', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9916477987', 'display_string': '+91-9916477987', 'phone_number_type': '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': '252825860', 'name': 'Annaji Rao Harinarayana', 'email': 'jpnagar@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9742882743', 'display_string': '+91-9742882743'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '38667899', 'name': 'Vinita Digga', 'email': 'apsara.jpnagar@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '341391122', 'name': 'Shlok Bafna', 'email': 'shlok.bafna@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104379483', 'display_string': '+91-8104379483'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/411/1bca02e12e16805caab9978cd1a29411.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': '38667899', 'name': 'Vinita Digga', 'email': 'apsara.jpnagar@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:33:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21534816) 2025-09-16 00:33:59 [zomato] INFO: Res ID 21534816: Found emails {'keyur@apsaraicecreams.com', 'hsrlayout@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21534816&business_type=o2> {'res_id': 21534816, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hsrlayout@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9987457410', 'display_string': '+91-9987457410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '358066028', 'name': 'Bhuvshika Enterprises', 'email': 'hsrlayout@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987457410', 'display_string': '+91-9987457410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20992432) 2025-09-16 00:34:03 [zomato] INFO: Res ID 20992432: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20992432&business_type=o2> {'res_id': 20992432, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7700907410', 'display_string': '+91-7700907410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7700907410', 'display_string': '+91-7700907410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19407340) 2025-09-16 00:34:07 [zomato] INFO: Res ID 19407340: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'vickypatel217@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.nashik@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19407340&business_type=o2> {'res_id': 19407340, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['vickypatel217@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.nashik@gmail.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7888077410', 'display_string': '+91-7888077410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7385588843', 'display_string': '+91-7385588843', 'phone_number_type': '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': '43761385', 'name': 'Vicky Patel', 'email': 'vickypatel217@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/9b6/42f6a7c5418dd3858de60574d6d829b6.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '166685696', 'name': 'Apsara Nashik', 'email': 'apsara.nashik@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7385588843', 'display_string': '+91-7385588843'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/352/54018db15c6b2e67ef00aca366a4a352.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '166685696', 'name': 'Apsara Nashik', 'email': 'apsara.nashik@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7385588843', 'display_string': '+91-7385588843'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/352/54018db15c6b2e67ef00aca366a4a352.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': 62, 'status_code': 200} 2025-09-16 00:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:08 [scrapy.extensions.logstats] INFO: Crawled 17 pages (at 17 pages/min), scraped 15 items (at 15 items/min) 2025-09-16 00:34:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19541325) 2025-09-16 00:34:11 [zomato] INFO: Res ID 19541325: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsaralokhandwala@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19541325&business_type=o2> {'res_id': 19541325, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsaralokhandwala@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaralokhandwala@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8451002830', 'display_string': '+91-8451002830', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8451002830', 'display_string': '+91-8451002830', 'phone_number_type': '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': '33220578', 'name': 'Apsara Lokhandwala', 'email': 'apsaralokhandwala@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8451002830', 'display_string': '+91-8451002830'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1e0/201e3216fc9133c83ca13d1bde2a31e0.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '33220578', 'name': 'Apsara Lokhandwala', 'email': 'apsaralokhandwala@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8451002830', 'display_string': '+91-8451002830'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1e0/201e3216fc9133c83ca13d1bde2a31e0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '33220578', 'name': 'Apsara Lokhandwala', 'email': 'apsaralokhandwala@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8451002830', 'display_string': '+91-8451002830'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1e0/201e3216fc9133c83ca13d1bde2a31e0.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': 62, 'status_code': 200} 2025-09-16 00:34:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21718940) 2025-09-16 00:34:15 [zomato] INFO: Res ID 21718940: Found emails {'keyur@apsaraicecreams.com', 'rajkot@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21718940&business_type=o2> {'res_id': 21718940, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['rajkot@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9867677410', 'display_string': '+91-9867677410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '369070398', 'name': 'Heet Shah', 'email': 'rajkot@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867677410', 'display_string': '+91-9867677410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19471539) 2025-09-16 00:34:18 [zomato] INFO: Res ID 19471539: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.vasantvihar@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19471539&business_type=o2> {'res_id': 19471539, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.vasantvihar@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.vasantvihar@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9321778482', 'display_string': '+91-9321778482', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9594100501', 'display_string': '+91-9594100501', 'phone_number_type': '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': '172941529', 'name': 'Manvit Ice-creams', 'email': 'apsara.vasantvihar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833938038', 'display_string': '+91-9833938038'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bca/d00d9bf8c36a249dca3b85cd65090bca.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '172941529', 'name': 'Manvit Ice-creams', 'email': 'apsara.vasantvihar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833938038', 'display_string': '+91-9833938038'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bca/d00d9bf8c36a249dca3b85cd65090bca.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '292585000', 'name': 'Apsra Icem', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321778482', 'display_string': '+91-9321778482'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '47021960', 'name': 'Hemant Chhutani', 'email': 'apsara.jogeshwari@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': '172941529', 'name': 'Manvit Ice-creams', 'email': 'apsara.vasantvihar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833938038', 'display_string': '+91-9833938038'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bca/d00d9bf8c36a249dca3b85cd65090bca.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': 62, 'status_code': 200} 2025-09-16 00:34:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21499490) 2025-09-16 00:34:22 [zomato] INFO: Res ID 21499490: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'arijit.moitra@zomato.com', 'apsaraicecreamdwd@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21499490&business_type=o2> {'res_id': 21499490, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsaraicecreamdwd@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'arijit.moitra@zomato.com', 'apsaraicecreams.review1@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': '9136417410', 'display_string': '+91-9136417410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8095370802', 'display_string': '+91-8095370802', 'phone_number_type': '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': '357430402', 'name': 'Apsara', 'email': 'apsaraicecreamdwd@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136417410', 'display_string': '+91-9136417410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294241004', 'name': 'Arijit Moitra', 'email': 'arijit.moitra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8013871330', 'display_string': '+91-8013871330'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/71f/e09e0bfd22f3901025e2553be6ab871f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:23 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19054408) 2025-09-16 00:34:26 [zomato] INFO: Res ID 19054408: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.kharadi01@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'tusharshitole999@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19054408&business_type=o2> {'res_id': 19054408, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['tusharshitole999@gmail.com'], 'manager_emails': ['tusharshitole999@gmail.com', 'keyur@apsaraicecreams.com', 'apsara.kharadi01@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9833167410', 'display_string': '+91-9833167410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9820486262', 'display_string': '+91-9820486262', 'phone_number_type': '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': '1287454', 'name': 'Kharadi', 'email': 'tusharshitole999@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7588033582', 'display_string': '+91-7588033582'}, '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': '1287454', 'name': 'Kharadi', 'email': 'tusharshitole999@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7588033582', 'display_string': '+91-7588033582'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '114734392', 'name': 'Apsara Kharadi', 'email': 'apsara.kharadi01@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833167410', 'display_string': '+91-9833167410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/017/1da46ca368dad6868da05154c0632017.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '114734392', 'name': 'Apsara Kharadi', 'email': 'apsara.kharadi01@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833167410', 'display_string': '+91-9833167410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/017/1da46ca368dad6868da05154c0632017.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': 62, 'status_code': 200} 2025-09-16 00:34:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=40552) 2025-09-16 00:34:30 [zomato] INFO: Res ID 40552: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'hemanshu0209@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'hemanshu70000@yahoo.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=40552&business_type=o2> {'res_id': 40552, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hemanshu70000@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'hemanshu0209@gmail.com', 'apsarasocial@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9892077300', 'display_string': '+91-9892077300', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '022', 'isd_code_formatted': '022', 'country_id': 1, 'phone': '26144990', 'display_string': '022-26144990', 'phone_number_type': 'invalid', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '27740509', 'name': 'Himanshu Shah', 'email': 'hemanshu70000@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892077300', 'display_string': '+91-9892077300'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/85d/7ecccddb6a33c665dfa7b2a248ac185d.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '27739795', 'name': 'Hemanshu Shah', 'email': 'hemanshu0209@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': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'Apsaraicecreams@yahoo.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': '27739795', 'name': 'Hemanshu Shah', 'email': 'hemanshu0209@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:34:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20203850) 2025-09-16 00:34:34 [zomato] INFO: Res ID 20203850: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', '56dukaan@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20203850&business_type=o2> {'res_id': 20203850, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['56dukaan@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7738177410', 'display_string': '+91-7738177410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9755523555', 'display_string': '+91-9755523555', 'phone_number_type': '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': '252835398', 'name': 'Sarthak Enterprises', 'email': '56dukaan@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738177410', 'display_string': '+91-7738177410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18746117) 2025-09-16 00:34:38 [zomato] INFO: Res ID 18746117: Found emails {'marketing@apsaraicecreams.com', 'apsara.bandra@gmail.com', 'apsaraicecreams.review1@gmail.com', 'delhicloudkitchen@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18746117&business_type=o2> {'res_id': 18746117, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.bandra@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'delhicloudkitchen@apsaraicecreams.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': '8879987410', 'display_string': '+91-8879987410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8879987410', 'display_string': '+91-8879987410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '63421978', 'name': 'APSARA BANDRA', 'email': 'apsara.bandra@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879987410', 'display_string': '+91-8879987410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '354920247', 'name': 'Delhi Cloud Kitchen', 'email': 'delhicloudkitchen@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833648422', 'display_string': '+91-9833648422'}, 'editable': 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': '63421978', 'name': 'APSARA BANDRA', 'email': 'apsara.bandra@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879987410', 'display_string': '+91-8879987410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:34:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20082491) 2025-09-16 00:34:41 [zomato] INFO: Res ID 20082491: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'hiranandaniestate@apsaraicecreams.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20082491&business_type=o2> {'res_id': 20082491, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hiranandaniestate@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7777017410', 'display_string': '+91-7777017410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7777017410', 'display_string': '+91-7777017410', 'phone_number_type': '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': '248432326', 'name': 'Scoop Of Joy', 'email': 'hiranandaniestate@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777017410', 'display_string': '+91-7777017410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18768305) 2025-09-16 00:34:44 [zomato] INFO: Res ID 18768305: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'bellandur@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18768305&business_type=o2> {'res_id': 18768305, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['bellandur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bellandur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9986744857', 'display_string': '+91-9986744857', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9986744857', 'display_string': '+91-9986744857', 'phone_number_type': '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': '69362539', 'name': 'Apsara Bellandur', 'email': 'bellandur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9986744857', 'display_string': '+91-9986744857'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4e7/477535aae627e9af6ad3543dc84ad4e7.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '69362539', 'name': 'Apsara Bellandur', 'email': 'bellandur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9986744857', 'display_string': '+91-9986744857'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4e7/477535aae627e9af6ad3543dc84ad4e7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21156034) 2025-09-16 00:34:49 [zomato] INFO: Res ID 21156034: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com', 'ulhasnagar@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21156034&business_type=o2> {'res_id': 21156034, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['ulhasnagar@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9867887410', 'display_string': '+91-9867887410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9867887410', 'display_string': '+91-9867887410', 'phone_number_type': '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': '336145539', 'name': 'Fusion Alliance', 'email': 'ulhasnagar@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867887410', 'display_string': '+91-9867887410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:53 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20509075) 2025-09-16 00:34:53 [zomato] INFO: Res ID 20509075: Found emails {'marketing@apsaraicecreams.com', 'franchisepoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'nagpur@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20509075&business_type=o2> {'res_id': 20509075, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['franchisepoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'nagpur@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152317410', 'display_string': '+91-9152317410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9152317410', 'display_string': '+91-9152317410', 'phone_number_type': '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': 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': '689107', 'name': 'SAQLAIN', 'email': 'franchisepoc@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976797410', 'display_string': '+91-8976797410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316747937', 'name': 'Apsaraicecreams Nagpur', 'email': 'nagpur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152317410', 'display_string': '+91-9152317410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:34:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20436618) 2025-09-16 00:34:57 [zomato] INFO: Res ID 20436618: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'csavinashagrawal@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20436618&business_type=o2> {'res_id': 20436618, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'csavinashagrawal@gmail.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8976767410', 'display_string': '+91-8976767410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8976767410', 'display_string': '+91-8976767410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '110726716', 'name': 'Avinash Agrawal', 'email': 'csavinashagrawal@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9669888880', 'display_string': '+91-9669888880'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/db9/9a5d9dbeb3c82658361c100a02c9ddb9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18611685) 2025-09-16 00:35:01 [zomato] INFO: Res ID 18611685: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'vimannagar@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18611685&business_type=o2> {'res_id': 18611685, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'vimannagar@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7410017410', 'display_string': '+91-7410017410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7410017410', 'display_string': '+91-7410017410', 'phone_number_type': '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '135033893', 'name': 'Apsara Icecream', 'email': 'vimannagar@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136651004', 'display_string': '+91-9136651004'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '135033893', 'name': 'Apsara Icecream', 'email': 'vimannagar@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136651004', 'display_string': '+91-9136651004'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:35:05 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18791803) 2025-09-16 00:35:05 [zomato] INFO: Res ID 18791803: Found emails {'marketing@apsaraicecreams.com', 'chonkar91@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18791803&business_type=o2> {'res_id': 18791803, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['chonkar91@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'chonkar91@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9004847410', 'display_string': '+91-9004847410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9004847410', 'display_string': '+91-9004847410', 'phone_number_type': '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': '134296729', 'name': 'Akshay Chonkar', 'email': 'chonkar91@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594556562', 'display_string': '+91-9594556562'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/26f/5211454fc4b5a1f8614ca3c3a027326f.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '134296729', 'name': 'Akshay Chonkar', 'email': 'chonkar91@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594556562', 'display_string': '+91-9594556562'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/26f/5211454fc4b5a1f8614ca3c3a027326f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '177784707', 'name': 'Apsara Icecream Vashi', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004847410', 'display_string': '+91-9004847410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:35:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:35:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19865991) 2025-09-16 00:35:08 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 16 pages/min), scraped 30 items (at 15 items/min) 2025-09-16 00:35:08 [zomato] INFO: Res ID 19865991: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'valsad@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19865991&business_type=o2> {'res_id': 19865991, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['valsad@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'valsad@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8433977410', 'display_string': '+91-8433977410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8433977410', 'display_string': '+91-8433977410', 'phone_number_type': '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': '238324354', 'name': 'BT Foods', 'email': 'valsad@apsaraicecreams.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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238324354', 'name': 'BT Foods', 'email': 'valsad@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20985405) 2025-09-16 00:35:11 [zomato] INFO: Res ID 20985405: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20985405&business_type=o2> {'res_id': 20985405, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8928647410', 'display_string': '+91-8928647410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8928647410', 'display_string': '+91-8928647410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '333625309', 'name': 'Apsara Ice Cream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928647410', 'display_string': '+91-8928647410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:35:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21908107) 2025-09-16 00:35:14 [zomato] INFO: Res ID 21908107: Found emails {'apsaraicecreams.review1@gmail.com', 'lonavala@apsaraicecreams.com (Unverified)', 'hobopx@marveltech.co.in'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21908107&business_type=o2> {'res_id': 21908107, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['lonavala@apsaraicecreams.com (Unverified)'], 'manager_emails': ['apsaraicecreams.review1@gmail.com', 'hobopx@marveltech.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': '8856925292', 'display_string': '+91-8856925292', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '258419973', 'name': 'Harshvardhan Patil', 'email': 'lonavala@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8856925292', 'display_string': '+91-8856925292'}, '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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '380022162', 'name': 'Hussain', 'email': 'hobopx@marveltech.co.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': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': 62, 'status_code': 200} 2025-09-16 00:35:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18451025) 2025-09-16 00:35:18 [zomato] INFO: Res ID 18451025: Found emails {'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'sagarjhaveri@yahoo.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18451025&business_type=o2> {'res_id': 18451025, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['sagarjhaveri@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9833357410', 'display_string': '+91-9833357410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9833357410', 'display_string': '+91-9833357410', 'phone_number_type': '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': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '59330276', 'name': 'Surjeet Choudhary', 'email': 'surjeetc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c2e/0a4d0b7272ee377121c95fd2939fbc2e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'shivajipark@apsaraicecreams.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': '38869622', 'name': 'APSARA SHIVAJI PARK', 'email': 'apsara.shivajipark@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833357410', 'display_string': '+91-9833357410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:35:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19539585) 2025-09-16 00:35:22 [zomato] INFO: Res ID 19539585: Found emails {'apsara.electroniccity@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19539585&business_type=o2> {'res_id': 19539585, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.electroniccity@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9916477987', 'display_string': '+91-9916477987', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9916477987', 'display_string': '+91-9916477987', 'phone_number_type': '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': '209438214', 'name': 'Khushi Enterprises', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9916477987', 'display_string': '+91-9916477987'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '180230296', 'name': 'VIJETHA KHUSHI', 'email': 'apsara.electroniccity@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d0/9b9fe8fd02e7883b35a379da270453d0.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209438214', 'name': 'Khushi Enterprises', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9916477987', 'display_string': '+91-9916477987'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=49826) 2025-09-16 00:35:26 [zomato] INFO: Res ID 49826: Found emails {'marketing@apsaraicecreams.com', 'apsara.matunga@gmail.com', 'sagarjhaveri@yahoo.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=49826&business_type=o2> {'res_id': 49826, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['sagarjhaveri@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.matunga@gmail.com', 'sagarjhaveri@yahoo.com', 'apsarasocial@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9987766207', 'display_string': '+91-9987766207', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9987766207', 'display_string': '+91-9987766207', 'phone_number_type': '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': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '30871007', 'name': 'Apsara Matunga', 'email': 'apsara.matunga@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7b7/b6a053bff18a0728883573df999627b7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '250510531', 'name': 'Apsara Icecream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987766207', 'display_string': '+91-9987766207'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'matunga@apsaraicecreams.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': '30871007', 'name': 'Apsara Matunga', 'email': 'apsara.matunga@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7b7/b6a053bff18a0728883573df999627b7.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': 62, 'status_code': 200} 2025-09-16 00:35:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19208052) 2025-09-16 00:35:29 [zomato] INFO: Res ID 19208052: Found emails {'marketing@apsaraicecreams.com', 'akhilchalil15@gmail.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'apsara.kodathi@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19208052&business_type=o2> {'res_id': 19208052, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'akhilchalil15@gmail.com', 'apsara.kodathi@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8971527410', 'display_string': '+91-8971527410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9742766941', 'display_string': '+91-9742766941', 'phone_number_type': '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': '215310513', 'name': 'Akhil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8971527410', 'display_string': '+91-8971527410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '74408596', 'name': 'Customer', 'email': 'akhilchalil15@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9742766941', 'display_string': '+91-9742766941'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '148997121', 'name': 'Apsara Kodathi', 'email': 'apsara.kodathi@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/285/7d9b3e0edc0cde24a8002c06a7d90285.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19803991) 2025-09-16 00:35:33 [zomato] INFO: Res ID 19803991: Found emails {'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'pragathinagar@apsaraicecreams.com (Unverified)'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19803991&business_type=o2> {'res_id': 19803991, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['pragathinagar@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9492766555', 'display_string': '+91-9492766555', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9492766555', 'display_string': '+91-9492766555', 'phone_number_type': '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': '212671434', 'name': 'Nandan Krishna', 'email': 'pragathinagar@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9492766555', 'display_string': '+91-9492766555'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19945403) 2025-09-16 00:35:35 [zomato] INFO: Res ID 19945403: Found emails {'keyur@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19945403&business_type=o2> {'res_id': 19945403, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7207466087', 'display_string': '+91-7207466087', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7207466087', 'display_string': '+91-7207466087', 'phone_number_type': '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': '176084309', 'name': 'PS Enterprises', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7207466087', 'display_string': '+91-7207466087'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:35:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:35:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19690878) 2025-09-16 00:35:40 [zomato] INFO: Res ID 19690878: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'dahisar@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'chintan.shah.1985@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19690878&business_type=o2> {'res_id': 19690878, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['chintan.shah.1985@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'dahisar@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9029027410', 'display_string': '+91-9029027410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9029027410', 'display_string': '+91-9029027410', 'phone_number_type': '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': '27631903', 'name': 'Chintan Shah', 'email': 'chintan.shah.1985@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819158822', 'display_string': '+91-9819158822'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fe9/fa8e0d9955637dfb4494a7a0dc02ffe9.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196474765', 'name': 'Apsara Ice Creams', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9029027410', 'display_string': '+91-9029027410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/204/bf753c08539689ca318707249cf07204.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '198232571', 'name': 'Apsara Dahisar', 'email': 'dahisar@apsaraicecreams.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fdc/f134459ad5b1a52da4486803d481efdc.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20911769) 2025-09-16 00:35:44 [zomato] INFO: Res ID 20911769: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20911769&business_type=o2> {'res_id': 20911769, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9076057410', 'display_string': '+91-9076057410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9076057410', 'display_string': '+91-9076057410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'Kuvempunagar@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9076057410', 'display_string': '+91-9076057410'}, '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': 62, 'status_code': 200} 2025-09-16 00:35:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18453670) 2025-09-16 00:35:48 [zomato] INFO: Res ID 18453670: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'hemantchhutani@yahoo.co.in', 'gunjan.gupta@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18453670&business_type=o2> {'res_id': 18453670, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hemantchhutani@yahoo.co.in'], 'manager_emails': ['hemantchhutani@yahoo.co.in', 'keyur@apsaraicecreams.com', 'gunjan.gupta@zomato.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7400197410', 'display_string': '+91-7400197410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7400197410', 'display_string': '+91-7400197410', 'phone_number_type': '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': '525392', 'name': 'Hemant Chhutani', 'email': 'hemantchhutani@yahoo.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870775439', 'display_string': '+91-9870775439'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8ad/52efa0c3221c72ce84b3b912875ed8ad.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': '525392', 'name': 'Hemant Chhutani', 'email': 'hemantchhutani@yahoo.co.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870775439', 'display_string': '+91-9870775439'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8ad/52efa0c3221c72ce84b3b912875ed8ad.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51563610', 'name': 'Gunjan Gupta', 'email': 'gunjan.gupta@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8527063773', 'display_string': '+91-8527063773'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:35:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19234506) 2025-09-16 00:35:51 [zomato] INFO: Res ID 19234506: Found emails {'marketing@apsaraicecreams.com', 'sagarjhaveri@yahoo.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsarawanowrie@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19234506&business_type=o2> {'res_id': 19234506, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['sagarjhaveri@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'apsarawanowrie@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7678097410', 'display_string': '+91-7678097410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7678097410', 'display_string': '+91-7678097410', 'phone_number_type': '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': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '147005082', 'name': 'Apsara Wanowrie', 'email': 'apsarawanowrie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7678097410', 'display_string': '+91-7678097410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a1d/b0b586218e65b3b113618ad8e092aa1d.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'wanowrie@apsaraicecreams.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': '147005082', 'name': 'Apsara Wanowrie', 'email': 'apsarawanowrie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7678097410', 'display_string': '+91-7678097410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a1d/b0b586218e65b3b113618ad8e092aa1d.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': 62, 'status_code': 200} 2025-09-16 00:35:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21169687) 2025-09-16 00:35:55 [zomato] INFO: Res ID 21169687: Found emails {'keyur@apsaraicecreams.com', 'ent.fortune9@gmail.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21169687&business_type=o2> {'res_id': 21169687, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['ent.fortune9@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7208217410', 'display_string': '+91-7208217410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7208217410', 'display_string': '+91-7208217410', 'phone_number_type': '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': '337453089', 'name': 'Fortune Enterprises', 'email': 'ent.fortune9@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208217410', 'display_string': '+91-7208217410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'Silvassa@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:36:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19013916) 2025-09-16 00:36:00 [zomato] INFO: Res ID 19013916: Found emails {'marketing@apsaraicecreams.com', 'chemburapsara@gmail.com', 'sagarjhaveri@yahoo.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19013916&business_type=o2> {'res_id': 19013916, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['sagarjhaveri@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'chemburapsara@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9920701123', 'display_string': '+91-9920701123', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9920701123', 'display_string': '+91-9920701123', 'phone_number_type': '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': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '116191880', 'name': 'Apsara Chembur', 'email': 'chemburapsara@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/712/2d0e1829aabd4e8189a7c3cb7549b712.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '306173074', 'name': 'Apsara Ice Cream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920701123', 'display_string': '+91-9920701123'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '116191880', 'name': 'Apsara Chembur', 'email': 'chemburapsara@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/712/2d0e1829aabd4e8189a7c3cb7549b712.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': 62, 'status_code': 200} 2025-09-16 00:36:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20200520) 2025-09-16 00:36:02 [zomato] INFO: Res ID 20200520: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.nashik@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20200520&business_type=o2> {'res_id': 20200520, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.nashik@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8451817410', 'display_string': '+91-8451817410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7385588843', 'display_string': '+91-7385588843', 'phone_number_type': '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': '166685696', 'name': 'Apsara Nashik', 'email': 'apsara.nashik@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7385588843', 'display_string': '+91-7385588843'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/352/54018db15c6b2e67ef00aca366a4a352.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:36:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20733145) 2025-09-16 00:36:06 [zomato] INFO: Res ID 20733145: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20733145&business_type=o2> {'res_id': 20733145, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152327410', 'display_string': '+91-9152327410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9152327410', 'display_string': '+91-9152327410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '329095768', 'name': 'Aakash', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152327410', 'display_string': '+91-9152327410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'bibwewadi@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:36:08 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 16 pages/min), scraped 47 items (at 17 items/min) 2025-09-16 00:36:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19456654) 2025-09-16 00:36:11 [zomato] INFO: Res ID 19456654: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'apsara.sarjapura@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19456654&business_type=o2> {'res_id': 19456654, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.sarjapura@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.sarjapura@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9972537410', 'display_string': '+91-9972537410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9972537410', 'display_string': '+91-9972537410', 'phone_number_type': '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': '171551889', 'name': 'Apsara Sarjapura', 'email': 'apsara.sarjapura@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/189/e538e6a8b745a08f42e9e06ea2bfa189.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '171551889', 'name': 'Apsara Sarjapura', 'email': 'apsara.sarjapura@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/189/e538e6a8b745a08f42e9e06ea2bfa189.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '288548376', 'name': 'Apsara Sarjapur', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9972537410', 'display_string': '+91-9972537410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '171551889', 'name': 'Apsara Sarjapura', 'email': 'apsara.sarjapura@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/189/e538e6a8b745a08f42e9e06ea2bfa189.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': 62, 'status_code': 200} 2025-09-16 00:36:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19059989) 2025-09-16 00:36:15 [zomato] INFO: Res ID 19059989: Found emails {'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.sainikpuri@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'pragathinagar@apsaraicecreams.com (Unverified)'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19059989&business_type=o2> {'res_id': 19059989, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['pragathinagar@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.sainikpuri@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9492766555', 'display_string': '+91-9492766555', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9492766555', 'display_string': '+91-9492766555', 'phone_number_type': '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': '212671434', 'name': 'Nandan Krishna', 'email': 'pragathinagar@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9492766555', 'display_string': '+91-9492766555'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '142459873', 'name': 'Sainikpuri', 'email': 'apsara.sainikpuri@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '142459873', 'name': 'Sainikpuri', 'email': 'apsara.sainikpuri@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:36:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18764071) 2025-09-16 00:36:19 [zomato] INFO: Res ID 18764071: Found emails {'ankit.sawhney@zomato.com', 'surjeetc@gmail.com', 'sagar.fauzdar@zomato.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.vaishalinagar.jaipur@gmail.com', 'keyur@apsaraicecreams.com', 'amit25chdhry@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18764071&business_type=o2> {'res_id': 18764071, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'surjeetc@gmail.com', 'ankit.sawhney@zomato.com', 'apsara.vaishalinagar.jaipur@gmail.com', 'amit25chdhry@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'sagar.fauzdar@zomato.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9358457410', 'display_string': '+91-9358457410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9358457410', 'display_string': '+91-9358457410', 'phone_number_type': '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': '167064007', 'name': 'Apsara', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9358457410', 'display_string': '+91-9358457410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '59330276', 'name': 'Surjeet Choudhary', 'email': 'surjeetc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c2e/0a4d0b7272ee377121c95fd2939fbc2e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '65487786', 'name': 'Ankit Sawhney', 'email': 'ankit.sawhney@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7737961887', 'display_string': '+91-7737961887'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/016/d901cbd0a24f8d35f799aebedf095016.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '70623142', 'name': 'Apsara Icecreams Vaishali Nagar Jaipur', 'email': 'apsara.vaishalinagar.jaipur@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': '71199576', 'name': 'Amit Choudhary', 'email': 'amit25chdhry@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9001888926', 'display_string': '+91-9001888926'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6f5/e6874c68eaae667f395bdc4b99f356f5.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '317408267', 'name': 'Sagar Fauzdar', 'email': 'sagar.fauzdar@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7742920313', 'display_string': '+91-7742920313'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fd2/cef760cfc8ef65e19095e5823637cfd2.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '70623142', 'name': 'Apsara Icecreams Vaishali Nagar Jaipur', 'email': 'apsara.vaishalinagar.jaipur@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:36:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19716504) 2025-09-16 00:36:22 [zomato] INFO: Res ID 19716504: Found emails {'nerulapsaraicecreams@gmail.com', 'marketing@apsaraicecreams.com', 'apsara.seawoodscentral@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19716504&business_type=o2> {'res_id': 19716504, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.seawoodscentral@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'apsara.seawoodscentral@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'nerulapsaraicecreams@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': '7400077410', 'display_string': '+91-7400077410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7400077410', 'display_string': '+91-7400077410', 'phone_number_type': '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': '199094157', 'name': 'Apsara Ice Creams LLP', 'email': 'apsara.seawoodscentral@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6ae/f6993df97c5c3c91c47467de7c36a6ae.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '199094157', 'name': 'Apsara Ice Creams LLP', 'email': 'apsara.seawoodscentral@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6ae/f6993df97c5c3c91c47467de7c36a6ae.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '344179019', 'name': 'Raja Boricha', 'email': 'nerulapsaraicecreams@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400077410', 'display_string': '+91-7400077410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a78/f23cda6844b1740d1446f82dda807a78.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': 62, 'status_code': 200} 2025-09-16 00:36:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19743645) 2025-09-16 00:36:25 [zomato] INFO: Res ID 19743645: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.rcity@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19743645&business_type=o2> {'res_id': 19743645, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.rcity@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.rcity@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7710087410', 'display_string': '+91-7710087410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8108863882', 'display_string': '+91-8108863882', 'phone_number_type': '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': '203247366', 'name': 'Apsara Ice Creams LLP', 'email': 'apsara.rcity@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e49/9bd8b484756c8d870477d71baf433e49.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '203247366', 'name': 'Apsara Ice Creams LLP', 'email': 'apsara.rcity@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e49/9bd8b484756c8d870477d71baf433e49.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '289373231', 'name': 'Apsara Ice', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7710087410', 'display_string': '+91-7710087410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '203247366', 'name': 'Apsara Ice Creams LLP', 'email': 'apsara.rcity@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e49/9bd8b484756c8d870477d71baf433e49.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': 62, 'status_code': 200} 2025-09-16 00:36:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18764131) 2025-09-16 00:36:29 [zomato] INFO: Res ID 18764131: Found emails {'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'apsara.cscheme.jaipur@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'amit25chdhry@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18764131&business_type=o2> {'res_id': 18764131, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'surjeetc@gmail.com', 'apsara.cscheme.jaipur@gmail.com', 'amit25chdhry@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9358447410', 'display_string': '+91-9358447410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9358447410', 'display_string': '+91-9358447410', 'phone_number_type': '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': '165846222', 'name': 'Raj', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9358447410', 'display_string': '+91-9358447410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '59330276', 'name': 'Surjeet Choudhary', 'email': 'surjeetc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c2e/0a4d0b7272ee377121c95fd2939fbc2e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '70622272', 'name': 'Apsara Icecreams C-scheme Jaipur', 'email': 'apsara.cscheme.jaipur@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': '71199576', 'name': 'Amit Choudhary', 'email': 'amit25chdhry@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9001888926', 'display_string': '+91-9001888926'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6f5/e6874c68eaae667f395bdc4b99f356f5.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '70622272', 'name': 'Apsara Icecreams C-scheme Jaipur', 'email': 'apsara.cscheme.jaipur@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:36:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18378200) 2025-09-16 00:36:33 [zomato] INFO: Res ID 18378200: Found emails {'marketing@apsaraicecreams.com', 'apsara.kandivali@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'thecreamhouseco@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18378200&business_type=o2> {'res_id': 18378200, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.kandivali@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.kandivali@gmail.com', 'thecreamhouseco@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7208265760', 'display_string': '+91-7208265760', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9819748249', 'display_string': '+91-9819748249', 'phone_number_type': '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': '36647676', 'name': 'Apsara Mahavirnagar', 'email': 'apsara.kandivali@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208265760', 'display_string': '+91-7208265760'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/376/cb956b0273bdc2ad2614c7d45dc73376.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36647676', 'name': 'Apsara Mahavirnagar', 'email': 'apsara.kandivali@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208265760', 'display_string': '+91-7208265760'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/376/cb956b0273bdc2ad2614c7d45dc73376.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '122464729', 'name': 'Thecreamhouse Co', 'email': 'thecreamhouseco@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097029708', 'display_string': '+91-8097029708'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/d17/38fdcb999c03301efe9551fac63c4d17.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '36647676', 'name': 'Apsara Mahavirnagar', 'email': 'apsara.kandivali@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208265760', 'display_string': '+91-7208265760'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/376/cb956b0273bdc2ad2614c7d45dc73376.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': 62, 'status_code': 200} 2025-09-16 00:36:37 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18837156) 2025-09-16 00:36:37 [zomato] INFO: Res ID 18837156: Found emails {'marketing@apsaraicecreams.com', 'mgroadpune@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18837156&business_type=o2> {'res_id': 18837156, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'mgroadpune@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7410087410', 'display_string': '+91-7410087410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7410087410', 'display_string': '+91-7410087410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '82406237', 'name': 'Sanket Mohan Dakhne', 'email': 'mgroadpune@apsaraicecreams.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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '238161485', 'name': 'Apsara Ice Creams', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410087410', 'display_string': '+91-7410087410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:38 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:36:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21592442) 2025-09-16 00:36:41 [zomato] INFO: Res ID 21592442: Found emails {'vidyaranyapura@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21592442&business_type=o2> {'res_id': 21592442, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['vidyaranyapura@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9930387410', 'display_string': '+91-9930387410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '362437330', 'name': 'Naveen Ramachandra', 'email': 'vidyaranyapura@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930387410', 'display_string': '+91-9930387410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'Vidyranyapura@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:36:45 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21401065) 2025-09-16 00:36:45 [zomato] INFO: Res ID 21401065: Found emails {'keyur@apsaraicecreams.com', 'belapur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21401065&business_type=o2> {'res_id': 21401065, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['belapur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7304457410', 'display_string': '+91-7304457410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7304457410', 'display_string': '+91-7304457410', 'phone_number_type': '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': '353124809', 'name': 'Nikhil Ravindran', 'email': 'belapur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304457410', 'display_string': '+91-7304457410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:36:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17715213) 2025-09-16 00:36:48 [zomato] INFO: Res ID 17715213: Found emails {'marketing@apsaraicecreams.com', 'suhail1010@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'powai@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'thehappycreamco@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17715213&business_type=o2> {'res_id': 17715213, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['suhail1010@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'thehappycreamco@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'powai@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8652907410', 'display_string': '+91-8652907410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9820185110', 'display_string': '+91-9820185110', 'phone_number_type': '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': '509785', 'name': 'Muhamed Suhail Jamadar', 'email': 'suhail1010@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820185110', 'display_string': '+91-9820185110'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/5a7/ca2989e13993bc47724dc3c2309545a7.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '111086591', 'name': 'Thehappycream Co', 'email': 'thehappycreamco@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '297758830', 'name': 'Suhail', 'email': 'powai@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:36:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19883352) 2025-09-16 00:36:51 [zomato] INFO: Res ID 19883352: Found emails {'kalwa@apsaraicecreams.com (Unverified)', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19883352&business_type=o2> {'res_id': 19883352, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['kalwa@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7400467410', 'display_string': '+91-7400467410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7400467410', 'display_string': '+91-7400467410', 'phone_number_type': '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': '229527821', 'name': 'Apsara Ice Cream Kalwa', 'email': 'kalwa@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400467410', 'display_string': '+91-7400467410'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:36:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18545072) 2025-09-16 00:36:55 [zomato] INFO: Res ID 18545072: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsara.andheri@gmail.com', 'sagar.rajput@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18545072&business_type=o2> {'res_id': 18545072, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.andheri@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'sagar.rajput@zomato.com', 'apsara.andheri@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9867277410', 'display_string': '+91-9867277410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9867277410', 'display_string': '+91-9867277410', 'phone_number_type': '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': '44597789', 'name': 'SAGAR JHAVERI', 'email': 'apsara.andheri@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867277410', 'display_string': '+91-9867277410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, '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': '44597789', 'name': 'SAGAR JHAVERI', 'email': 'apsara.andheri@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867277410', 'display_string': '+91-9867277410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '44597789', 'name': 'SAGAR JHAVERI', 'email': 'apsara.andheri@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867277410', 'display_string': '+91-9867277410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:36:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18695053) 2025-09-16 00:37:00 [zomato] INFO: Res ID 18695053: Found emails {'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'kalina@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18695053&business_type=o2> {'res_id': 18695053, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['kalina@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9769837410', 'display_string': '+91-9769837410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8108425455', 'display_string': '+91-8108425455', 'phone_number_type': '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': '289358840', 'name': 'My Scoops', 'email': 'kalina@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769837410', 'display_string': '+91-9769837410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2bb/87cbe07917ecad72e7ff6d7c3e90c2bb.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '289358840', 'name': 'My Scoops', 'email': 'kalina@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9769837410', 'display_string': '+91-9769837410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2bb/87cbe07917ecad72e7ff6d7c3e90c2bb.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': 62, 'status_code': 200} 2025-09-16 00:37:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19495652) 2025-09-16 00:37:04 [zomato] INFO: Res ID 19495652: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.vasai@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19495652&business_type=o2> {'res_id': 19495652, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.vasai@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.vasai@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8419957410', 'display_string': '+91-8419957410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8419957410', 'display_string': '+91-8419957410', 'phone_number_type': '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': '174675451', 'name': 'PRATIK DESAI', 'email': 'apsara.vasai@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dab/8f803f75f00ffe00d84c0309bf6b9dab.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '174675451', 'name': 'PRATIK DESAI', 'email': 'apsara.vasai@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dab/8f803f75f00ffe00d84c0309bf6b9dab.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '174675451', 'name': 'PRATIK DESAI', 'email': 'apsara.vasai@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/dab/8f803f75f00ffe00d84c0309bf6b9dab.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': 62, 'status_code': 200} 2025-09-16 00:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:08 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:08 [scrapy.extensions.logstats] INFO: Crawled 64 pages (at 15 pages/min), scraped 62 items (at 15 items/min) 2025-09-16 00:37:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=36163) 2025-09-16 00:37:08 [zomato] INFO: Res ID 36163: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.malabarhills@gmail.com', 'keyur@apsaraicecreams.com', 'sarthak.gandotra@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=36163&business_type=o2> {'res_id': 36163, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.malabarhills@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'sarthak.gandotra@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': '9930507410', 'display_string': '+91-9930507410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '+022', 'isd_code_formatted': '+022', 'country_id': 1, 'phone': '23617410', 'display_string': '+022-23617410', 'phone_number_type': 'invalid', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '187314346', 'name': 'Apsara Ice Creams Walkeshwar', 'email': 'apsara.malabarhills@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/592/b5831610669d04792a234bd625906592.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '354398402', 'name': 'Sarthak Gandotra', 'email': 'sarthak.gandotra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7889777192', 'display_string': '+91-7889777192'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/957/d4f98b5b2471b4ff9fd4bca8f0d73957.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': '187314346', 'name': 'Apsara Ice Creams Walkeshwar', 'email': 'apsara.malabarhills@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/592/b5831610669d04792a234bd625906592.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': 62, 'status_code': 200} 2025-09-16 00:37:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18605956) 2025-09-16 00:37:11 [zomato] INFO: Res ID 18605956: Found emails {'apsara.hebbal@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18605956&business_type=o2> {'res_id': 18605956, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.hebbal@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.hebbal@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8884074555', 'display_string': '+91-8884074555', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8884074555', 'display_string': '+91-8884074555', 'phone_number_type': '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': '48194700', 'name': 'Apsara Hebbal', 'email': 'apsara.hebbal@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9972127410', 'display_string': '+91-9972127410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '48194700', 'name': 'Apsara Hebbal', 'email': 'apsara.hebbal@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9972127410', 'display_string': '+91-9972127410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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/mug_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': '8884074555', 'display_string': '+91-8884074555'}, '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': '48194700', 'name': 'Apsara Hebbal', 'email': 'apsara.hebbal@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9972127410', 'display_string': '+91-9972127410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:37:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19128035) 2025-09-16 00:37:16 [zomato] INFO: Res ID 19128035: Found emails {'marketing@apsaraicecreams.com', 'apsara.prahladnagar@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=19128035&business_type=o2> {'res_id': 19128035, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.prahladnagar@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.prahladnagar@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9851007410', 'display_string': '+91-9851007410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9824014226', 'display_string': '+91-9824014226', 'phone_number_type': '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': '128920002', 'name': 'Nilesh Gehani', 'email': 'apsara.prahladnagar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9851007410', 'display_string': '+91-9851007410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e65/e080adbd25f0dbcc4cb959b757b3ae65.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '128920002', 'name': 'Nilesh Gehani', 'email': 'apsara.prahladnagar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9851007410', 'display_string': '+91-9851007410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e65/e080adbd25f0dbcc4cb959b757b3ae65.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=19247287) 2025-09-16 00:37:20 [zomato] INFO: Res ID 19247287: Found emails {'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bapass2018@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=19247287&business_type=o2> {'res_id': 19247287, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bapass2018@gmail.com', 'apsarasocial@gmail.com', 'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9606826691', 'display_string': '+91-9606826691', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9606826691', 'display_string': '+91-9606826691', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '59330276', 'name': 'Surjeet Choudhary', 'email': 'surjeetc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c2e/0a4d0b7272ee377121c95fd2939fbc2e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'apsara.knagar@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': 62, 'status_code': 200} 2025-09-16 00:37:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19601870) 2025-09-16 00:37:24 [zomato] INFO: Res ID 19601870: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsara.panvel@gmail.com'}, target: apsaraicecreams.review1@gmail.com, 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=19601870&business_type=o2> {'res_id': 19601870, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.panvel@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.panvel@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9136647410', 'display_string': '+91-9136647410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9136647410', 'display_string': '+91-9136647410', 'phone_number_type': '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': '188976755', 'name': 'Apsara Panvel', 'email': 'apsara.panvel@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136647410', 'display_string': '+91-9136647410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ebd/44ed0e8d1038fc04bcdb0b4e44a63ebd.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '188976755', 'name': 'Apsara Panvel', 'email': 'apsara.panvel@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136647410', 'display_string': '+91-9136647410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ebd/44ed0e8d1038fc04bcdb0b4e44a63ebd.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=19445224) 2025-09-16 00:37:28 [zomato] INFO: Res ID 19445224: Found emails {'apsara.parleeast@gmail.com', 'marketing@apsaraicecreams.com', 'neel.eminent@gmail.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=19445224&business_type=o2> {'res_id': 19445224, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['neel.eminent@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'apsara.parleeast@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9820687410', 'display_string': '+91-9820687410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9820687410', 'display_string': '+91-9820687410', 'phone_number_type': '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': '30502461', 'name': 'Neel Parikh', 'email': 'neel.eminent@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820970758', 'display_string': '+91-9820970758'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/64a/af205cc4a6dd47c7cf6f53305934a64a.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '307351476', 'name': 'Go Zero', 'email': 'apsara.parleeast@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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'apsara.parleest@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': 62, 'status_code': 200} 2025-09-16 00:37:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19195546) 2025-09-16 00:37:30 [zomato] INFO: Res ID 19195546: Found emails {'apsara.srjp@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bapass2018@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'endlessknots.hospitality@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19195546&business_type=o2> {'res_id': 19195546, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['endlessknots.hospitality@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bapass2018@gmail.com', 'apsara.srjp@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'endlessknots.hospitality@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': '9353101201', 'display_string': '+91-9353101201', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9353101201', 'display_string': '+91-9353101201', 'phone_number_type': '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': '354392638', 'name': 'Endless Knots Hospitality', 'email': 'endlessknots.hospitality@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136917410', 'display_string': '+91-9136917410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '146181435', 'name': 'Apsara Ice Creams Sarjapur Road', 'email': 'apsara.srjp@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c96/705bb088348798fa543056543b04cc96.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '354392638', 'name': 'Endless Knots Hospitality', 'email': 'endlessknots.hospitality@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136917410', 'display_string': '+91-9136917410'}, 'editable': 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': '228282642', 'name': 'Apsara', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9353101201', 'display_string': '+91-9353101201'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:37:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19861039) 2025-09-16 00:37:34 [zomato] INFO: Res ID 19861039: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19861039&business_type=o2> {'res_id': 19861039, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8433987410', 'display_string': '+91-8433987410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8433987410', 'display_string': '+91-8433987410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7338246051', 'display_string': '+91-7338246051'}, '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': 62, '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:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18354513) 2025-09-16 00:37:39 [zomato] INFO: Res ID 18354513: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'buddibiz70@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18354513&business_type=o2> {'res_id': 18354513, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['buddibiz70@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'buddibiz70@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9967998855', 'display_string': '+91-9967998855', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9833190980', 'display_string': '+91-9833190980', 'phone_number_type': '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': '35876476', 'name': 'Buddibiz Venture Mulund', 'email': 'buddibiz70@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967998855', 'display_string': '+91-9967998855'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '35876476', 'name': 'Buddibiz Venture Mulund', 'email': 'buddibiz70@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967998855', 'display_string': '+91-9967998855'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '35876476', 'name': 'Buddibiz Venture Mulund', 'email': 'buddibiz70@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967998855', 'display_string': '+91-9967998855'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:37:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19108233) 2025-09-16 00:37:43 [zomato] INFO: Res ID 19108233: Found emails {'apsara.motera@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'ekoneuno.motera@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19108233&business_type=o2> {'res_id': 19108233, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'ekoneuno.motera@gmail.com', 'apsara.motera@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7299000046', 'display_string': '+91-7299000046', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7299000046', 'display_string': '+91-7299000046', 'phone_number_type': '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': '210715084', 'name': 'Rachna', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7299000046', 'display_string': '+91-7299000046'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '131799588', 'name': 'Ek One Uno Pizza Classick', 'email': 'ekoneuno.motera@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/59b/0d62bae26514a7983bdce2e728f8259b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '157193331', 'name': 'Nilesh Gehani', 'email': 'apsara.motera@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6db/f379a96d83625d126ca63c45723b26db.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '210715084', 'name': 'Rachna', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7299000046', 'display_string': '+91-7299000046'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '131799588', 'name': 'Ek One Uno Pizza Classick', 'email': 'ekoneuno.motera@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/59b/0d62bae26514a7983bdce2e728f8259b.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': 62, 'status_code': 200} 2025-09-16 00:37:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18710458) 2025-09-16 00:37:48 [zomato] INFO: Res ID 18710458: Found emails {'marketing@apsaraicecreams.com', 'koramangala@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bapass2018@gmail.com', 'rahul.nair@zomato.com', 'shalini@apsaraicecreams.com', 'apsara.koramangala@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18710458&business_type=o2> {'res_id': 18710458, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['koramangala@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bapass2018@gmail.com', 'apsara.koramangala@gmail.com', 'rahul.nair@zomato.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'koramangala@apsaraicecreams.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': '9353101199', 'display_string': '+91-9353101199', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9353101199', 'display_string': '+91-9353101199', 'phone_number_type': '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': '356052736', 'name': 'SANA CAFE', 'email': 'koramangala@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208377410', 'display_string': '+91-7208377410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '59268521', 'name': 'Apsara Ice Creams Koramangala', 'email': 'apsara.koramangala@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e5b/0437f78a624269a9e3a57c85723bfe5b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '61233742', 'name': 'Rahul Nair', 'email': 'rahul.nair@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '356052736', 'name': 'SANA CAFE', 'email': 'koramangala@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208377410', 'display_string': '+91-7208377410'}, 'editable': 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/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'apsara.kormangala@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': 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': '59268521', 'name': 'Apsara Ice Creams Koramangala', 'email': 'apsara.koramangala@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e5b/0437f78a624269a9e3a57c85723bfe5b.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': 62, '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=21013384) 2025-09-16 00:37:49 [zomato] INFO: Res ID 21013384: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=21013384&business_type=o2> {'res_id': 21013384, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7304967410', 'display_string': '+91-7304967410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7304967410', 'display_string': '+91-7304967410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'udupi@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304967410', 'display_string': '+91-7304967410'}, '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': 62, 'status_code': 200} 2025-09-16 00:37:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18378201) 2025-09-16 00:37:54 [zomato] INFO: Res ID 18378201: Found emails {'marketing@apsaraicecreams.com', 'charniroad@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'deepakcmistry@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.charniroad@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18378201&business_type=o2> {'res_id': 18378201, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.charniroad@gmail.com', 'deepakcmistry@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'charniroad@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9819371203', 'display_string': '+91-9819371203', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9819371203', 'display_string': '+91-9819371203', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '36535544', 'name': 'Nirvaana Apsara', 'email': 'apsara.charniroad@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819371203', 'display_string': '+91-9819371203'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3b8/7efcd00d1d4aac53e3ca6c25ebac73b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '144155389', 'name': 'Deepak Mistry', 'email': 'deepakcmistry@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920104977', 'display_string': '+91-9920104977'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6e7/1d6e81697e5b34235a4e679c03f7d6e7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '251265894', 'name': 'Apsara Ice Cre', 'email': 'charniroad@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '36535544', 'name': 'Nirvaana Apsara', 'email': 'apsara.charniroad@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819371203', 'display_string': '+91-9819371203'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3b8/7efcd00d1d4aac53e3ca6c25ebac73b8.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': 62, 'status_code': 200} 2025-09-16 00:37:57 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19162575) 2025-09-16 00:37:57 [zomato] INFO: Res ID 19162575: Found emails {'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'karur@apsaraicecreams.com (Unverified)', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'venlacskarur@gmail.com', 'apsarasocial@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19162575&business_type=o2> {'res_id': 19162575, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['karur@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'venlacskarur@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9791405444', 'display_string': '+91-9791405444', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9840717410', 'display_string': '+91-9840717410', 'phone_number_type': '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': '215872295', 'name': 'Venlacs Enterprises', 'email': 'karur@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9840717410', 'display_string': '+91-9840717410'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '138885824', 'name': 'Venlacs Enterprises', 'email': 'venlacskarur@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c67/5d59cfa3140c36f4352d972392b31c67.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '138885824', 'name': 'Venlacs Enterprises', 'email': 'venlacskarur@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c67/5d59cfa3140c36f4352d972392b31c67.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': 62, '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=20547406) 2025-09-16 00:38:01 [zomato] INFO: Res ID 20547406: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20547406&business_type=o2> {'res_id': 20547406, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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_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'}, {'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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:38:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18358512) 2025-09-16 00:38:04 [zomato] INFO: Res ID 18358512: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'karanshah746.ks@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18358512&business_type=o2> {'res_id': 18358512, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['karanshah746.ks@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'karanshah746.ks@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9029997410', 'display_string': '+91-9029997410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9029997410', 'display_string': '+91-9029997410', 'phone_number_type': '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': '108177977', 'name': 'Karan', 'email': 'karanshah746.ks@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8652007239', 'display_string': '+91-8652007239'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f5c/d16b6ce475ac78493c57e69dd3231f5c.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '108177977', 'name': 'Karan', 'email': 'karanshah746.ks@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8652007239', 'display_string': '+91-8652007239'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/f5c/d16b6ce475ac78493c57e69dd3231f5c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '298790772', 'name': 'Karan', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9029997410', 'display_string': '+91-9029997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '36277703', 'name': 'Karan Shah', 'email': 'apsara.malad@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:38:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20791186) 2025-09-16 00:38:07 [zomato] INFO: Res ID 20791186: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20791186&business_type=o2> {'res_id': 20791186, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152827410', 'display_string': '+91-9152827410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9152827410', 'display_string': '+91-9152827410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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 81 pages (at 17 pages/min), scraped 79 items (at 17 items/min) 2025-09-16 00:38:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19583477) 2025-09-16 00:38:12 [zomato] INFO: Res ID 19583477: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.bhayander@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19583477&business_type=o2> {'res_id': 19583477, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.bhayander@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.bhayander@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7208477410', 'display_string': '+91-7208477410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7208477410', 'display_string': '+91-7208477410', 'phone_number_type': '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': '183754066', 'name': 'Apsara Bhayander', 'email': 'apsara.bhayander@gmail.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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '183754066', 'name': 'Apsara Bhayander', 'email': 'apsara.bhayander@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': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208477410', 'display_string': '+91-7208477410'}, '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': '183754066', 'name': 'Apsara Bhayander', 'email': 'apsara.bhayander@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:38:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20765811) 2025-09-16 00:38:15 [zomato] INFO: Res ID 20765811: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bardoli@apsaraicecreams.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20765811&business_type=o2> {'res_id': 20765811, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'bardoli@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152377410', 'display_string': '+91-9152377410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9152377410', 'display_string': '+91-9152377410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '308894682', 'name': 'Manisha Patil', 'email': 'bardoli@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152377410', 'display_string': '+91-9152377410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:38:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19332138) 2025-09-16 00:38:18 [zomato] INFO: Res ID 19332138: Found emails {'apsara.airoli@gmail.com', 'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsarasocial@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19332138&business_type=o2> {'res_id': 19332138, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.airoli@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'apsara.airoli@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8652737410', 'display_string': '+91-8652737410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8291267410', 'display_string': '+91-8291267410', 'phone_number_type': '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': '166760927', 'name': 'Shashi Gowda', 'email': 'apsara.airoli@gmail.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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '166760927', 'name': 'Shashi Gowda', 'email': 'apsara.airoli@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '166760927', 'name': 'Shashi Gowda', 'email': 'apsara.airoli@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:38:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19693353) 2025-09-16 00:38:22 [zomato] INFO: Res ID 19693353: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'indore@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19693353&business_type=o2> {'res_id': 19693353, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'indore@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8097557410', 'display_string': '+91-8097557410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9755523555', 'display_string': '+91-9755523555', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196921161', 'name': 'Sarthak Foods', 'email': 'indore@apsaraicecreams.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': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '330459778', 'name': 'Apsara Icecream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097557410', 'display_string': '+91-8097557410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '196921161', 'name': 'Sarthak Foods', 'email': 'indore@apsaraicecreams.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': '197010351', 'name': 'Sarthak Foods', 'email': 'apsara.pipliyahana@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/137/61dedaf7225be19f5e2ff6690c842137.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': 62, 'status_code': 200} 2025-09-16 00:38:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18354514) 2025-09-16 00:38:26 [zomato] INFO: Res ID 18354514: Found emails {'surjeetc@gmail.com', 'apsara.parleeast@gmail.com', 'marketing@apsaraicecreams.com', 'neel.eminent@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=18354514&business_type=o2> {'res_id': 18354514, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['neel.eminent@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'surjeetc@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'apsara.parleeast@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9920857397', 'display_string': '+91-9920857397', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9920857397', 'display_string': '+91-9920857397', 'phone_number_type': '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': '30502461', 'name': 'Neel Parikh', 'email': 'neel.eminent@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820970758', 'display_string': '+91-9820970758'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/64a/af205cc4a6dd47c7cf6f53305934a64a.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '59330276', 'name': 'Surjeet Choudhary', 'email': 'surjeetc@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c2e/0a4d0b7272ee377121c95fd2939fbc2e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '307351476', 'name': 'Go Zero', 'email': 'apsara.parleeast@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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'taksshila@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:38:29 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20913057) 2025-09-16 00:38:29 [zomato] INFO: Res ID 20913057: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20913057&business_type=o2> {'res_id': 20913057, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9594087410', 'display_string': '+91-9594087410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9594087410', 'display_string': '+91-9594087410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:38:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19795175) 2025-09-16 00:38:31 [zomato] INFO: Res ID 19795175: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'gunnavinodreddy@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19795175&business_type=o2> {'res_id': 19795175, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['gunnavinodreddy@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7569721092', 'display_string': '+91-7569721092', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7569721092', 'display_string': '+91-7569721092', 'phone_number_type': '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': '57893732', 'name': 'Gunna Vinod Reddy', 'email': 'gunnavinodreddy@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9063225208', 'display_string': '+91-9063225208'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/386/22c4c3475ad3adc5a79fbed6663ca386.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'kondapur@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:38:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19247561) 2025-09-16 00:38:35 [zomato] INFO: Res ID 19247561: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsara.dombivali@gmail.com', 'chetan.jawle@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19247561&business_type=o2> {'res_id': 19247561, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.dombivali@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'chetan.jawle@gmail.com', 'apsarasocial@gmail.com', 'apsara.dombivali@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8424977410', 'display_string': '+91-8424977410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8424977410', 'display_string': '+91-8424977410', 'phone_number_type': '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': '153336481', 'name': 'Sandesh Kamble', 'email': 'apsara.dombivali@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/30e/eeb002ccddd6051920d963c47dd7f30e.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '47893987', 'name': 'Chetan Jawle', 'email': 'chetan.jawle@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1ca/e701d7fabaafaaca1125d7fd052be1ca.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '153336481', 'name': 'Sandesh Kamble', 'email': 'apsara.dombivali@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/30e/eeb002ccddd6051920d963c47dd7f30e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '179231322', 'name': 'Apsara Ice Cream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8424977410', 'display_string': '+91-8424977410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '153336481', 'name': 'Sandesh Kamble', 'email': 'apsara.dombivali@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/30e/eeb002ccddd6051920d963c47dd7f30e.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': 62, '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:39 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20646756) 2025-09-16 00:38:39 [zomato] INFO: Res ID 20646756: Found emails {'keyur@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20646756&business_type=o2> {'res_id': 20646756, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9967877410', 'display_string': '+91-9967877410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9967877410', 'display_string': '+91-9967877410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'nungambakkam@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:38:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19027207) 2025-09-16 00:38:42 [zomato] INFO: Res ID 19027207: Found emails {'apsara.cvr@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bapass2018@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'apsara.cvv@gmail.com (Unverified)'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19027207&business_type=o2> {'res_id': 19027207, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.cvv@gmail.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bapass2018@gmail.com', 'apsarasocial@gmail.com', 'apsara.cvr@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9353101200', 'display_string': '+91-9353101200', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9353101200', 'display_string': '+91-9353101200', 'phone_number_type': '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': '269152700', 'name': 'Apsara', 'email': 'apsara.cvv@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9353101200', 'display_string': '+91-9353101200'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '166280874', 'name': 'Apsara CVR Nagar', 'email': 'apsara.cvr@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a68/486ef04afa8e4910ea7b849a5b67ba68.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '269152700', 'name': 'Apsara', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9353101200', 'display_string': '+91-9353101200'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:38:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18767609) 2025-09-16 00:38:47 [zomato] INFO: Res ID 18767609: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'aishwarya.kumar@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18767609&business_type=o2> {'res_id': 18767609, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'aishwarya.kumar@zomato.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8657627410', 'display_string': '+91-8657627410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8657627410', 'display_string': '+91-8657627410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '205252819', 'name': 'Aishwarya Kumar', 'email': 'aishwarya.kumar@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/537/c0eacf23370fbde0318836daf7043537.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '120698791', 'name': 'APSARA ICE CREAM', 'email': 'apsaracoloba@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657627410', 'display_string': '+91-8657627410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ed4/3f803d863863dd440b96094b891efed4.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': 62, 'status_code': 200} 2025-09-16 00:38:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21043088) 2025-09-16 00:38:51 [zomato] INFO: Res ID 21043088: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21043088&business_type=o2> {'res_id': 21043088, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7738037410', 'display_string': '+91-7738037410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8422948702', 'display_string': '+91-8422948702', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331548133', 'name': 'Advita', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738037410', 'display_string': '+91-7738037410'}, 'editable': 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': 'Kolshetroad@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:38:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20909915) 2025-09-16 00:38:55 [zomato] INFO: Res ID 20909915: Found emails {'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20909915&business_type=o2> {'res_id': 20909915, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9819457410', 'display_string': '+91-9819457410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9819457410', 'display_string': '+91-9819457410', 'phone_number_type': '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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'Daman@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:38:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20041360) 2025-09-16 00:38:58 [zomato] INFO: Res ID 20041360: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'raipur@apsaraicecreams.com (Unverified)'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20041360&business_type=o2> {'res_id': 20041360, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['raipur@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7738187410', 'display_string': '+91-7738187410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7738187410', 'display_string': '+91-7738187410', 'phone_number_type': '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': '239714265', 'name': 'Nirmala Agrawal', 'email': 'raipur@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738187410', 'display_string': '+91-7738187410'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=21908077) 2025-09-16 00:39:02 [zomato] INFO: Res ID 21908077: Found emails {'vasai@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'arijit.moitra@zomato.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21908077&business_type=o2> {'res_id': 21908077, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['vasai@apsaraicecreams.com'], 'manager_emails': ['arijit.moitra@zomato.com', 'apsaraicecreams.review1@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': '8655227410', 'display_string': '+91-8655227410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '380347510', 'name': 'Pravigo Foods And Beverages', 'email': 'vasai@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655227410', 'display_string': '+91-8655227410'}, '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': '294241004', 'name': 'Arijit Moitra', 'email': 'arijit.moitra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8013871330', 'display_string': '+91-8013871330'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/71f/e09e0bfd22f3901025e2553be6ab871f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19645403) 2025-09-16 00:39:07 [zomato] INFO: Res ID 19645403: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'magarpatta@apsaraicecreams.com', 'apsara.magarpatta@gmail.com', 'spiyush121131@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19645403&business_type=o2> {'res_id': 19645403, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['spiyush121131@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'magarpatta@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.magarpatta@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7208878118', 'display_string': '+91-7208878118', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7208878118', 'display_string': '+91-7208878118', 'phone_number_type': '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': '198243828', 'name': 'Piyush Sharma', 'email': 'spiyush121131@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930621106', 'display_string': '+91-9930621106'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '160809399', 'name': 'APSARA MAGARPATTA', 'email': 'magarpatta@apsaraicecreams.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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '194284511', 'name': 'Apsara', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7208878118', 'display_string': '+91-7208878118'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '197475479', 'name': 'Apsara Ice Creams', 'email': 'apsara.magarpatta@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2de/8cb1fe569f0051a20d60ada2584192de.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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 97 pages (at 16 pages/min), scraped 95 items (at 16 items/min) 2025-09-16 00:39:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20841709) 2025-09-16 00:39:11 [zomato] INFO: Res ID 20841709: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20841709&business_type=o2> {'res_id': 20841709, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9076097410', 'display_string': '+91-9076097410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9076097410', 'display_string': '+91-9076097410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '336669459', 'name': 'Apsara Kadri', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9076097410', 'display_string': '+91-9076097410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:39:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20582977) 2025-09-16 00:39:15 [zomato] INFO: Res ID 20582977: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'tardeo@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20582977&business_type=o2> {'res_id': 20582977, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['tardeo@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9136797410', 'display_string': '+91-9136797410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9136797410', 'display_string': '+91-9136797410', 'phone_number_type': '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': '300946798', 'name': 'Apsara Ice Cream', 'email': 'tardeo@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136797410', 'display_string': '+91-9136797410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21592795) 2025-09-16 00:39:19 [zomato] INFO: Res ID 21592795: Found emails {'panjim@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21592795&business_type=o2> {'res_id': 21592795, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['panjim@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9920907410', 'display_string': '+91-9920907410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '362444680', 'name': 'Panjim Apsara', 'email': 'panjim@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920907410', 'display_string': '+91-9920907410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19762251) 2025-09-16 00:39:22 [zomato] INFO: Res ID 19762251: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'aurangabad@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19762251&business_type=o2> {'res_id': 19762251, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'aurangabad@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8433727410', 'display_string': '+91-8433727410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8433727410', 'display_string': '+91-8433727410', 'phone_number_type': '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': '212704097', 'name': 'Rishikesh Sarpate', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433727410', 'display_string': '+91-8433727410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '231314606', 'name': 'Apsara Ice Creams Aurangabad', 'email': 'aurangabad@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19304358) 2025-09-16 00:39:26 [zomato] INFO: Res ID 19304358: Found emails {'marketing@apsaraicecreams.com', 'streetglowmomo@gmail.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19304358&business_type=o2> {'res_id': 19304358, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['streetglowmomo@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9886677410', 'display_string': '+91-9886677410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9886677410', 'display_string': '+91-9886677410', 'phone_number_type': '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': '86028052', 'name': 'StreetGlow', 'email': 'streetglowmomo@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9844384470', 'display_string': '+91-9844384470'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/53d/d9a588cad326e35b3ac281e3e4ae553d.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '164829338', 'name': 'Apsara Davanagere', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9886677410', 'display_string': '+91-9886677410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/936/99afa6ab87d75373a683123955a3c936.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': 62, 'status_code': 200} 2025-09-16 00:39:30 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18816534) 2025-09-16 00:39:30 [zomato] INFO: Res ID 18816534: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsara.kadugodi@gmail.com', 'apsaraicecreams.review1@gmail.com', 'kadugodistores@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18816534&business_type=o2> {'res_id': 18816534, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'kadugodistores@gmail.com', 'apsara.kadugodi@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9036026043', 'display_string': '+91-9036026043', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9036026043', 'display_string': '+91-9036026043', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '40027671', 'name': 'Pawan Kumar Malpani', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9036026043', 'display_string': '+91-9036026043'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/6e7/9237e8724e9ce8bac9167f1b7ddff6e7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '145823525', 'name': 'Kadugodi Store', 'email': 'kadugodistores@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/230/1ffbb6fda162408dc138294877a07230.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '165807738', 'name': 'Apsara Kadugodi', 'email': 'apsara.kadugodi@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fa9/abff2e10da7ad19e223ab6459362efa9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '145823525', 'name': 'Kadugodi Store', 'email': 'kadugodistores@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/230/1ffbb6fda162408dc138294877a07230.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '165807738', 'name': 'Apsara Kadugodi', 'email': 'apsara.kadugodi@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fa9/abff2e10da7ad19e223ab6459362efa9.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': 62, '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=21099121) 2025-09-16 00:39:34 [zomato] INFO: Res ID 21099121: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'prakash33361@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21099121&business_type=o2> {'res_id': 21099121, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['prakash33361@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9892157410', 'display_string': '+91-9892157410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9892157410', 'display_string': '+91-9892157410', 'phone_number_type': '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': '60672490', 'name': 'Prakash Paliwal', 'email': 'prakash33361@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892157410', 'display_string': '+91-9892157410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/cc7/efae816e9e1220ae2630bdef26c73cc7.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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', 'email': 'majiwada@apsaraicecreams.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': 62, '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=18579006) 2025-09-16 00:39:39 [zomato] INFO: Res ID 18579006: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.jogeshwari@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=18579006&business_type=o2> {'res_id': 18579006, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.jogeshwari@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.jogeshwari@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8291587410', 'display_string': '+91-8291587410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8291587410', 'display_string': '+91-8291587410', 'phone_number_type': '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': '47021960', 'name': 'Hemant Chhutani', 'email': 'apsara.jogeshwari@gmail.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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '47021960', 'name': 'Hemant Chhutani', 'email': 'apsara.jogeshwari@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '269411221', 'name': 'Apsara Ice Creams', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8291587410', 'display_string': '+91-8291587410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '47021960', 'name': 'Hemant Chhutani', 'email': 'apsara.jogeshwari@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'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 62, 'status_code': 200} 2025-09-16 00:39:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21093240) 2025-09-16 00:39:42 [zomato] INFO: Res ID 21093240: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.nagarbhavi@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=21093240&business_type=o2> {'res_id': 21093240, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.nagarbhavi@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7718967410', 'display_string': '+91-7718967410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7718967410', 'display_string': '+91-7718967410', 'phone_number_type': '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': '332009455', 'name': 'Apsara Ice Cream Nagarbhavi', 'email': 'apsara.nagarbhavi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718967410', 'display_string': '+91-7718967410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'nagarbhavi@apsaraicecreams.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': 62, '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=20664639) 2025-09-16 00:39:46 [zomato] INFO: Res ID 20664639: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'ntmarg@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=20664639&business_type=o2> {'res_id': 20664639, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['ntmarg@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9987067410', 'display_string': '+91-9987067410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9987067410', 'display_string': '+91-9987067410', 'phone_number_type': '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': '298961950', 'name': 'Sarthak Enterprises', 'email': 'ntmarg@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987067410', 'display_string': '+91-9987067410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=21881869) 2025-09-16 00:39:50 [zomato] INFO: Res ID 21881869: Found emails {'hassan@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'arijit.moitra@zomato.com'}, target: apsaraicecreams.review1@gmail.com, 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=21881869&business_type=o2> {'res_id': 21881869, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hassan@apsaraicecreams.com'], 'manager_emails': ['arijit.moitra@zomato.com', 'apsaraicecreams.review1@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': '8433997410', 'display_string': '+91-8433997410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '379512400', 'name': 'Chethan', 'email': 'hassan@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433997410', 'display_string': '+91-8433997410'}, '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': '294241004', 'name': 'Arijit Moitra', 'email': 'arijit.moitra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8013871330', 'display_string': '+91-8013871330'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/71f/e09e0bfd22f3901025e2553be6ab871f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18447062) 2025-09-16 00:39:52 [zomato] INFO: Res ID 18447062: Found emails {'marketing@apsaraicecreams.com', 'sagarjhaveri@yahoo.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18447062&business_type=o2> {'res_id': 18447062, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['sagarjhaveri@yahoo.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8655007410', 'display_string': '+91-8655007410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7045071410', 'display_string': '+91-7045071410', 'phone_number_type': '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': '39830786', 'name': 'Sagar Jhaveri', 'email': 'sagarjhaveri@yahoo.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820599560', 'display_string': '+91-9820599560'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21667918) 2025-09-16 00:39:56 [zomato] INFO: Res ID 21667918: Found emails {'keyur@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'hubli@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21667918&business_type=o2> {'res_id': 21667918, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hubli@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7400227410', 'display_string': '+91-7400227410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '366003748', 'name': 'Hubli Apsara Ice Creams', 'email': 'hubli@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7400227410', 'display_string': '+91-7400227410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:39:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18962788) 2025-09-16 00:39:59 [zomato] INFO: Res ID 18962788: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'thecreamhouseco@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:39:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18962788&business_type=o2> {'res_id': 18962788, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'thecreamhouseco@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8652807410', 'display_string': '+91-8652807410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8652807410', 'display_string': '+91-8652807410', 'phone_number_type': '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': '210427423', 'name': 'Cream House', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8652807410', 'display_string': '+91-8652807410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '122464729', 'name': 'Thecreamhouse Co', 'email': 'thecreamhouseco@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097029708', 'display_string': '+91-8097029708'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/d17/38fdcb999c03301efe9551fac63c4d17.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '122464729', 'name': 'Thecreamhouse Co', 'email': 'thecreamhouseco@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097029708', 'display_string': '+91-8097029708'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/d17/38fdcb999c03301efe9551fac63c4d17.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': 62, 'status_code': 200} 2025-09-16 00:40:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20065641) 2025-09-16 00:40:03 [zomato] INFO: Res ID 20065641: Found emails {'marketing@apsaraicecreams.com', 'nalasopara@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'coolkream.ck@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20065641&business_type=o2> {'res_id': 20065641, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['nalasopara@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'nalasopara@apsaraicecreams.com', 'coolkream.ck@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7777037410', 'display_string': '+91-7777037410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7777037410', 'display_string': '+91-7777037410', 'phone_number_type': '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': '252803181', 'name': 'Apsara Nallasopara', 'email': 'nalasopara@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777037410', 'display_string': '+91-7777037410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '252803181', 'name': 'Apsara Nallasopara', 'email': 'nalasopara@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777037410', 'display_string': '+91-7777037410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '294704528', 'name': 'Chintan', 'email': 'coolkream.ck@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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=20670219) 2025-09-16 00:40:07 [zomato] INFO: Res ID 20670219: Found emails {'shalini@apsaraicecreams.com', 'kukatpally@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20670219&business_type=o2> {'res_id': 20670219, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'kukatpally@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9966107410', 'display_string': '+91-9966107410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9966107410', 'display_string': '+91-9966107410', 'phone_number_type': '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': '296291354', 'name': 'Apsara Icecream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9966107410', 'display_string': '+91-9966107410'}, '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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '296291133', 'name': 'Shravan Vangapally', 'email': 'kukatpally@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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 113 pages (at 16 pages/min), scraped 111 items (at 16 items/min) 2025-09-16 00:40:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19645491) 2025-09-16 00:40:11 [zomato] INFO: Res ID 19645491: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'vapi@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19645491&business_type=o2> {'res_id': 19645491, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['vapi@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7304987410', 'display_string': '+91-7304987410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7304987410', 'display_string': '+91-7304987410', 'phone_number_type': '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': '196116715', 'name': 'Apsara Ice Cream', 'email': 'vapi@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304987410', 'display_string': '+91-7304987410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': 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': 62, '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=19416815) 2025-09-16 00:40:14 [zomato] INFO: Res ID 19416815: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'brpatel83@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=19416815&business_type=o2> {'res_id': 19416815, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['brpatel83@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'brpatel83@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7069907410', 'display_string': '+91-7069907410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9820306057', 'display_string': '+91-9820306057', 'phone_number_type': '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': '15984193', 'name': 'Bhavin Patel', 'email': 'brpatel83@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820306057', 'display_string': '+91-9820306057'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/50d/7b953b319cc0abc89edaa30dc2b1f50d.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '15984193', 'name': 'Bhavin Patel', 'email': 'brpatel83@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820306057', 'display_string': '+91-9820306057'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/50d/7b953b319cc0abc89edaa30dc2b1f50d.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '168086710', 'name': 'Apsara Ice Creams', 'email': 'apsara.adajan@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7069907410', 'display_string': '+91-7069907410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/3d8/094ffb259e1b6f7166ee57d21d7973d8.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': 62, 'status_code': 200} 2025-09-16 00:40:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19355681) 2025-09-16 00:40:19 [zomato] INFO: Res ID 19355681: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'apsara.navrangpura@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19355681&business_type=o2> {'res_id': 19355681, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'apsara.navrangpura@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9638007410', 'display_string': '+91-9638007410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9638007410', 'display_string': '+91-9638007410', 'phone_number_type': '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': '226774556', 'name': 'Manager', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9638007410', 'display_string': '+91-9638007410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '166680245', 'name': 'Nilesh Gehani', 'email': 'apsara.navrangpura@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4be/7a2198afaca2318ca41fa276729114be.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '166680245', 'name': 'Nilesh Gehani', 'email': 'apsara.navrangpura@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4be/7a2198afaca2318ca41fa276729114be.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': 62, '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=18983497) 2025-09-16 00:40:23 [zomato] INFO: Res ID 18983497: Found emails {'marketing@apsaraicecreams.com', 'miraroad.apsara@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'jnilesh1977@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18983497&business_type=o2> {'res_id': 18983497, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['keyur@apsaraicecreams.com', 'miraroad.apsara@gmail.com', 'jnilesh1977@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8108407410', 'display_string': '+91-8108407410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8108407410', 'display_string': '+91-8108407410', 'phone_number_type': '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': '233802127', 'name': 'Ujwal Joshi', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8108407410', 'display_string': '+91-8108407410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '95332995', 'name': 'Nilesh Joshi', 'email': 'miraroad.apsara@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1bb/51f61ac563ec6e25ac3b54c4dbe431bb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '95447540', 'name': 'Nilesh Joshi', 'email': 'jnilesh1977@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9082406211', 'display_string': '+91-9082406211'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '233802127', 'name': 'Ujwal Joshi', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8108407410', 'display_string': '+91-8108407410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '95332995', 'name': 'Nilesh Joshi', 'email': 'miraroad.apsara@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1bb/51f61ac563ec6e25ac3b54c4dbe431bb.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': 62, '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=21093304) 2025-09-16 00:40:26 [zomato] INFO: Res ID 21093304: Found emails {'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=21093304&business_type=o2> {'res_id': 21093304, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7304517410', 'display_string': '+91-7304517410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7304517410', 'display_string': '+91-7304517410', 'phone_number_type': '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/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': '7304517410', 'display_string': '+91-7304517410'}, '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': 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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=19215475) 2025-09-16 00:40:30 [zomato] INFO: Res ID 19215475: Found emails {'marketing@apsaraicecreams.com', 'franchisepoc@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'bapass2018@gmail.com', 'rahul.nair@zomato.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.bsk@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19215475&business_type=o2> {'res_id': 19215475, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['franchisepoc@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'bapass2018@gmail.com', 'rahul.nair@zomato.com', 'apsara.bsk@gmail.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9353101202', 'display_string': '+91-9353101202', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9353101202', 'display_string': '+91-9353101202', 'phone_number_type': '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': '689107', 'name': 'SAQLAIN', 'email': 'franchisepoc@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976797410', 'display_string': '+91-8976797410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '61233742', 'name': 'Rahul Nair', 'email': 'rahul.nair@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': '153804129', 'name': 'Apsara Ice Creams BSK', 'email': 'apsara.bsk@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e6f/142a50fc231c9a2fa19715d59d7fde6f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '51991328', 'name': 'BA Pass', 'email': 'bapass2018@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': '153804129', 'name': 'Apsara Ice Creams BSK', 'email': 'apsara.bsk@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e6f/142a50fc231c9a2fa19715d59d7fde6f.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': 62, '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=21053980) 2025-09-16 00:40:33 [zomato] INFO: Res ID 21053980: Found emails {'hinjewadi@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=21053980&business_type=o2> {'res_id': 21053980, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['hinjewadi@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7738377410', 'display_string': '+91-7738377410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7738377410', 'display_string': '+91-7738377410', 'phone_number_type': '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': '330179341', 'name': 'SCOOPLICIOUS ICE CREAM PARLOR', 'email': 'hinjewadi@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738377410', 'display_string': '+91-7738377410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:40:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20200496) 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:38 [zomato] INFO: Res ID 20200496: Found emails {'keyur@apsaraicecreams.com', 'navsari@apsaraicecreams.com (Unverified)', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20200496&business_type=o2> {'res_id': 20200496, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['navsari@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8433927410', 'display_string': '+91-8433927410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8433927410', 'display_string': '+91-8433927410', 'phone_number_type': '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': '257973061', 'name': 'Aps Parlour', 'email': 'navsari@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433927410', 'display_string': '+91-8433927410'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:40:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19230093) 2025-09-16 00:40:40 [zomato] INFO: Res ID 19230093: Found emails {'marketing@apsaraicecreams.com', 'deepajk22@gmail.com', 'apsaraicecreams.review1@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'kothanur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19230093&business_type=o2> {'res_id': 19230093, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['deepajk22@gmail.com', 'marketing@apsaraicecreams.com', 'kothanur@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9916997410', 'display_string': '+91-9916997410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8050880088', 'display_string': '+91-8050880088', 'phone_number_type': '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': '32097523', 'name': 'Jai Kumar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8050880088', 'display_string': '+91-8050880088'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2f2/832398615dab265e5da499a396ba92f2.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': '33645050', 'name': 'Pavan J', 'email': 'deepajk22@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9980007775', 'display_string': '+91-9980007775'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/4fd/dfcf8c042a6aef679bcaff68f225d4fd.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '234137532', 'name': '926245', 'email': 'kothanur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9916997410', 'display_string': '+91-9916997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18515059) 2025-09-16 00:40:44 [zomato] INFO: Res ID 18515059: Found emails {'neelam@apsaraicecreams.com', 'apsara.wakad@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'wakad@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18515059&business_type=o2> {'res_id': 18515059, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.wakad@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.wakad@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'wakad@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7775070207', 'display_string': '+91-7775070207', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9975201632', 'display_string': '+91-9975201632', 'phone_number_type': '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': '42245806', 'name': 'Apsara Wakad', 'email': 'apsara.wakad@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9975201632', 'display_string': '+91-9975201632'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42245806', 'name': 'Apsara Wakad', 'email': 'apsara.wakad@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9975201632', 'display_string': '+91-9975201632'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '199200523', 'name': 'Apsara Ice Creams Wakad', 'email': 'wakad@apsaraicecreams.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': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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/mug_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': '8999076782', 'display_string': '+91-8999076782'}, 'removable': True, 'verifiable': True}, {'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': '7775070207', 'display_string': '+91-7775070207'}, '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': 62, 'status_code': 200} 2025-09-16 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21093195) 2025-09-16 00:40:48 [zomato] INFO: Res ID 21093195: Found emails {'cloudkitchenworks@gmail.com', 'apsaraicecreams.review1@gmail.com', 'marketing@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21093195&business_type=o2> {'res_id': 21093195, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['cloudkitchenworks@gmail.com'], 'manager_emails': ['marketing@apsaraicecreams.com', 'apsaraicecreams.review1@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': '7718897410', 'display_string': '+91-7718897410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '7718897410', 'display_string': '+91-7718897410', 'phone_number_type': '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': '332020526', 'name': 'Tom Francis', 'email': 'cloudkitchenworks@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718897410', 'display_string': '+91-7718897410'}, '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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 'Kathrikadavu@apsaraicecreams.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': 62, 'status_code': 200} 2025-09-16 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17715215) 2025-09-16 00:40:50 [zomato] INFO: Res ID 17715215: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'spiyush121131@gmail.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17715215&business_type=o2> {'res_id': 17715215, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['spiyush121131@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9930621106', 'display_string': '+91-9930621106', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9930621106', 'display_string': '+91-9930621106', 'phone_number_type': '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': '198243828', 'name': 'Piyush Sharma', 'email': 'spiyush121131@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930621106', 'display_string': '+91-9930621106'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19146676) 2025-09-16 00:40:54 [zomato] INFO: Res ID 19146676: Found emails {'marketing@apsaraicecreams.com', 'chonkar91@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19146676&business_type=o2> {'res_id': 19146676, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['chonkar91@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'chonkar91@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9004087410', 'display_string': '+91-9004087410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9004087410', 'display_string': '+91-9004087410', 'phone_number_type': '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': '134296729', 'name': 'Akshay Chonkar', 'email': 'chonkar91@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594556562', 'display_string': '+91-9594556562'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/26f/5211454fc4b5a1f8614ca3c3a027326f.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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '134296729', 'name': 'Akshay Chonkar', 'email': 'chonkar91@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594556562', 'display_string': '+91-9594556562'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/26f/5211454fc4b5a1f8614ca3c3a027326f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '134296729', 'name': 'Akshay Chonkar', 'email': 'chonkar91@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594556562', 'display_string': '+91-9594556562'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/26f/5211454fc4b5a1f8614ca3c3a027326f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '214150223', 'name': 'Apsara Ice Cream', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004087410', 'display_string': '+91-9004087410'}, 'editable': 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': 62, '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=19191040) 2025-09-16 00:40:58 [zomato] INFO: Res ID 19191040: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'anurag_b1991@hotmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'yelahanka.apsara@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19191040&business_type=o2> {'res_id': 19191040, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['yelahanka.apsara@gmail.com'], 'manager_emails': ['anurag_b1991@hotmail.com', 'keyur@apsaraicecreams.com', 'yelahanka.apsara@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9152927410', 'display_string': '+91-9152927410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9152927410', 'display_string': '+91-9152927410', 'phone_number_type': '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': '148238844', 'name': 'Yelahanka Apsara Ice Creams', 'email': 'yelahanka.apsara@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152927410', 'display_string': '+91-9152927410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/226/a666fb687fefa76fab1a4b04f4693226.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': '5908021', 'name': 'Anurag Byakod', 'email': 'anurag_b1991@hotmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1ea/fb3fd38f0f1b5ff04ac73e349be141ea.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '148238844', 'name': 'Yelahanka Apsara Ice Creams', 'email': 'yelahanka.apsara@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9152927410', 'display_string': '+91-9152927410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/226/a666fb687fefa76fab1a4b04f4693226.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=18796927) 2025-09-16 00:41:03 [zomato] INFO: Res ID 18796927: Found emails {'apsara.ellorapark@gmail.com', 'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'pankaj.17@hotmail.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=18796927&business_type=o2> {'res_id': 18796927, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.ellorapark@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'pankaj.17@hotmail.com', 'apsarasocial@gmail.com', 'apsara.ellorapark@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9099067410', 'display_string': '+91-9099067410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9099067410', 'display_string': '+91-9099067410', 'phone_number_type': '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': '170418533', 'name': 'Pankaj Tiwari', 'email': 'apsara.ellorapark@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9099067410', 'display_string': '+91-9099067410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '38567812', 'name': 'Pankaj Tiwari', 'email': 'pankaj.17@hotmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8141116869', 'display_string': '+91-8141116869'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '170418533', 'name': 'Pankaj Tiwari', 'email': 'apsara.ellorapark@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9099067410', 'display_string': '+91-9099067410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:41:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18281053) 2025-09-16 00:41:06 [zomato] INFO: Res ID 18281053: Found emails {'marketing@apsaraicecreams.com', 'apsaraghatkopar@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18281053&business_type=o2> {'res_id': 18281053, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'apsaraghatkopar@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9870154356', 'display_string': '+91-9870154356', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9870154356', 'display_string': '+91-9870154356', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '193318055', 'name': 'SAMIR V', 'email': 'apsaraghatkopar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9870154356', 'display_string': '+91-9870154356'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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 129 pages (at 16 pages/min), scraped 127 items (at 16 items/min) 2025-09-16 00:41:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18570749) 2025-09-16 00:41:12 [zomato] INFO: Res ID 18570749: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsara.majiwada@gmail.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, 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=18570749&business_type=o2> {'res_id': 18570749, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.majiwada@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8108207410', 'display_string': '+91-8108207410', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9372156622', 'display_string': '+91-9372156622', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '47086401', 'name': 'MANVIT ENTERPRISE', 'email': 'apsara.majiwada@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/21f/be2b505313bac491e31b9bebbadcb21f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '47086401', 'name': 'MANVIT ENTERPRISE', 'email': 'apsara.majiwada@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/21f/be2b505313bac491e31b9bebbadcb21f.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': 62, 'status_code': 200} 2025-09-16 00:41:14 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18660974) 2025-09-16 00:41:14 [zomato] INFO: Res ID 18660974: Found emails {'marketing@apsaraicecreams.com', 'whitefield@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsarasocial@gmail.com', 'shreenathji.whitefield@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18660974&business_type=o2> {'res_id': 18660974, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['whitefield@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'whitefield@apsaraicecreams.com', 'apsarasocial@gmail.com', 'shreenathji.whitefield@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9611342202', 'display_string': '+91-9611342202', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9611342202', 'display_string': '+91-9611342202', 'phone_number_type': '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': '51662851', 'name': 'Apsara Whitefield', 'email': 'whitefield@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9611342202', 'display_string': '+91-9611342202'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51662851', 'name': 'Apsara Whitefield', 'email': 'whitefield@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9611342202', 'display_string': '+91-9611342202'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '141391383', 'name': 'Shreenathji Whitefield', 'email': 'shreenathji.whitefield@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/43d/25bed9eef820c73c23740f15a495843d.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '141391383', 'name': 'Shreenathji Whitefield', 'email': 'shreenathji.whitefield@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/43d/25bed9eef820c73c23740f15a495843d.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': 62, 'status_code': 200} 2025-09-16 00:41:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18681648) 2025-09-16 00:41:17 [zomato] INFO: Res ID 18681648: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'cofo@apsaraicecreams.com', 'apsarasocial@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18681648&business_type=o2> {'res_id': 18681648, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['cofo@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsarasocial@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9136667410', 'display_string': '+91-9136667410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9136667410', 'display_string': '+91-9136667410', 'phone_number_type': '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': '53755764', 'name': 'Apsara Ice Creams', 'email': 'cofo@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136667410', 'display_string': '+91-9136667410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '53109387', 'name': 'Social Apsara', 'email': 'apsarasocial@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': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '53755764', 'name': 'Apsara Ice Creams', 'email': 'cofo@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136667410', 'display_string': '+91-9136667410'}, 'editable': 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': 62, 'status_code': 200} 2025-09-16 00:41:21 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18534130) 2025-09-16 00:41:21 [zomato] INFO: Res ID 18534130: Found emails {'marketing@apsaraicecreams.com', 'apsara.indiranagar1@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18534130&business_type=o2> {'res_id': 18534130, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['apsara.indiranagar1@gmail.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.indiranagar1@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9986160639', 'display_string': '+91-9986160639', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9986160639', 'display_string': '+91-9986160639', 'phone_number_type': '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': '48938895', 'name': 'Hazel', 'email': 'apsara.indiranagar1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9986160639', 'display_string': '+91-9986160639'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '48938895', 'name': 'Hazel', 'email': 'apsara.indiranagar1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9986160639', 'display_string': '+91-9986160639'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:41:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21867848) 2025-09-16 00:41:23 [zomato] INFO: Res ID 21867848: Found emails {'mamthabrachappa@gmail.com', 'arijit.moitra@zomato.com', 'apsaraicecreams.review1@gmail.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21867848&business_type=o2> {'res_id': 21867848, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['mamthabrachappa@gmail.com'], 'manager_emails': ['arijit.moitra@zomato.com', 'apsaraicecreams.review1@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': '7738877410', 'display_string': '+91-7738877410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '81218703', 'name': 'Mamatha Shree B R', 'email': 'mamthabrachappa@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738877410', 'display_string': '+91-7738877410'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fc0/55e5545f771f3a30f760106db16adfc0.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': '294241004', 'name': 'Arijit Moitra', 'email': 'arijit.moitra@zomato.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8013871330', 'display_string': '+91-8013871330'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/71f/e09e0bfd22f3901025e2553be6ab871f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=19478407) 2025-09-16 00:41:27 [zomato] INFO: Res ID 19478407: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'apsara.wagleestate@gmail.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19478407&business_type=o2> {'res_id': 19478407, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['keyur@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'apsara.wagleestate@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '8657947410', 'display_string': '+91-8657947410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '8657947410', 'display_string': '+91-8657947410', 'phone_number_type': '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '172697808', 'name': 'Apsara Factory', 'email': 'apsara.wagleestate@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657947410', 'display_string': '+91-8657947410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ae/519f363af76e51def6480292201467ae.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': '172697808', 'name': 'Apsara Factory', 'email': 'apsara.wagleestate@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657947410', 'display_string': '+91-8657947410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/7ae/519f363af76e51def6480292201467ae.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': 62, 'status_code': 200} 2025-09-16 00:41:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21477614) 2025-09-16 00:41:31 [zomato] INFO: Res ID 21477614: Found emails {'neelam@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'adithyamaruthivamsi@gmail.com', 'apsaraicecreams.review1@gmail.com', 'shalini@apsaraicecreams.com', 'keyur@apsaraicecreams.com', 'madinaduga@apsaraicecreams.com (Unverified)'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21477614&business_type=o2> {'res_id': 21477614, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['madinaduga@apsaraicecreams.com (Unverified)'], 'manager_emails': ['keyur@apsaraicecreams.com', 'adithyamaruthivamsi@gmail.com', 'marketing@apsaraicecreams.com', 'shalini@apsaraicecreams.com', 'neelam@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9959969974', 'display_string': '+91-9959969974', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '179614168', 'name': 'Sharath', 'email': 'madinaduga@apsaraicecreams.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9959969974', 'display_string': '+91-9959969974'}, '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': 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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '44014850', 'name': 'Adithya Vamsi', 'email': 'adithyamaruthivamsi@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7799999500', 'display_string': '+91-7799999500'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/961/fe1c839375b2d76b1d7f3c41fdf0c961.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196763305', 'name': 'Shalini Chhutani', 'email': 'shalini@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7410017410', 'display_string': '+91-7410017410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221159848', 'name': 'Neelam Jain', 'email': 'neelam@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, '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=20172547) 2025-09-16 00:41:34 [zomato] INFO: Res ID 20172547: Found emails {'marketing@apsaraicecreams.com', 'apsaraicecreams.review1@gmail.com', 'southbopal@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'keyur@apsaraicecreams.com'}, target: apsaraicecreams.review1@gmail.com, active: True 2025-09-16 00:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20172547&business_type=o2> {'res_id': 20172547, 'email': 'apsaraicecreams.review1@gmail.com', 'active': True, 'owner_emails': ['southbopal@apsaraicecreams.com'], 'manager_emails': ['keyur@apsaraicecreams.com', 'marketing@apsaraicecreams.com', 'onlinesupportpoc@apsaraicecreams.com', 'apsaraicecreams.review1@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': '9574717410', 'display_string': '+91-9574717410', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '9574717410', 'display_string': '+91-9574717410', 'phone_number_type': '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': '245793904', 'name': 'Frozen Stories', 'email': 'southbopal@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9574717410', 'display_string': '+91-9574717410'}, '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': '9746291', 'name': 'Keyur Shah', 'email': 'keyur@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702207410', 'display_string': '+91-9702207410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '176747077', 'name': 'Hashim Shaikh', 'email': 'marketing@apsaraicecreams.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9727997410', 'display_string': '+91-9727997410'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '324018909', 'name': 'Darshan Kate', 'email': 'onlinesupportpoc@apsaraicecreams.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': '331540506', 'name': 'Apsara Icecreams', 'email': 'apsaraicecreams.review1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/261/1838f93360a98bfa03841e126287b261.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': 62, 'status_code': 200} 2025-09-16 00:41:34 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-16 00:41:34 [zomato] INFO: Logger Payload: {'run_id': '6cea52a4-7f73-418b-9c02-dea990132f3d', 'timestamp': '2025-09-16T00:41:34Z', 'spider': 'zomato', 'client_id': 62, 'domain': 'www.zomato.com', 'bytes_sent': 0, 'bytes_received': 919730, 'duration_seconds': 506.49, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:41:34 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:41:34 [zomato] INFO: Logger Payload: {'run_id': '6cea52a4-7f73-418b-9c02-dea990132f3d', 'timestamp': '2025-09-16T00:41:34Z', 'spider': 'zomato', 'client_id': 62, 'domain': 'api.zomato.com', 'bytes_sent': 0, 'bytes_received': 103138, 'duration_seconds': 506.49, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:41:34 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:41:35 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:41:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 635478, 'downloader/request_count': 137, 'downloader/request_method_count/GET': 137, 'downloader/response_bytes': 762481, 'downloader/response_count': 137, 'downloader/response_status_count/200': 137, 'elapsed_time_seconds': 506.494463, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 16, 0, 41, 34, 622431, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 919730, 'httpcompression/response_count': 136, 'item_scraped_count': 135, 'items_per_minute': None, 'log_count/DEBUG': 379, 'log_count/INFO': 157, 'memusage/max': 149774336, 'memusage/startup': 137715712, 'request_depth_max': 2, 'response_received_count': 137, 'responses_per_minute': None, 'scheduler/dequeued': 137, 'scheduler/dequeued/memory': 137, 'scheduler/enqueued': 137, 'scheduler/enqueued/memory': 137, 'start_time': datetime.datetime(2025, 9, 16, 0, 33, 8, 127968, tzinfo=datetime.timezone.utc)} 2025-09-16 00:41:35 [scrapy.core.engine] INFO: Spider closed (finished)