2025-09-16 00:36:57 [scrapy.utils.log] INFO: Scrapy 2.12.0 started (bot: zomato_check_in) 2025-09-16 00:36:57 [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:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): prod.restaverse.com:443 2025-09-16 00:36:57 [urllib3.connectionpool] DEBUG: https://prod.restaverse.com:443 "POST /api/db_services/fetch-query HTTP/11" 200 2566 2025-09-16 00:36:57 [scrapy.addons] INFO: Enabled addons: [] 2025-09-16 00:36:57 [asyncio] DEBUG: Using selector: EpollSelector 2025-09-16 00:36:57 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:36:57 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:36:57 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2025-09-16 00:36:57 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2025-09-16 00:36:57 [scrapy.extensions.telnet] INFO: Telnet Password: 1897e809215afb37 2025-09-16 00:36:57 [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:36:57 [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/orm.arabrestaurant@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:36:57 [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:36:57 [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:36:57 [scrapy.middleware] INFO: Enabled item pipelines: ['zomato_check_in.pipelines.ZomatoCheckInPipeline'] 2025-09-16 00:36:57 [scrapy.core.engine] INFO: Spider opened 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from creating-client-class.iot-data to creating-client-class.iot-data-plane 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from before-call.apigateway to before-call.api-gateway 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from request-created.machinelearning.Predict to request-created.machine-learning.Predict 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.autoscaling.CreateLaunchConfiguration to before-parameter-build.auto-scaling.CreateLaunchConfiguration 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.route53 to before-parameter-build.route-53 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from request-created.cloudsearchdomain.Search to request-created.cloudsearch-domain.Search 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from docs.*.autoscaling.CreateLaunchConfiguration.complete-section to docs.*.auto-scaling.CreateLaunchConfiguration.complete-section 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.logs.CreateExportTask to before-parameter-build.cloudwatch-logs.CreateExportTask 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from docs.*.logs.CreateExportTask.complete-section to docs.*.cloudwatch-logs.CreateExportTask.complete-section 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from before-parameter-build.cloudsearchdomain.Search to before-parameter-build.cloudsearch-domain.Search 2025-09-16 00:36:57 [botocore.hooks] DEBUG: Changing event name from docs.*.cloudsearchdomain.Search.complete-section to docs.*.cloudsearch-domain.Search.complete-section 2025-09-16 00:36:57 [botocore.utils] DEBUG: IMDS ENDPOINT: http://169.254.169.254/ 2025-09-16 00:36:57 [botocore.credentials] DEBUG: Looking for credentials via: env 2025-09-16 00:36:57 [botocore.credentials] INFO: Found credentials in environment variables. 2025-09-16 00:36:57 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/endpoints.json 2025-09-16 00:36:57 [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:36:57 [botocore.hooks] DEBUG: Event choose-service-name: calling handler 2025-09-16 00:36:57 [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:36:58 [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:36:58 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/partitions.json 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event creating-client-class.ssm: calling handler 2025-09-16 00:36:58 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_service 2025-09-16 00:36:58 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: environment_global 2025-09-16 00:36:58 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_service 2025-09-16 00:36:58 [botocore.configprovider] DEBUG: Looking for endpoint for ssm via: config_global 2025-09-16 00:36:58 [botocore.configprovider] DEBUG: No configured endpoint found. 2025-09-16 00:36:58 [botocore.endpoint] DEBUG: Setting ssm timeout as (60, 60) 2025-09-16 00:36:58 [botocore.loaders] DEBUG: Loading JSON file: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/botocore/data/_retry.json 2025-09-16 00:36:58 [botocore.client] DEBUG: Registering retry handlers for service: ssm 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event before-parameter-build.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.regions] DEBUG: Calling endpoint provider with parameters: {'Region': 'ap-south-1', 'UseDualStack': False, 'UseFIPS': False} 2025-09-16 00:36:58 [botocore.regions] DEBUG: Endpoint provider result: https://ssm.ap-south-1.amazonaws.com 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event before-call.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [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:36:58 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler > 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event choose-signer.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.auth] DEBUG: Calculating signature using v4 auth. 2025-09-16 00:36:58 [botocore.auth] DEBUG: CanonicalRequest: POST / content-type:application/x-amz-json-1.1 host:ssm.ap-south-1.amazonaws.com x-amz-date:20250916T003658Z x-amz-target:AmazonSSM.GetParameter content-type;host;x-amz-date;x-amz-target 9a6e6c3d3792249e4c40138fec610bff203c6fcb1822afa8fe899a5746c68f71 2025-09-16 00:36:58 [botocore.auth] DEBUG: StringToSign: AWS4-HMAC-SHA256 20250916T003658Z 20250916/ap-south-1/ssm/aws4_request 4924db0bc9d67ecc2a6e52fbaca9ddcc59ee29e16d8d098e90c459aacb6791d6 2025-09-16 00:36:58 [botocore.auth] DEBUG: Signature: ffb5f5d0fada044478e3c327d0ed693b3a4fdc95b2dbaeaffa0f859a537d9d32 2025-09-16 00:36:58 [botocore.hooks] DEBUG: Event request-created.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.endpoint] DEBUG: Sending http request: 2025-09-16 00:36:58 [botocore.httpsession] DEBUG: Certificate path: /home/ubuntu/restaverse_spiders/venv/lib/python3.10/site-packages/certifi/cacert.pem 2025-09-16 00:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): ssm.ap-south-1.amazonaws.com:443 2025-09-16 00:36:58 [urllib3.connectionpool] DEBUG: https://ssm.ap-south-1.amazonaws.com:443 "POST / HTTP/11" 200 2038 2025-09-16 00:36:58 [botocore.parsers] DEBUG: Response headers: {'Server': 'Server', 'Date': 'Tue, 16 Sep 2025 00:36:58 GMT', 'Content-Type': 'application/x-amz-json-1.1', 'Content-Length': '2038', 'Connection': 'keep-alive', 'x-amzn-RequestId': 'b4786d31-0d26-4e58-b275-4f3b999f4333'} 2025-09-16 00:36:58 [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:36:58 [botocore.hooks] DEBUG: Event needs-retry.ssm.GetParameter: calling handler 2025-09-16 00:36:58 [botocore.retryhandler] DEBUG: No retry needed. 2025-09-16 00:36:58 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-09-16 00:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:58 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/setup/ HTTP/11" 200 None 2025-09-16 00:36:58 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6037 2025-09-16 00:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:59 [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:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:36:59 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/normalizer/domain/?domain=zomato.com HTTP/11" 200 241 2025-09-16 00:37:01 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/orderHistory/) 2025-09-16 00:37:03 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/webroutes/auth/csrf) 2025-09-16 00:37:03 [zomato] INFO: Found 1 restaurant IDs from Zomato API 2025-09-16 00:37:04 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.zomato.com/partners/onlineordering/outletInfo/contactDetails?resId=19011841) 2025-09-16 00:37:04 [zomato] INFO: Res ID 19011841: Found emails {'sagar.rajput@zomato.com', 'islam0680@gmail.com', 'orm.arabrestaurant@gmail.com', 'arabresturant5253@gmail.com'}, target: orm.arabrestaurant@gmail.com, active: True 2025-09-16 00:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.zomato.com/merchant-api/contacts/v2/get-all?res_id=19011841&business_type=o2> {'res_id': 19011841, 'email': 'orm.arabrestaurant@gmail.com', 'active': True, 'owner_emails': ['islam0680@gmail.com'], 'manager_emails': ['islam0680@gmail.com', 'sagar.rajput@zomato.com', 'arabresturant5253@gmail.com', 'orm.arabrestaurant@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': '9594040005', 'display_string': '+91-9594040005', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}, {'name': 'Order reminder number 2', 'user_type': 'priority_o2', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594040005', 'display_string': '+91-9594040005', 'phone_number_type': 'mobile', 'mobile_number_max_length': 10, 'landline_number_max_length': 11}, 'editable': True, 'profile_photo': 'https://b.zmtcdn.com/data/o2_assets/f75ebd4fc391bdd27f8ccd78dbb06a0b1629452657.jpeg'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Toggle outlet status ON/OFF'}, {'title': 'Manage users', 'subtitle': 'Edit staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}]}, 'owners': {'total_count': 1, 'title': 'Owner', 'user_type': 'owner', 'is_md_edit': False, 'editable_fields': {'is_name_editable': True, 'is_email_editable': True, 'is_phone_editable': True, 'is_profile_pic_editable': True}, 'users': [{'id': '34298596', 'name': 'Islam Varaliya', 'email': 'islam0680@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821633128', 'display_string': '+91-9821633128'}, 'editable': False, 'removable': False, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/aa9/a4da23f5fdbd7b54a3d3f796a96e0aa9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit owner, manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '34298596', 'name': 'Islam Varaliya', 'email': 'islam0680@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821633128', 'display_string': '+91-9821633128'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/aa9/a4da23f5fdbd7b54a3d3f796a96e0aa9.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '42740993', 'name': 'Sagar Rajput', 'email': 'sagar.rajput@zomato.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '124916029', 'name': 'Arab Restaurant', 'email': 'arabresturant5253@gmail.com', 'phone_details': {'country_id': 0}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/e58/eebefe1c7bcf39f08a3daa554c924e58.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '240710273', 'name': 'Sneha', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '8097999691', 'display_string': '+91-8097999691'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '290497170', 'name': 'Arab Restaurant', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9594040005', 'display_string': '+91-9594040005'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/web/assets/2267aec184e096c98c46a1565a5563661664945464.png?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}, {'id': '346975826', 'name': 'Arab Restaurant', 'email': 'orm.arabrestaurant@gmail.com', 'phone_details': {'country_id': 0}, 'editable': True, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/0ee/1430d7306dc6a6893dd9af0d993f30ee.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A'}], 'permissions': [{'title': 'Manage orders', 'subtitle': 'Accept order, mark order ready, print bill'}, {'title': 'Manage menu', 'subtitle': 'Create, edit item details (names, photos, prices etc.), mark item out of stock'}, {'title': 'Manage outlet settings', 'subtitle': 'Edit daily timings, toggle outlet status ON/OFF etc.'}, {'title': 'Manage users', 'subtitle': 'Edit manager, staff contact details'}, {'title': 'Manage customer complaints', 'subtitle': 'View or take action on customer complaints'}, {'title': 'Request support', 'subtitle': 'View and create tickets on order, ads, promos, tapes, menu etc.'}, {'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': '34298596', 'name': 'Islam Varaliya', 'email': 'islam0680@gmail.com', 'phone_details': {'isd_code': '91', 'isd_code_formatted': '+91', 'country_id': 1, 'phone': '9821633128', 'display_string': '+91-9821633128'}, 'editable': False, 'removable': True, 'profile_photo': 'https://b.zmtcdn.com/data/user_profile_pictures/aa9/a4da23f5fdbd7b54a3d3f796a96e0aa9.jpg?fit=around%7C200%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': 106, 'status_code': 200} 2025-09-16 00:37:04 [scrapy.core.engine] INFO: Closing spider (finished) 2025-09-16 00:37:04 [zomato] INFO: Logger Payload: {'run_id': '6b2c2078-240a-4694-9aad-61d7bdca5a71', 'timestamp': '2025-09-16T00:37:04Z', 'spider': 'zomato', 'client_id': 106, 'domain': 'www.zomato.com', 'bytes_sent': 0, 'bytes_received': 7230, 'duration_seconds': 6.49, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:37:04 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:37:04 [zomato] INFO: Logger Payload: {'run_id': '6b2c2078-240a-4694-9aad-61d7bdca5a71', 'timestamp': '2025-09-16T00:37:04Z', 'spider': 'zomato', 'client_id': 106, 'domain': 'api.zomato.com', 'bytes_sent': 0, 'bytes_received': 848, 'duration_seconds': 6.49, 'host': 'ip-172-31-16-168', 'status': 'finished'} 2025-09-16 00:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): watchdog.restaverse.com:9200 2025-09-16 00:37:04 [urllib3.connectionpool] DEBUG: http://watchdog.restaverse.com:9200 "POST /scrapy-2025-09-16/_doc HTTP/11" 201 169 2025-09-16 00:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.scrapeops.io:443 2025-09-16 00:37:05 [urllib3.connectionpool] DEBUG: https://api.scrapeops.io:443 "POST /api/v1/stats/ HTTP/11" 200 108 2025-09-16 00:37:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 15058, 'downloader/request_count': 3, 'downloader/request_method_count/GET': 3, 'downloader/response_bytes': 11087, 'downloader/response_count': 3, 'downloader/response_status_count/200': 3, 'elapsed_time_seconds': 6.4907, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2025, 9, 16, 0, 37, 4, 632577, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 7230, 'httpcompression/response_count': 2, 'item_scraped_count': 1, 'items_per_minute': None, 'log_count/DEBUG': 71, 'log_count/INFO': 15, 'memusage/max': 137875456, 'memusage/startup': 137875456, 'request_depth_max': 2, 'response_received_count': 3, 'responses_per_minute': None, 'scheduler/dequeued': 3, 'scheduler/dequeued/memory': 3, 'scheduler/enqueued': 3, 'scheduler/enqueued/memory': 3, 'start_time': datetime.datetime(2025, 9, 16, 0, 36, 58, 141877, tzinfo=datetime.timezone.utc)} 2025-09-16 00:37:05 [scrapy.core.engine] INFO: Spider closed (finished)