2025-09-16 00:33:14 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2025-09-16 00:33:14 [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:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): prod.restaverse.com:443 2025-09-16 00:33:14 [urllib3.connectionpool] DEBUG: https://prod.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 2147 2025-09-16 00:33:14 [scrapy.addons] INFO: Enabled addons: [] 2025-09-16 00:33:14 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-16 00:33:14 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:33:14 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:33:14 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:33:14 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:33:15 [scrapy.extensions.telnet] INFO: Telnet Password: a5aaad339fee6fd5 2025-09-16 00:33:15 [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:15 [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/rnbreview1@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:15 [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:15 [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:16 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2025-09-16 00:33:16 [scrapy.core.engine] INFO: Spider opened 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-16 00:33:16 [botocore.utils] DEBUG: IMDS ENDPOINT: http://169.254.169.254/ 2025-09-16 00:33:16 [botocore.credentials] DEBUG: Looking for credentials via: env 2025-09-16 00:33:16 [botocore.credentials] INFO: Found credentials in environment variables. 2025-09-16 00:33:16 [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:16 [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:16 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-16 00:33:16 [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:16 [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:16 [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:16 [botocore.hooks] DEBUG: Event creating-client-class.ssm: calling handler 2025-09-16 00:33:16 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_service 2025-09-16 00:33:16 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_global 2025-09-16 00:33:16 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_service 2025-09-16 00:33:16 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_global 2025-09-16 00:33:16 [botocore.configprovider] DEBUG: No configured endpoint found. 2025-09-16 00:33:16 [botocore.endpoint] DEBUG: Setting ssm timeout as (60, 60) 2025-09-16 00:33:16 [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:16 [botocore.client] DEBUG: Registering retry handlers for service: ssm 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event before-parameter-build.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.regions] DEBUG: Calling endpoint provider with parameters: {'Region': 'ap-south-1', 'UseDualStack': False, 'UseFIPS': False} 2025-09-16 00:33:16 [botocore.regions] DEBUG: Endpoint provider result: https://ssm.ap-south-1.amazonaws.com 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [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:16 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler > 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event choose-signer.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.auth] DEBUG: Calculating signature using v4 auth. 2025-09-16 00:33:16 [botocore.auth] DEBUG: CanonicalRequest: POST / content-type:application/x-amz-json-1.1 host:ssm.ap-south-1.amazonaws.com x-amz-date:20250916T003316Z x-amz-target:AmazonSSM.GetParameter content-type;host;x-amz-date;x-amz-target 9a6e6c3d3792249e4c40138fec610bff203c6fcb1822afa8fe899a5746c68f71 2025-09-16 00:33:16 [botocore.auth] DEBUG: StringToSign: AWS4-HMAC-SHA256 20250916T003316Z 20250916/ap-south-1/ssm/aws4_request 7f8fce8d0fe1fca7fa5620474b964bec07f246821fd161a05944208f777c104f 2025-09-16 00:33:16 [botocore.auth] DEBUG: Signature: 20dee348402a9443fc60ad515e1a2a5225b1d2e0e036c4728857edcaa21812a0 2025-09-16 00:33:16 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.endpoint] DEBUG: Sending http request: 2025-09-16 00:33:16 [botocore.httpsession] DEBUG: Certificate path: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/certifi/cacert.pem 2025-09-16 00:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): ssm.ap-south-1.amazonaws.com:443 2025-09-16 00:33:16 [urllib3.connectionpool] DEBUG: https://ssm.ap-south-1.amazonaws.com:443 "POST / HTTP/11" 200 2038 2025-09-16 00:33:16 [botocore.parsers] DEBUG: Response headers: {'Server': 'Server', 'Date': 'Tue, 16 Sep 2025 00:33:16 GMT', 'Content-Type': 'application/x-amz-json-1.1', 'Content-Length': '2038', 'Connection': 'keep-alive', 'x-amzn-RequestId': 'c039b328-7825-4dfb-9e53-fcf85b6e43d2'} 2025-09-16 00:33:16 [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:16 [botocore.hooks] DEBUG: Event needs-retry.ssm.GetParameter: calling handler 2025-09-16 00:33:16 [botocore.retryhandler] DEBUG: No retry needed. 2025-09-16 00:33:16 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-16 00:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2025-09-16 00:33:17 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6035 2025-09-16 00:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:18 [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:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:19 [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:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/orderHistory/) 2025-09-16 00:33:25 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2025-09-16 00:33:25 [zomato] INFO: Found 85 restaurant IDs from Zomato API 2025-09-16 00:33:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21175540) 2025-09-16 00:33:28 [zomato] INFO: Res ID 21175540: Found emails {'internal.ops@restaverse.com', 'ssdenterprises2024@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21175540&business_type=o2> {'res_id': 21175540, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['ssdenterprises2024@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9226873730', 'display_string': '+91-9226873730', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9226873730', 'display_string': '+91-9226873730', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '244779948', 'name': 'Satish Madnani', 'email': 'ssdenterprises2024@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7021873730', 'display_string': '+91-7021873730'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=21597156) 2025-09-16 00:33:30 [zomato] INFO: Res ID 21597156: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=21597156&business_type=o2> {'res_id': 21597156, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828253748', 'display_string': '+91-8828253748', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828253748', 'display_string': '+91-8828253748', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:32 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:33:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=35527) 2025-09-16 00:33:34 [zomato] INFO: Res ID 35527: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'dac281121@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=35527&business_type=o2> {'res_id': 35527, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['dac281121@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833456478', 'display_string': '+91-9833456478', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833456478', 'display_string': '+91-9833456478', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '234821279', 'name': 'Divine Accounts', 'email': 'dac281121@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833456478', 'display_string': '+91-9833456478'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20590794) 2025-09-16 00:33:38 [zomato] INFO: Res ID 20590794: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20590794&business_type=o2> {'res_id': 20590794, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930501073', 'display_string': '+91-9930501073', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930501073', 'display_string': '+91-9930501073', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20146163) 2025-09-16 00:33:43 [zomato] INFO: Res ID 20146163: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'versova@ribbonsandballoons.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20146163&business_type=o2> {'res_id': 20146163, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'versova@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718082617', 'display_string': '+91-7718082617', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7718082617', 'display_string': '+91-7718082617', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '255108818', 'name': 'Ribbon And Balloons', 'email': 'versova@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718082617', 'display_string': '+91-7718082617'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:33:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:33:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20267268) 2025-09-16 00:33:47 [zomato] INFO: Res ID 20267268: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20267268&business_type=o2> {'res_id': 20267268, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867722838', 'display_string': '+91-9867722838', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017725', 'display_string': '+91-8657017725', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19186374) 2025-09-16 00:33:50 [zomato] INFO: Res ID 19186374: Found emails {'internal.ops@restaverse.com', 'anprbbn@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'sadashivmumbai@yahoo.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19186374&business_type=o2> {'res_id': 19186374, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['sadashivmumbai@yahoo.com', 'anprbbn@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9850606925', 'display_string': '+91-9850606925', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9850606925', 'display_string': '+91-9850606925', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '219765262', 'name': 'Ribbons & Balloons', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9850606925', 'display_string': '+91-9850606925'}, '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': '125931238', 'name': 'Sada', 'email': 'sadashivmumbai@yahoo.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': '142362532', 'name': 'Preeti Shetty', 'email': 'anprbbn@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/717/8e17ba1afee35856af3b4dc6e29f9717.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:53 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19189144) 2025-09-16 00:33:53 [zomato] INFO: Res ID 19189144: Found emails {'internal.ops@restaverse.com', 'nadeemchougle786@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rbvasaie@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19189144&business_type=o2> {'res_id': 19189144, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rbvasaie@gmail.com'], 'manager_emails': ['nadeemchougle786@gmail.com', 'rbvasaie@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167571006', 'display_string': '+91-9167571006', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167571006', 'display_string': '+91-9167571006', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '16181488', 'name': 'Nadeem Chougle', 'email': 'nadeemchougle786@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167571006', 'display_string': '+91-9167571006'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1d7/17fa75d02039f551b70b79679b7231d7.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:33:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=45524) 2025-09-16 00:33:55 [zomato] INFO: Res ID 45524: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'social.rnbmumbai@gmail.com', 'pavanpavi9999@gmail.com', 'rnbreview1@gmail.com', 'deepakkoudare1999@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=45524&business_type=o2> {'res_id': 45524, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['deepakkoudare1999@gmail.com'], 'manager_emails': ['pavanpavi9999@gmail.com', 'social.rnbmumbai@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9322267676', 'display_string': '+91-9322267676', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828267676', 'display_string': '+91-8828267676', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '179124516', 'name': 'Deepak Koudare', 'email': 'deepakkoudare1999@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930487827', 'display_string': '+91-9930487827'}, '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': '45250584', 'name': 'Pavan Pavi', 'email': 'pavanpavi9999@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/891/3cd62392effac5d1e92c435de9bbc891.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '57975670', 'name': 'Ribbons And Balloons', 'email': 'social.rnbmumbai@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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'acmetrades@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': 66, 'status_code': 200} 2025-09-16 00:33:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21075853) 2025-09-16 00:33:58 [zomato] INFO: Res ID 21075853: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'chakalarnb@gmail.com (Unverified)'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21075853&business_type=o2> {'res_id': 21075853, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['chakalarnb@gmail.com (Unverified)'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017727', 'display_string': '+91-8657017727', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017727', 'display_string': '+91-8657017727', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'email': 'chakalarnb@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18515869) 2025-09-16 00:34:01 [zomato] INFO: Res ID 18515869: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'bismanenterprisesmulund@gmail.com', 'uttamdadhabamarol@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18515869&business_type=o2> {'res_id': 18515869, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['uttamdadhabamarol@gmail.com'], 'manager_emails': ['uttamdadhabamarol@gmail.com', 'bismanenterprisesmulund@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987252950', 'display_string': '+91-9987252950', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9987252950', 'display_string': '+91-9987252950', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '868938', 'name': 'Uttam Da Dhaba Marol', 'email': 'uttamdadhabamarol@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773121121', 'display_string': '+91-9773121121'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e9a/c3ea4d2659f949296014fdec12c9be9a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '868938', 'name': 'Uttam Da Dhaba Marol', 'email': 'uttamdadhabamarol@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773121121', 'display_string': '+91-9773121121'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e9a/c3ea4d2659f949296014fdec12c9be9a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '141554402', 'name': 'Ribbons Balloons', 'email': 'bismanenterprisesmulund@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867306007', 'display_string': '+91-9867306007'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/52a/47ca0704540106a6af172b8769ce352a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 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': '141554402', 'name': 'Ribbons Balloons', 'email': 'bismanenterprisesmulund@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867306007', 'display_string': '+91-9867306007'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/52a/47ca0704540106a6af172b8769ce352a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '186129310', 'name': 'Jagannthreddy', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987252950', 'display_string': '+91-9987252950'}, 'editable': 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': 66, 'status_code': 200} 2025-09-16 00:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:02 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18615859) 2025-09-16 00:34:04 [zomato] INFO: Res ID 18615859: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'jaythakkar348@gmail.com', '8879026535', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18615859&business_type=o2> {'res_id': 18615859, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['8879026535'], 'manager_emails': ['jaythakkar348@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879026535', 'display_string': '+91-8879026535', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7303665904', 'display_string': '+91-7303665904', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '38205498', 'name': 'Jay Thakkar', 'email': '8879026535', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879026535', 'display_string': '+91-8879026535'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/508/45fad6b859998b634bbf4f37312d1508.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '50234984', 'name': 'Jay Thakkar', 'email': 'jaythakkar348@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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '50234984', 'name': 'Jay Thakkar', 'email': 'jaythakkar348@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': 66, 'status_code': 200} 2025-09-16 00:34:08 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=35534) 2025-09-16 00:34:08 [zomato] INFO: Res ID 35534: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=35534&business_type=o2> {'res_id': 35534, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777015252', 'display_string': '+91-7777015252', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7777015252', 'display_string': '+91-7777015252', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:12 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=44028) 2025-09-16 00:34:12 [zomato] INFO: Res ID 44028: Found emails {'internal.ops@restaverse.com', 'vijaybajaj1989@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=44028&business_type=o2> {'res_id': 44028, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['vijaybajaj1989@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820313316', 'display_string': '+91-9820313316', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '28188880', 'display_string': '022-28188880', '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': '55581351', 'name': 'Prisha Celebrations', 'email': 'vijaybajaj1989@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820313316', 'display_string': '+91-9820313316'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:17 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18767182) 2025-09-16 00:34:17 [scrapy.extensions.logstats] INFO: Crawled 17 pages (at 17 pages/min), scraped 14 items (at 14 items/min) 2025-09-16 00:34:17 [zomato] INFO: Res ID 18767182: Found emails {'internal.ops@restaverse.com', 'ribbonsandballoons.kalyaneast@gmail.com', 'roger.touchme@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18767182&business_type=o2> {'res_id': 18767182, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['ribbonsandballoons.kalyaneast@gmail.com'], 'manager_emails': ['roger.touchme@gmail.com', 'ribbonsandballoons.kalyaneast@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136258808', 'display_string': '+91-9136258808', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136258808', 'display_string': '+91-9136258808', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '162823147', 'name': 'Ribbons And Balloons Kalyan East', 'email': 'ribbonsandballoons.kalyaneast@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2f4/6efe4604699f1076d4f2bd9f23bec2f4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '49683719', 'name': 'Roger Moses', 'email': 'roger.touchme@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655206625', 'display_string': '+91-8655206625'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/bc5/1c595bff46e6f517759b9b762a47ebc5.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '162823147', 'name': 'Ribbons And Balloons Kalyan East', 'email': 'ribbonsandballoons.kalyaneast@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2f4/6efe4604699f1076d4f2bd9f23bec2f4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/pizza_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'Ribbonsandballoonskalyaneast@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': '36537344', 'name': 'Aakash Maurya', 'email': 'aakashmaurya020@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8898191944', 'display_string': '+91-8898191944'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/589/7991c6af312402f062b66ce262a7b589.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:34:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21085302) 2025-09-16 00:34:20 [zomato] INFO: Res ID 21085302: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbsanpada@gmail.com (Unverified)', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21085302&business_type=o2> {'res_id': 21085302, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rnbsanpada@gmail.com (Unverified)'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8422838125', 'display_string': '+91-8422838125', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8422838125', 'display_string': '+91-8422838125', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'email': 'rnbsanpada@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19218934) 2025-09-16 00:34:23 [zomato] INFO: Res ID 19218934: Found emails {'internal.ops@restaverse.com', 'bakelogy10@gmail.com', 'navinrouth39@gmail.com', 'onlineretail@ribbonsandballoons.com', 'vishwanathvshetty@rediffmail.com (Unverified)', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19218934&business_type=o2> {'res_id': 19218934, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['vishwanathvshetty@rediffmail.com (Unverified)'], 'manager_emails': ['bakelogy10@gmail.com', 'onlineretail@ribbonsandballoons.com', 'navinrouth39@gmail.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454951100', 'display_string': '+91-8454951100', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454951100', 'display_string': '+91-8454951100', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '239912319', 'name': 'Vishwanath Shetty', 'email': 'vishwanathvshetty@rediffmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821129901', 'display_string': '+91-9821129901'}, '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': '141563758', 'name': 'Nityanand Bakelogy', 'email': 'bakelogy10@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/695/f0b981477917b62aed0daeb0c07e2695.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '220785431', 'name': 'Ribbons And Balloons', 'email': 'navinrouth39@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454951100', 'display_string': '+91-8454951100'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:26 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21410507) 2025-09-16 00:34:27 [zomato] INFO: Res ID 21410507: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21410507&business_type=o2> {'res_id': 21410507, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454961100', 'display_string': '+91-8454961100', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=43191) 2025-09-16 00:34:30 [zomato] INFO: Res ID 43191: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@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=43191&business_type=o2> {'res_id': 43191, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892922681', 'display_string': '+91-9892922681', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View 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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:32 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:33 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21165901) 2025-09-16 00:34:33 [zomato] INFO: Res ID 21165901: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21165901&business_type=o2> {'res_id': 21165901, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655678538', 'display_string': '+91-8655678538', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655678538', 'display_string': '+91-8655678538', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20919777) 2025-09-16 00:34:35 [zomato] INFO: Res ID 20919777: Found emails {'rnbregencyantilia@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20919777&business_type=o2> {'res_id': 20919777, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbregencyantilia@gmail.com', 'rnbreview1@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': '9175465190', 'display_string': '+91-9175465190', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9175465190', 'display_string': '+91-9175465190', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '294238474', 'name': 'Ashwini Abhay Parmarthi', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930914002', 'display_string': '+91-9930914002'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '322112578', 'name': 'Radhe Excellence Shahad', 'email': 'rnbregencyantilia@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987451084', 'display_string': '+91-9987451084'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/1cb/d823b00dad908a45d29186b6ff55c1cb.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:40 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20862709) 2025-09-16 00:34:40 [zomato] INFO: Res ID 20862709: Found emails {'internal.ops@restaverse.com', 'enterpriselakshay7@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20862709&business_type=o2> {'res_id': 20862709, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['enterpriselakshay7@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718806584', 'display_string': '+91-7718806584', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7718806584', 'display_string': '+91-7718806584', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '317392424', 'name': 'RIBBONS AND BALLOONS (NAIGAON EAST)', 'email': 'enterpriselakshay7@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718806584', 'display_string': '+91-7718806584'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20889230) 2025-09-16 00:34:43 [zomato] INFO: Res ID 20889230: Found emails {'internal.ops@restaverse.com', 'sapna.gautam025@gmail.com (Unverified)', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20889230&business_type=o2> {'res_id': 20889230, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['sapna.gautam025@gmail.com (Unverified)'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8788425738', 'display_string': '+91-8788425738', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8788425738', 'display_string': '+91-8788425738', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '202042318', 'name': 'Vivek Gautam', 'email': 'sapna.gautam025@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9373284697', 'display_string': '+91-9373284697'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:34:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:34:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21164300) 2025-09-16 00:34:47 [zomato] INFO: Res ID 21164300: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'shreeshgj@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21164300&business_type=o2> {'res_id': 21164300, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['shreeshgj@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9076149111', 'display_string': '+91-9076149111', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9076149111', 'display_string': '+91-9076149111', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '202199343', 'name': 'Shreesh Jogi', 'email': 'shreeshgj@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136834544', 'display_string': '+91-9136834544'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'sridevifoods9@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': 66, 'status_code': 200} 2025-09-16 00:34:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20396678) 2025-09-16 00:34:50 [zomato] INFO: Res ID 20396678: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20396678&business_type=o2> {'res_id': 20396678, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433779995', 'display_string': '+91-8433779995', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8433779995', 'display_string': '+91-8433779995', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '239912319', 'name': 'Vishwanath Shetty', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821129901', 'display_string': '+91-9821129901'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:34:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19622063) 2025-09-16 00:34:53 [zomato] INFO: Res ID 19622063: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'ankitsinghx2@gmail.com', 'brokenmirror4@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=19622063&business_type=o2> {'res_id': 19622063, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['brokenmirror4@gmail.com', 'ankitsinghx2@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9922911922', 'display_string': '+91-9922911922', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8087009894', 'display_string': '+91-8087009894', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '170140227', 'name': 'Ankit', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9922911922', 'display_string': '+91-9922911922'}, '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': '30997082', 'name': 'Ankit', 'email': 'brokenmirror4@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8087009894', 'display_string': '+91-8087009894'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '49119651', 'name': 'Ankit Singh', 'email': 'ankitsinghx2@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/094/2a4b2984cdfce65a0f64c8fc0a976094.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '49119651', 'name': 'Ankit Singh', 'email': 'ankitsinghx2@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/094/2a4b2984cdfce65a0f64c8fc0a976094.jpg?fit=around%7C200%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': 66, '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=20688511) 2025-09-16 00:34:57 [zomato] INFO: Res ID 20688511: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'jiyasdreamstore@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=20688511&business_type=o2> {'res_id': 20688511, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['jiyasdreamstore@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892565242', 'display_string': '+91-9892565242', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892565242', 'display_string': '+91-9892565242', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '302740481', 'name': 'Jiyas Dream Store', 'email': 'jiyasdreamstore@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892565242', 'display_string': '+91-9892565242'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:00 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20865298) 2025-09-16 00:35:00 [zomato] INFO: Res ID 20865298: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20865298&business_type=o2> {'res_id': 20865298, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9209185131', 'display_string': '+91-9209185131', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9209185131', 'display_string': '+91-9209185131', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '195213046', 'name': 'Sagar Patankar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9890718282', 'display_string': '+91-9890718282'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:35:02 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:35:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21003317) 2025-09-16 00:35:04 [zomato] INFO: Res ID 21003317: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21003317&business_type=o2> {'res_id': 21003317, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304379806', 'display_string': '+91-7304379806', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304379806', 'display_string': '+91-7304379806', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19193185) 2025-09-16 00:35:07 [zomato] INFO: Res ID 19193185: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rbvasaie@gmail.com', 'tabshaikh46@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19193185&business_type=o2> {'res_id': 19193185, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['tabshaikh46@gmail.com', 'rbvasaie@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8793700936', 'display_string': '+91-8793700936', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8793700936', 'display_string': '+91-8793700936', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '210682433', 'name': 'Tabrez Shaikh', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7972964158', 'display_string': '+91-7972964158'}, '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': '131633208', 'name': 'Tabrez Shaikh', 'email': 'tabshaikh46@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8793700936', 'display_string': '+91-8793700936'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a97/811f90c6a4ce534a8b566513447dba97.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:35:10 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18079786) 2025-09-16 00:35:10 [zomato] INFO: Res ID 18079786: Found emails {'tabshaikh46@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rbvasaie@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18079786&business_type=o2> {'res_id': 18079786, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['tabshaikh46@gmail.com', 'rbvasaie@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@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': '7756944758', 'display_string': '+91-7756944758', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7875536611', 'display_string': '+91-7875536611', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View 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': '131633208', 'name': 'Tabrez Shaikh', 'email': 'tabshaikh46@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8793700936', 'display_string': '+91-8793700936'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a97/811f90c6a4ce534a8b566513447dba97.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%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': 66, '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=21112328) 2025-09-16 00:35:14 [zomato] INFO: Res ID 21112328: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=21112328&business_type=o2> {'res_id': 21112328, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8655678539', 'display_string': '+91-8655678539', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8655678539', 'display_string': '+91-8655678539', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:35:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:35:17 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 17 pages/min), scraped 32 items (at 18 items/min) 2025-09-16 00:35:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19597803) 2025-09-16 00:35:18 [zomato] INFO: Res ID 19597803: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=19597803&business_type=o2> {'res_id': 19597803, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867272354', 'display_string': '+91-9867272354', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867272354', 'display_string': '+91-9867272354', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:20 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20613351) 2025-09-16 00:35:20 [zomato] INFO: Res ID 20613351: Found emails {'internal.ops@restaverse.com', 'client@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'khuraanas1@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20613351&business_type=o2> {'res_id': 20613351, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['khuraanas1@gmail.com'], 'manager_emails': ['khuraanas1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8108114211', 'display_string': '+91-8108114211', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '118552734', 'name': 'Prabhjyot Khurana', 'email': 'khuraanas1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e94/47c45b5c3f9d266dac4a149c51e86e94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '118552734', 'name': 'Prabhjyot Khurana', 'email': 'khuraanas1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e94/47c45b5c3f9d266dac4a149c51e86e94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:24 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18465819) 2025-09-16 00:35:24 [zomato] INFO: Res ID 18465819: Found emails {'aaswadfoods9@gmail.com', 'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18465819&business_type=o2> {'res_id': 18465819, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['aaswadfoods9@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8451820764', 'display_string': '+91-8451820764', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9820270899', 'display_string': '+91-9820270899', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '208361880', 'name': 'Narendra A. Joshi', 'email': 'aaswadfoods9@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820270899', 'display_string': '+91-9820270899'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20055299) 2025-09-16 00:35:29 [zomato] INFO: Res ID 20055299: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=20055299&business_type=o2> {'res_id': 20055299, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892950065', 'display_string': '+91-9892950065', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892950065', 'display_string': '+91-9892950065', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17754495) 2025-09-16 00:35:31 [zomato] INFO: Res ID 17754495: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'santoshishaktikripafoods5@gmail.com', 'eeshwarandsons@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17754495&business_type=o2> {'res_id': 17754495, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['santoshishaktikripafoods5@gmail.com'], 'manager_emails': ['eeshwarandsons@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819325333', 'display_string': '+91-9819325333', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819325333', 'display_string': '+91-9819325333', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '193972188', 'name': 'Arun Matlani', 'email': 'santoshishaktikripafoods5@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321866000', 'display_string': '+91-9321866000'}, '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': '141276384', 'name': 'Eeshwar Sons', 'email': 'eeshwarandsons@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8484045000', 'display_string': '+91-8484045000'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/541/e21c7f9dc93763fb02056480019bc541.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20111848) 2025-09-16 00:35:36 [zomato] INFO: Res ID 20111848: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=20111848&business_type=o2> {'res_id': 20111848, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7738469117', 'display_string': '+91-7738469117', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321994043', 'display_string': '+91-9321994043', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18451023) 2025-09-16 00:35:39 [zomato] INFO: Res ID 18451023: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rbvasaie@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18451023&business_type=o2> {'res_id': 18451023, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rbvasaie@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7865802271', 'display_string': '+91-7865802271', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7865802271', 'display_string': '+91-7865802271', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '137315832', 'name': 'ALIFIYA', 'email': 'rbvasaie@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004100674', 'display_string': '+91-9004100674'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/042/fc5db0487ec1517a80442dbb83f88042.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:43 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18175464) 2025-09-16 00:35:43 [zomato] INFO: Res ID 18175464: Found emails {'rnbkedarent@gmail.com', 'rnbreview1@gmail.com', 'social.rnbmumbai@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18175464&business_type=o2> {'res_id': 18175464, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rnbkedarent@gmail.com'], 'manager_emails': ['social.rnbmumbai@gmail.com', 'rnbkedarent@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@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': '9167023684', 'display_string': '+91-9167023684', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167023684', 'display_string': '+91-9167023684', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '135233362', 'name': 'SHARAD AMBRE', 'email': 'rnbkedarent@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594545759', 'display_string': '+91-9594545759'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fd4/c6fff4e4430e3074a2adc55965937fd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '57975670', 'name': 'Ribbons And Balloons', 'email': 'social.rnbmumbai@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': '135233362', 'name': 'SHARAD AMBRE', 'email': 'rnbkedarent@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594545759', 'display_string': '+91-9594545759'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fd4/c6fff4e4430e3074a2adc55965937fd4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/cupcake.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9167023684', 'display_string': '+91-9167023684'}, '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': '135233362', 'name': 'SHARAD AMBRE', 'email': 'rnbkedarent@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594545759', 'display_string': '+91-9594545759'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/fd4/c6fff4e4430e3074a2adc55965937fd4.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:35:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:35:47 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20919724) 2025-09-16 00:35:47 [zomato] INFO: Res ID 20919724: Found emails {'internal.ops@restaverse.com', 'finance@inayaan.in', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'zomato@kitchenspurs.in', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20919724&business_type=o2> {'res_id': 20919724, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['zomato@kitchenspurs.in'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'finance@inayaan.in', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454053884', 'display_string': '+91-8454053884', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454053884', 'display_string': '+91-8454053884', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '298017485', 'name': 'Kitchen Spurs', 'email': 'zomato@kitchenspurs.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657771293', 'display_string': '+91-8657771293'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/8b8/f511688254bb4e06b9d0d6bc654378b8.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '322395513', 'name': 'Aaysha Bachnak', 'email': 'finance@inayaan.in', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8454053884', 'display_string': '+91-8454053884'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:50 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19620193) 2025-09-16 00:35:50 [zomato] INFO: Res ID 19620193: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'ganeshshettyin@yahoo.com', 'ritufoodsribbons@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19620193&business_type=o2> {'res_id': 19620193, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['ganeshshettyin@yahoo.com'], 'manager_emails': ['ritufoodsribbons@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892409115', 'display_string': '+91-9892409115', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9892488927', 'display_string': '+91-9892488927', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '77376593', 'name': 'Ganesh Shetty', 'email': 'ganeshshettyin@yahoo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/da1/1e6c9e2829479043a2073618072b3da1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '187290729', 'name': 'Ganesh Shetty', 'email': 'ritufoodsribbons@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892488927', 'display_string': '+91-9892488927'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/019/2b3f4ed26c87d44454d8d382cc8fc019.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:52 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19574510) 2025-09-16 00:35:52 [zomato] INFO: Res ID 19574510: Found emails {'internal.ops@restaverse.com', 'omsaifoodskanjur@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19574510&business_type=o2> {'res_id': 19574510, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['omsaifoodskanjur@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'omsaifoodskanjur@gmail.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892116379', 'display_string': '+91-9892116379', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892409115', 'display_string': '+91-9892409115', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '225756687', 'name': 'OMSAIFOODS KANJUR', 'email': 'omsaifoodskanjur@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892116379', 'display_string': '+91-9892116379'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '225756687', 'name': 'OMSAIFOODS KANJUR', 'email': 'omsaifoodskanjur@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892116379', 'display_string': '+91-9892116379'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:56 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21836969) 2025-09-16 00:35:56 [zomato] INFO: Res ID 21836969: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', '85amitstar@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21836969&business_type=o2> {'res_id': 21836969, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['85amitstar@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9029493169', 'display_string': '+91-9029493169', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '78017957', 'name': 'Amit Singh', 'email': '85amitstar@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9029493169', 'display_string': '+91-9029493169'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/a66/4bfe95a9392cc87471f70c2feb544a66.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:35:59 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=39557) 2025-09-16 00:35:59 [zomato] INFO: Res ID 39557: Found emails {'internal.ops@restaverse.com', 'saifoodstudio@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=39557&business_type=o2> {'res_id': 39557, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['saifoodstudio@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928184088', 'display_string': '+91-8928184088', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928184088', 'display_string': '+91-8928184088', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '212647255', 'name': 'Ashish S. V. Gaikwad', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928184088', 'display_string': '+91-8928184088'}, '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': '200627126', 'name': 'Sai Food Studio Pvt. Ltd.', 'email': 'saifoodstudio@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e7b/eb4442c463d80bcef696937df1743e7b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '281494754', 'name': 'Ashish', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987242639', 'display_string': '+91-9987242639'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20396241) 2025-09-16 00:36:04 [zomato] INFO: Res ID 20396241: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20396241&business_type=o2> {'res_id': 20396241, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9004611676', 'display_string': '+91-9004611676', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9004611676', 'display_string': '+91-9004611676', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '242261465', 'name': 'Naresh', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9773311676', 'display_string': '+91-9773311676'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18537142) 2025-09-16 00:36:07 [zomato] INFO: Res ID 18537142: Found emails {'visionfoodproduct@gmail.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18537142&business_type=o2> {'res_id': 18537142, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['visionfoodproduct@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@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': '8149119900', 'display_string': '+91-8149119900', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8149119900', 'display_string': '+91-8149119900', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '216587726', 'name': 'Vijay Chandnani', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8149119900', 'display_string': '+91-8149119900'}, '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': '47551277', 'name': 'Vision Food Products', 'email': 'visionfoodproduct@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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:11 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21052303) 2025-09-16 00:36:12 [zomato] INFO: Res ID 21052303: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'chembur@ribbonsandballoons.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21052303&business_type=o2> {'res_id': 21052303, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'chembur@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8422831006', 'display_string': '+91-8422831006', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8422831006', 'display_string': '+91-8422831006', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '323458948', 'name': 'Chembur RNB', 'email': 'chembur@ribbonsandballoons.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': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:16 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=35516) 2025-09-16 00:36:16 [zomato] INFO: Res ID 35516: Found emails {'internal.ops@restaverse.com', 'aniketshetty4@gmail.com', 'client@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'modernspride67@gmail.com', 'social.rnbmumbai@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=35516&business_type=o2> {'res_id': 35516, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['aniketshetty4@gmail.com'], 'manager_emails': ['modernspride67@gmail.com', 'social.rnbmumbai@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819671581', 'display_string': '+91-9819671581', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097231108', 'display_string': '+91-8097231108', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '37669621', 'name': 'Aniket Shetty', 'email': 'aniketshetty4@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820204349', 'display_string': '+91-9820204349'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/94c/a73b0fd486d4b4c70e664b894c1c394c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '57238184', 'name': 'Modernspride67', 'email': 'modernspride67@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9987713444', 'display_string': '+91-9987713444'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '57975670', 'name': 'Ribbons And Balloons', 'email': 'social.rnbmumbai@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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '232420560', 'name': '679339', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097231108', 'display_string': '+91-8097231108'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '220790790', 'name': 'Ribbons', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819671581', 'display_string': '+91-9819671581'}, 'editable': 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': 66, 'status_code': 200} 2025-09-16 00:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:36:17 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 17 pages/min), scraped 49 items (at 17 items/min) 2025-09-16 00:36:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18768468) 2025-09-16 00:36:19 [zomato] INFO: Res ID 18768468: Found emails {'internal.ops@restaverse.com', 'client@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'khuraanas1@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=18768468&business_type=o2> {'res_id': 18768468, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['khuraanas1@gmail.com'], 'manager_emails': ['khuraanas1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7506114311', 'display_string': '+91-7506114311', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '118552734', 'name': 'Prabhjyot Khurana', 'email': 'khuraanas1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e94/47c45b5c3f9d266dac4a149c51e86e94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '118552734', 'name': 'Prabhjyot Khurana', 'email': 'khuraanas1@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821114211', 'display_string': '+91-9821114211'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e94/47c45b5c3f9d266dac4a149c51e86e94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '195798399', 'name': 'PRABHJYOT KHURANA', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7506114311', 'display_string': '+91-7506114311'}, 'editable': 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': 66, 'status_code': 200} 2025-09-16 00:36:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20979757) 2025-09-16 00:36:23 [zomato] INFO: Res ID 20979757: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'pawanpmehra99@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20979757&business_type=o2> {'res_id': 20979757, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['pawanpmehra99@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321002508', 'display_string': '+91-9321002508', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321002508', 'display_string': '+91-9321002508', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '143278562', 'name': 'Pawan Mehra', 'email': 'pawanpmehra99@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892600038', 'display_string': '+91-9892600038'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/790/ebb9efd9f17d43abfb09222b9bc43790.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'pawankumarmehra9@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': 66, 'status_code': 200} 2025-09-16 00:36:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20396715) 2025-09-16 00:36:27 [zomato] INFO: Res ID 20396715: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20396715&business_type=o2> {'res_id': 20396715, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017728', 'display_string': '+91-8657017728', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017728', 'display_string': '+91-8657017728', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19218506) 2025-09-16 00:36:31 [zomato] INFO: Res ID 19218506: Found emails {'barkatenterprises87@gmail.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'internal.ops@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19218506&business_type=o2> {'res_id': 19218506, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['barkatenterprises87@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9067350777', 'display_string': '+91-9067350777', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9067350777', 'display_string': '+91-9067350777', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '196164359', 'name': 'Mohammad Ali Sayyad', 'email': 'barkatenterprises87@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9067350777', 'display_string': '+91-9067350777'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:36 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19259431) 2025-09-16 00:36:36 [zomato] INFO: Res ID 19259431: Found emails {'internal.ops@restaverse.com', 'rnbghansoli25@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19259431&business_type=o2> {'res_id': 19259431, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rnbghansoli25@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8169845163', 'display_string': '+91-8169845163', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9326018392', 'display_string': '+91-9326018392', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '185990884', 'name': 'Jai Jalaram Bakers', 'email': 'rnbghansoli25@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9326018392', 'display_string': '+91-9326018392'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=19120732) 2025-09-16 00:36:38 [zomato] INFO: Res ID 19120732: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'ganeshshettyin@yahoo.com', 'omsaifoodsribbons@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19120732&business_type=o2> {'res_id': 19120732, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['ganeshshettyin@yahoo.com'], 'manager_emails': ['omsaifoodsribbons@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928808829', 'display_string': '+91-8928808829', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9892409115', 'display_string': '+91-9892409115', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '77376593', 'name': 'Ganesh Shetty', 'email': 'ganeshshettyin@yahoo.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/da1/1e6c9e2829479043a2073618072b3da1.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '123800626', 'name': 'OM SAI FOODS', 'email': 'omsaifoodsribbons@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928808829', 'display_string': '+91-8928808829'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e7a/a578b4f04440c0342a805c5291d91e7a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:42 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20640806) 2025-09-16 00:36:42 [zomato] INFO: Res ID 20640806: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20640806&business_type=o2> {'res_id': 20640806, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304883018', 'display_string': '+91-7304883018', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7304883018', 'display_string': '+91-7304883018', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21272533) 2025-09-16 00:36:44 [zomato] INFO: Res ID 21272533: Found emails {'internal.ops@restaverse.com', 'ssdenterprises2024@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21272533&business_type=o2> {'res_id': 21272533, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['ssdenterprises2024@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7021873730', 'display_string': '+91-7021873730', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9225533730', 'display_string': '+91-9225533730', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '244779948', 'name': 'Satish Madnani', 'email': 'ssdenterprises2024@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7021873730', 'display_string': '+91-7021873730'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/wine_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'ssdenterprises2024x@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': 66, 'status_code': 200} 2025-09-16 00:36:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:36:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=35517) 2025-09-16 00:36:48 [zomato] INFO: Res ID 35517: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rb.nityanand@gmail.com', 'raiyan.sayed@zomato.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=35517&business_type=o2> {'res_id': 35517, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['rb.nityanand@gmail.com', 'onlineretail@ribbonsandballoons.com', 'raiyan.sayed@zomato.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718882456', 'display_string': '+91-7718882456', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718882456', 'display_string': '+91-7718882456', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '239912319', 'name': 'Vishwanath Shetty', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821129901', 'display_string': '+91-9821129901'}, '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': '159010592', 'name': 'N E', 'email': 'rb.nityanand@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7718882456', 'display_string': '+91-7718882456'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/2d4/47e73635f94f423ab1fef70c9f2432d4.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '303880447', 'name': 'Raiyan Sayed', 'email': 'raiyan.sayed@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b2f/610ba54e15aad5217a4e52c85cba8b2f.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=20759777) 2025-09-16 00:36:51 [zomato] INFO: Res ID 20759777: Found emails {'internal.ops@restaverse.com', 'daradejk9@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=20759777&business_type=o2> {'res_id': 20759777, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['daradejk9@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967985346', 'display_string': '+91-9967985346', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8169109148', 'display_string': '+91-8169109148', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '310062724', 'name': 'Kajal Darade', 'email': 'daradejk9@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8169109148', 'display_string': '+91-8169109148'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'unverified_users': [{'title': 'UNVERIFIED', 'profile_photo': 'https://b.zmtcdn.com/images/user_avatars/mug_2x.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A', 'email': 'daradejk9@gamil.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': 66, 'status_code': 200} 2025-09-16 00:36:54 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21597157) 2025-09-16 00:36:54 [zomato] INFO: Res ID 21597157: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21597157&business_type=o2> {'res_id': 21597157, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828079799', 'display_string': '+91-8828079799', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:36:58 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19600751) 2025-09-16 00:36:58 [zomato] INFO: Res ID 19600751: Found emails {'internal.ops@restaverse.com', 'rbmulundw@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:36:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19600751&business_type=o2> {'res_id': 19600751, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rbmulundw@gmail.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9148419836', 'display_string': '+91-9148419836', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9148419836', 'display_string': '+91-9148419836', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '233324909', 'name': 'Sachin', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820193010', 'display_string': '+91-9820193010'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '221873011', 'name': 'RIBBONS AND BALLOONS', 'email': 'rbmulundw@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9148419836', 'display_string': '+91-9148419836'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17754503) 2025-09-16 00:37:03 [zomato] INFO: Res ID 17754503: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'krishcakesunr@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17754503&business_type=o2> {'res_id': 17754503, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['krishcakesunr@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9284642303', 'display_string': '+91-9284642303', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8805530565', 'display_string': '+91-8805530565', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '215951706', 'name': 'Krish', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8446052500', 'display_string': '+91-8446052500'}, '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': '132383926', 'name': 'Krish Cakes', 'email': 'krishcakesunr@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9284642303', 'display_string': '+91-9284642303'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/529/df0c3d1fae5b927e14792b76a4101529.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '132383926', 'name': 'Krish Cakes', 'email': 'krishcakesunr@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9284642303', 'display_string': '+91-9284642303'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/529/df0c3d1fae5b927e14792b76a4101529.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:37:07 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20206434) 2025-09-16 00:37:07 [zomato] INFO: Res ID 20206434: Found emails {'internal.ops@restaverse.com', 'maishafoodsco@gmail.com', 'rnbpoonamngr@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20206434&business_type=o2> {'res_id': 20206434, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['rnbpoonamngr@gmail.com', 'onlineretail@ribbonsandballoons.com', 'maishafoodsco@gmail.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930367307', 'display_string': '+91-9930367307', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930367307', 'display_string': '+91-9930367307', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View 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': '41392379', 'name': 'Ribbons Bolloons', 'email': 'rnbpoonamngr@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930367307', 'display_string': '+91-9930367307'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '226279191', 'name': 'Lifeline Diagnostic', 'email': 'maishafoodsco@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/ac3/db214dbcec4a993c998ee6f6dd5daac3.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '41392379', 'name': 'Ribbons Bolloons', 'email': 'rnbpoonamngr@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930367307', 'display_string': '+91-9930367307'}, 'editable': 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': 66, '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=20754690) 2025-09-16 00:37:11 [zomato] INFO: Res ID 20754690: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@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=20754690&business_type=o2> {'res_id': 20754690, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321151230', 'display_string': '+91-9321151230', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9321151230', 'display_string': '+91-9321151230', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:15 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18383002) 2025-09-16 00:37:15 [zomato] INFO: Res ID 18383002: Found emails {'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'amodbakers@gmail.com (Unverified)'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18383002&business_type=o2> {'res_id': 18383002, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['amodbakers@gmail.com (Unverified)'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@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': '9321982921', 'display_string': '+91-9321982921', 'phone_number_type': 'mobile', 'mobile_number_max_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': '9321982921', 'display_string': '+91-9321982921', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '177149031', 'name': 'Bhavesh Sawant', 'email': 'amodbakers@gmail.com (Unverified)', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9321982921', 'display_string': '+91-9321982921'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '317585897', 'name': 'Ribbons And Balloons', 'email': 'fp.ribbonsandballoons@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/808/33e88eaed9be5e71531f276b00e15808.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:17 [scrapy.extensions.logstats] INFO: Crawled 67 pages (at 16 pages/min), scraped 65 items (at 16 items/min) 2025-09-16 00:37:18 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18467834) 2025-09-16 00:37:18 [zomato] INFO: Res ID 18467834: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbkharghar34@gmail.com', 'rnbreview1@gmail.com', 'deepakkoudare1999@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=18467834&business_type=o2> {'res_id': 18467834, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['deepakkoudare1999@gmail.com'], 'manager_emails': ['rnbkharghar34@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879018540', 'display_string': '+91-8879018540', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8356840063', 'display_string': '+91-8356840063', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '179124516', 'name': 'Deepak Koudare', 'email': 'deepakkoudare1999@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930487827', 'display_string': '+91-9930487827'}, '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': '170688759', 'name': 'Ribbons Ballons', 'email': 'rnbkharghar34@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879018540', 'display_string': '+91-8879018540'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/699/0fb3d73faa793195dce0dd7f4cb6a699.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '170688759', 'name': 'Ribbons Ballons', 'email': 'rnbkharghar34@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8879018540', 'display_string': '+91-8879018540'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/699/0fb3d73faa793195dce0dd7f4cb6a699.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:37:22 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19435549) 2025-09-16 00:37:22 [zomato] INFO: Res ID 19435549: Found emails {'internal.ops@restaverse.com', 'anjalimatlani3d@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19435549&business_type=o2> {'res_id': 19435549, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['anjalimatlani3d@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833796019', 'display_string': '+91-9833796019', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833796019', 'display_string': '+91-9833796019', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '209969319', 'name': 'Anjali', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9822030519', 'display_string': '+91-9822030519'}, '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': '51157567', 'name': 'Anjali Matlani', 'email': 'anjalimatlani3d@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9833796019', 'display_string': '+91-9833796019'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/426/1567e32cd2854375c2c38abcd8515426.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:27 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17754298) 2025-09-16 00:37:27 [zomato] INFO: Res ID 17754298: Found emails {'internal.ops@restaverse.com', 'client@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'rbvartaknagar@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17754298&business_type=o2> {'res_id': 17754298, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['rbvartaknagar@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819889989', 'display_string': '+91-9819889989', 'phone_number_type': 'mobile', 'mobile_number_max_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': '022', 'isd_code_formatted': '022', 'country_id': 1, 'phone': '25853400', 'display_string': '022-25853400', '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': '50046342', 'name': 'Pramod Chorghe', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591063195', 'display_string': '+91-8591063195'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/234/fa0f44f79ff5991d781f50da9f7ea234.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '33160215', 'name': 'Ribbons Balloons', 'email': 'rbvartaknagar@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/d03/1e98a3f59df936475c5c0b81cb234d03.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '50046342', 'name': 'Pramod Chorghe', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591063195', 'display_string': '+91-8591063195'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/234/fa0f44f79ff5991d781f50da9f7ea234.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:31 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21487126) 2025-09-16 00:37:31 [zomato] INFO: Res ID 21487126: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21487126&business_type=o2> {'res_id': 21487126, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136929652', 'display_string': '+91-9136929652', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136929652', 'display_string': '+91-9136929652', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=18709630) 2025-09-16 00:37:35 [zomato] INFO: Res ID 18709630: Found emails {'internal.ops@restaverse.com', 'piyushinde19@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbkharghar@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=18709630&business_type=o2> {'res_id': 18709630, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['rnbkharghar@gmail.com'], 'manager_emails': ['piyushinde19@gmail.com', 'rnbkharghar@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9702477585', 'display_string': '+91-9702477585', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619912364', 'display_string': '+91-9619912364', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '196781708', 'name': 'Ribbons And Balloons Kharghar', 'email': 'rnbkharghar@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': '1230881', 'name': 'Piyush Shinde', 'email': 'piyushinde19@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920701920', 'display_string': '+91-9920701920'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/088/597404667e7e65bea99cc47659260088.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '196781708', 'name': 'Ribbons And Balloons Kharghar', 'email': 'rnbkharghar@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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '213090439', 'name': 'Piyush Shinde', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9619912364', 'display_string': '+91-9619912364'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '1230881', 'name': 'Piyush Shinde', 'email': 'piyushinde19@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9920701920', 'display_string': '+91-9920701920'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/088/597404667e7e65bea99cc47659260088.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:37:38 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21105987) 2025-09-16 00:37:38 [zomato] INFO: Res ID 21105987: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21105987&business_type=o2> {'res_id': 21105987, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017724', 'display_string': '+91-8657017724', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8657017724', 'display_string': '+91-8657017724', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:41 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19625380) 2025-09-16 00:37:41 [zomato] INFO: Res ID 19625380: Found emails {'internal.ops@restaverse.com', 'arunmatlani9@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19625380&business_type=o2> {'res_id': 19625380, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['arunmatlani9@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104762702', 'display_string': '+91-8104762702', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104762702', 'display_string': '+91-8104762702', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '213097987', 'name': 'Ribbons And Balloons', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8104762702', 'display_string': '+91-8104762702'}, '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': '90786743', 'name': 'Arun Matlani', 'email': 'arunmatlani9@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/350/eb5d6a35dd8f894a0bef433d131c9350.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '209969319', 'name': 'Anjali', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9822030519', 'display_string': '+91-9822030519'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '90786743', 'name': 'Arun Matlani', 'email': 'arunmatlani9@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/350/eb5d6a35dd8f894a0bef433d131c9350.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:37:44 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=20267272) 2025-09-16 00:37:44 [zomato] INFO: Res ID 20267272: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=20267272&business_type=o2> {'res_id': 20267272, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867994548', 'display_string': '+91-9867994548', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867994548', 'display_string': '+91-9867994548', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:47 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:48 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19169536) 2025-09-16 00:37:49 [zomato] INFO: Res ID 19169536: Found emails {'shirayu.rnb@gmail.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'internal.ops@restaverse.com'}, target: rnbreview1@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=19169536&business_type=o2> {'res_id': 19169536, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['shirayu.rnb@gmail.com'], 'manager_emails': ['shirayu.rnb@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136763333', 'display_string': '+91-9136763333', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136763333', 'display_string': '+91-9136763333', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '133596019', 'name': 'SHIRAYU HOSPITALITY', 'email': 'shirayu.rnb@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967160327', 'display_string': '+91-9967160327'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/31b/afd5d5fc58c106bdeec3b8cbbaaf631b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '133596019', 'name': 'SHIRAYU HOSPITALITY', 'email': 'shirayu.rnb@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9967160327', 'display_string': '+91-9967160327'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/31b/afd5d5fc58c106bdeec3b8cbbaaf631b.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '183812100', 'name': 'Xyz', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9136763333', 'display_string': '+91-9136763333'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:51 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21597163) 2025-09-16 00:37:51 [zomato] INFO: Res ID 21597163: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21597163&business_type=o2> {'res_id': 21597163, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828472729', 'display_string': '+91-8828472729', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8828472729', 'display_string': '+91-8828472729', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:37:55 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=17740594) 2025-09-16 00:37:55 [zomato] INFO: Res ID 17740594: Found emails {'internal.ops@restaverse.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'getharshal@gmail.com', 'samrudhatrades@gmail.com', 'social.rnbmumbai@gmail.com', 'rnbreview1@gmail.com', 'deepakkoudare1999@gmail.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=17740594&business_type=o2> {'res_id': 17740594, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['getharshal@gmail.com'], 'manager_emails': ['samrudhatrades@gmail.com', 'getharshal@gmail.com', 'social.rnbmumbai@gmail.com', 'deepakkoudare1999@gmail.com', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819416789', 'display_string': '+91-9819416789', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9819416789', 'display_string': '+91-9819416789', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '51028767', 'name': 'Harshal Vairagi', 'email': 'getharshal@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/331/ac928a13981d62ca55f5ae71a43f5331.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '44923792', 'name': 'Lata Vairagi', 'email': 'samrudhatrades@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/65e/428a429c37521a2e8822338ca026d65e.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '51028767', 'name': 'Harshal Vairagi', 'email': 'getharshal@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/331/ac928a13981d62ca55f5ae71a43f5331.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '57975670', 'name': 'Ribbons And Balloons', 'email': 'social.rnbmumbai@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': '179124516', 'name': 'Deepak Koudare', 'email': 'deepakkoudare1999@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9930487827', 'display_string': '+91-9930487827'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=18471712) 2025-09-16 00:37:57 [zomato] INFO: Res ID 18471712: Found emails {'internal.ops@restaverse.com', 'manikpureparag@yahoo.co.in', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'maitreyarnb@gmail.com', 'rnbreview1@gmail.com'}, target: rnbreview1@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=18471712&business_type=o2> {'res_id': 18471712, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['manikpureparag@yahoo.co.in', 'onlineretail@ribbonsandballoons.com', 'client@restaverse.com', 'maitreyarnb@gmail.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976957676', 'display_string': '+91-8976957676', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976957676', 'display_string': '+91-8976957676', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '131160440', 'name': 'Maitreya INC', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976957676', 'display_string': '+91-8976957676'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c70/66588ec1fd8e872828d10cb8e05fdc70.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '2716622', 'name': 'Parag Swati Surendra Manikpure', 'email': 'manikpureparag@yahoo.co.in', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b6a/0fcdd77eb18a2694e1fcce171609fb6a.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '131160440', 'name': 'Maitreya INC', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8976957676', 'display_string': '+91-8976957676'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/c70/66588ec1fd8e872828d10cb8e05fdc70.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '316470144', 'name': 'Client Partner', 'email': 'client@restaverse.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/41c/dc49d8f9fb3b9b947dc248afaf7a641c.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '329679161', 'name': 'Maitreya INC', 'email': 'maitreyarnb@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9820297676', 'display_string': '+91-9820297676'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:38:02 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21827366) 2025-09-16 00:38:02 [zomato] INFO: Res ID 21827366: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21827366&business_type=o2> {'res_id': 21827366, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867213143', 'display_string': '+91-9867213143', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=21777308) 2025-09-16 00:38:04 [zomato] INFO: Res ID 21777308: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@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=21777308&business_type=o2> {'res_id': 21777308, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867373697', 'display_string': '+91-9867373697', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 1, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '377282333', 'name': 'Mumbai Central', 'email': 'rnbmumbaicentral@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/532/3e60c43b35e7ab5a4f81f2e39b894532.jpg?fit=around%7C200%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': 66, 'status_code': 200} 2025-09-16 00:38:06 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21819449) 2025-09-16 00:38:06 [zomato] INFO: Res ID 21819449: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21819449&business_type=o2> {'res_id': 21819449, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867633224', 'display_string': '+91-9867633224', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9867633224', 'display_string': '+91-9867633224', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:38:09 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=22133711) 2025-09-16 00:38:10 [zomato] INFO: Res ID 22133711: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=22133711&business_type=o2> {'res_id': 22133711, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['onlineretail@ribbonsandballoons.com'], 'manager_emails': ['rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, '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': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '376864674', 'name': 'Sanchit Pandav', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7678064159', 'display_string': '+91-7678064159'}, 'editable': 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': 66, 'status_code': 200} 2025-09-16 00:38:13 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=21898799) 2025-09-16 00:38:13 [zomato] INFO: Res ID 21898799: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'shreegajananent001@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=21898799&business_type=o2> {'res_id': 21898799, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['shreegajananent001@gmail.com'], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9527293290', 'display_string': '+91-9527293290', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7620673906', 'display_string': '+91-7620673906', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '379403215', 'name': 'Deepali Pawar', 'email': 'shreegajananent001@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '7620673906', 'display_string': '+91-7620673906'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, '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=21881314) 2025-09-16 00:38:15 [zomato] INFO: Res ID 21881314: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@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=21881314&business_type=o2> {'res_id': 21881314, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 1', 'user_type': 'only_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, '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': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:17 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:17 [scrapy.extensions.logstats] INFO: Crawled 85 pages (at 18 pages/min), scraped 83 items (at 18 items/min) 2025-09-16 00:38:19 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19182748) 2025-09-16 00:38:19 [zomato] INFO: Res ID 19182748: Found emails {'anil.pawar020685@gmail.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19182748&business_type=o2> {'res_id': 19182748, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': ['anil.pawar020685@gmail.com'], 'manager_emails': ['anil.pawar020685@gmail.com', 'onlineretail@ribbonsandballoons.com', 'rnbreview1@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': '8928138093', 'display_string': '+91-8928138093', 'phone_number_type': 'mobile', 'mobile_number_max_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': '8928138093', 'display_string': '+91-8928138093', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '51222053', 'name': 'Anil Pawar', 'email': 'anil.pawar020685@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b94/4c7b02f28fbe314142ee2c4cb942eb94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '51222053', 'name': 'Anil Pawar', 'email': 'anil.pawar020685@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/b94/4c7b02f28fbe314142ee2c4cb942eb94.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '243223905', 'name': 'Anil Pawar', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8928138093', 'display_string': '+91-8928138093'}, 'editable': 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': 66, 'status_code': 200} 2025-09-16 00:38:23 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=16524160) 2025-09-16 00:38:23 [zomato] INFO: Res ID 16524160: Found emails {'internal.ops@restaverse.com', 'rnbreview1@gmail.com', 'onlineretail@ribbonsandballoons.com'}, target: rnbreview1@gmail.com, active: True 2025-09-16 00:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=16524160&business_type=o2> {'res_id': 16524160, 'email': 'rnbreview1@gmail.com', 'active': True, 'owner_emails': [], 'manager_emails': ['onlineretail@ribbonsandballoons.com', 'rnbreview1@gmail.com', 'internal.ops@restaverse.com'], 'all_contact_data': {'contacts': {'add_new_user': True, 'priority': {'total_count': 2, 'title': 'Order reminder call', 'sub_title': 'For order-related communication', 'user_type': 'priority', 'is_md_edit': True, 'editable_fields': {'is_name_editable': False, 'is_email_editable': False, 'is_phone_editable': True, 'is_profile_pic_editable': False}, 'users': [{'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723', 'phone_number_type': 'mobile', 'mobile_number_max_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': '7718085178', 'display_string': '+91-7718085178', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '309370151', 'name': 'Anubhuti Patil', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8657017723', 'display_string': '+91-8657017723'}, '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': '200796494', 'name': 'Anu', 'email': 'onlineretail@ribbonsandballoons.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9766646250', 'display_string': '+91-9766646250'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '340958047', 'name': 'Ribbons Balloons', 'email': 'rnbreview1@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/519/a82cae4803c11d2149ff559fd836e519.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '352404610', 'name': 'Internal Ops', 'email': 'internal.ops@restaverse.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8591768856', 'display_string': '+91-8591768856'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/af9/aa2cb2bde6e606753b96cae932a6caf9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'title': 'View business insights', 'subtitle': 'Track sales/rejection/top dishes etc. metrics'}, {'title': 'Manage finances', 'subtitle': 'View account statement, payouts & invoices'}]}, 'staffs': {'total_count': 0, 'title': 'Staff', 'user_type': 'staff', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}}}, 'client_id': 66, 'status_code': 200} 2025-09-16 00:38:23 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-16 00:38:23 [zomato] INFO: Logger Payload: {'run_id': '442309fa-2f9d-466b-ac70-fd45edb3354c', 'timestamp': '2025-09-16T00:38:23Z', 'spider': 'zomato', 'client_id': 66, 'domain': 'www.zomato.com', 'bytes_sent': 0, 'bytes_received': 540606, 'duration_seconds': 306.88, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:38:23 [zomato] INFO: Logger Payload: {'run_id': '442309fa-2f9d-466b-ac70-fd45edb3354c', 'timestamp': '2025-09-16T00:38:23Z', 'spider': 'zomato', 'client_id': 66, 'domain': 'api.zomato.com', 'bytes_sent': 0, 'bytes_received': 66442, 'duration_seconds': 306.88, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:38:24 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:38:24 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 402837, 'downloader/request_count': 87, 'downloader/request_method_count/GET': 87, 'downloader/response_bytes': 485382, 'downloader/response_count': 87, 'downloader/response_status_count/200': 87, 'elapsed_time_seconds': 306.878333, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 16, 0, 38, 23, 863738, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 540606, 'httpcompression/response_count': 86, 'item_scraped_count': 85, 'items_per_minute': None, 'log_count/DEBUG': 267, 'log_count/INFO': 104, 'memusage/max': 149491712, 'memusage/startup': 137826304, 'request_depth_max': 2, 'response_received_count': 87, 'responses_per_minute': None, 'scheduler/dequeued': 87, 'scheduler/dequeued/memory': 87, 'scheduler/enqueued': 87, 'scheduler/enqueued/memory': 87, 'start_time': datetime.datetime(2025, 9, 16, 0, 33, 16, 985405, tzinfo=datetime.timezone.utc)} 2025-09-16 00:38:24 [scrapy.core.engine] INFO: Spider closed (finished)