{"info":{"_postman_id":"7fa7bd36-7f51-448a-819a-29b663223459","name":"Antoine Bermejo APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31719219","collectionId":"7fa7bd36-7f51-448a-819a-29b663223459","publishedId":"2sB2j7c98e","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-25T07:55:10.000Z"},"item":[{"name":"Login User","id":"b1a5d574-c496-4b90-9b5b-7798c17f532c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"contriwhiz@gmail.com\",\r\n    \"password\": \"admin@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/login","description":"<h3 id=\"login-user\">Login User</h3>\n<p>This endpoint is used to log in a user and obtain an authentication token.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>email (text, required): The email of the user.</p>\n</li>\n<li><p>password (text, required): The password of the user.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and has the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"User login successful.\",\n    \"id\": \"684bdfa5648724bc2149b355\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4NGJkZmE1NjQ4NzI0YmMyMTQ5YjM1NSIsImlhdCI6MTc1MzQyOTc5OSwiZXhwIjoxNzYxMjA1Nzk5fQ.l2HBTr7HGh3Hym-7ngF80PN49yiikSEaqeHwu9gACmo\",\n    \"user\": {\n        \"_id\": \"684bdfa5648724bc2149b355\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"test\",\n        \"email\": \"test@gmail.com\",\n        \"password\": \"$2b$12$41tCQzY6Kt/10FiRo9o9CeFay4h4uBgcK0VmUyC1OtRyOJ4QnoyQW\",\n        \"role\": \"user\",\n        \"createdAt\": \"2025-06-13T08:21:57.066Z\",\n        \"updatedAt\": \"2025-06-30T05:25:09.646Z\",\n        \"__v\": 0\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","users","login"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"0192ff88-d308-4bd3-bf1c-435375892e87","name":"Login User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"ETag","value":"W/\"10d-DQXA9p1Hf68VCbdtNehOTLUmhco\""},{"key":"Date","value":"Tue, 06 May 2025 07:09:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User login successful.\",\n    \"id\": \"6819b47334e66d24aae67502\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MTliNDczMzRlNjZkMjRhYWU2NzUwMiIsImlhdCI6MTc0NjUxNTM3NSwiZXhwIjoxNzU0MjkxMzc1fQ.Hx7VmkEodygGpomXSh5zrJujiN4djgm3mj7Ct6ceCY4\"\n}"}],"_postman_id":"b1a5d574-c496-4b90-9b5b-7798c17f532c"},{"name":"Signup User","id":"b7a8ee66-0307-49b5-a3e8-630336734c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Test\",\r\n    \"lastName\": \"test\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/signup","description":"<h3 id=\"signup-user\">Signup User</h3>\n<p>This endpoint allows users to sign up by providing their first name, last name, email, and password.</p>\n<h2 id=\"api-response-json-schema\">API Response JSON Schema</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"User account created successfully.\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4ODMzNzYyNjJjYmQzYzExMTAwYTU4OSIsImlhdCI6MTc1MzQyOTg1OCwiZXhwIjoxNzYxMjA1ODU4fQ.SYBPGKL9OIviuaq67RGrH3O8ECafh3OvaRE0Fa9x4ZY\",\n    \"user\": {\n        \"firstName\": \"test\",\n        \"lastName\": \"test\",\n        \"email\": \"test@gmail.com\",\n        \"password\": \"$2b$12$3hATgYhu5C1kuIkaaJSyQOhjmW2NHSz4w4bYwe9iStVk6gVtvyGl.\",\n        \"role\": \"user\",\n        \"_id\": \"6883376262cbd3c11100a589\",\n        \"createdAt\": \"2025-07-25T07:50:58.180Z\",\n        \"updatedAt\": \"2025-07-25T07:50:58.180Z\",\n        \"__v\": 0\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","users","signup"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"2ec69e45-ad05-4ce7-bbd8-22947bf9a703","name":"Signup User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Test\",\r\n    \"lastName\": \"test\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"513"},{"key":"ETag","value":"W/\"201-mkQQivKxRA5JN0jNy4ZOfnKo7qA\""},{"key":"Date","value":"Tue, 06 May 2025 07:04:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User account created successfully.\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY4MTliNDczMzRlNjZkMjRhYWU2NzUwMiIsImlhdCI6MTc0NjUxNTA2MCwiZXhwIjoxNzU0MjkxMDYwfQ.fPBoT4hVWLP_Nb5HVcwAb1cdK32giZOC99lGlR3LFBU\",\n    \"user\": {\n        \"firstName\": \"Test\",\n        \"lastName\": \"test\",\n        \"email\": \"test@gmail.com\",\n        \"password\": \"$2b$12$XeL43n2pyo3AxoZ4mioZk.3iPHt/Y2HwLY9oqMk.DTDGZwryMrlsu\",\n        \"_id\": \"6819b47334e66d24aae67502\",\n        \"createdAt\": \"2025-05-06T07:04:19.835Z\",\n        \"updatedAt\": \"2025-05-06T07:04:19.835Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"b7a8ee66-0307-49b5-a3e8-630336734c17"},{"name":"Google Login","event":[{"listen":"test","script":{"id":"073e2e4c-b39d-4da3-b0cf-d0c48338943e","exec":["// Stores the user's id in an environment or global variable\r","var userId = pm.response.json().user._id;\r","pm.globals.set(\"userId\", userId);"],"type":"text/javascript","packages":{}}}],"id":"0ced9207-7e13-4e6d-a3fc-47e90fabb828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/googlelogin?code=4/0Ab_5qlkQtMiYeOV3hUbRa3gy8un9x0W3hV_zWcr49D-up6Bv56wp6OorOsm2wls3Hl8Q1w","description":"<h3 id=\"google-login\">Google Login</h3>\n<p>This endpoint is used to log in a user using Google authentication.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>No request body parameters are required for this endpoint.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>message</code> (string, optional): A message from the server.</p>\n</li>\n<li><p><code>token</code> (string, optional): An authentication token for the user.</p>\n</li>\n<li><p><code>user</code> (object): User information containing the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): The unique identifier for the user.</p>\n</li>\n<li><p><code>userName</code> (string): The username of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>image</code> (string): The profile image URL of the user.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp of user creation.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp of last update.</p>\n</li>\n<li><p><code>__v</code> (number): Version key.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"token\": \"\",\n  \"user\": {\n    \"_id\": \"\",\n    \"userName\": \"\",\n    \"email\": \"\",\n    \"image\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"__v\": 0\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","users","googlelogin"],"host":["api","imoradar","pt"],"query":[{"key":"code","value":"4/0Ab_5qlkQtMiYeOV3hUbRa3gy8un9x0W3hV_zWcr49D-up6Bv56wp6OorOsm2wls3Hl8Q1w"}],"variable":[]}},"response":[{"id":"8d48bcc5-e98e-4204-a276-60252d93d7a5","name":"Google Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.imoradar.pt/api/v1/users/googlelogin?code=4/0Ab_5qlkQtMiYeOV3hUbRa3gy8un9x0W3hV_zWcr49D-up6Bv56wp6OorOsm2wls3Hl8Q1w","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","users","googlelogin"],"query":[{"key":"code","value":"4/0Ab_5qlkQtMiYeOV3hUbRa3gy8un9x0W3hV_zWcr49D-up6Bv56wp6OorOsm2wls3Hl8Q1w"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"591"},{"key":"ETag","value":"W/\"24f-ZP2NpMXj2I+WoVsnUe6WwJrfaWI\""},{"key":"Date","value":"Tue, 06 May 2025 07:13:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User login successfully.\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6eyJfaWQiOiI2ODEwYjIzNWIzYjIwYmRhZjE1OTc3Y2YiLCJlbWFpbCI6ImRldmVsb3BlcjEuY29udHJpd2hpekBnbWFpbC5jb20ifSwiaWF0IjoxNzQ2NTE1NjI5LCJleHAiOjE3NTQyOTE2Mjl9.0WWcVqo9XO0pNKZECsBJaqZ_Blef3EL83vV-ymV4AQg\",\n    \"user\": {\n        \"_id\": \"6810b235b3b20bdaf15977cf\",\n        \"userName\": \"Developer1 Dev\",\n        \"email\": \"developer1.contriwhiz@gmail.com\",\n        \"image\": \"https://lh3.googleusercontent.com/a/ACg8ocI5cMrOJNXrj56wivCMFgmw7I5boPU_z7cBGTtzZ0-lGoi4AQ=s96-c\",\n        \"createdAt\": \"2025-04-29T11:04:21.799Z\",\n        \"updatedAt\": \"2025-04-29T11:04:21.799Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"0ced9207-7e13-4e6d-a3fc-47e90fabb828"},{"name":"Save Properties","id":"4f2830b9-04be-491e-8a35-d3eda5a4a91c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"idAnnonce\": \"18734927\",\r\n        \"title\": \"Apartamento, 130 m², Ribeirão\",\r\n        \"price\": \"754\",\r\n        \"surface\": \"130m²\",\r\n        \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\r\n        \"street\": null,\r\n        \"district\": \"Braga\",\r\n        \"municipality\": null,\r\n        \"borough\": \"Vila Nova de Famalicão\",\r\n        \"neighborhood\": \"Ribeirão\",\r\n        \"datePublication\": \"\",\r\n        \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\r\n        \"priceChange\": [],\r\n        \"nbBedrooms\": \"T2\",\r\n        \"nbBathrooms\": \"1\",\r\n        \"garage\": \"Yes\",\r\n        \"propertyCondition\": null,\r\n        \"ander\": \"1/2\",\r\n        \"elevator\": \"Yes\",\r\n        \"heating\": \"Yes\",\r\n        \"airConditioning\": \"No\",\r\n        \"energyClass\": \"B\",\r\n        \"propertyType\": \"Garagem\",\r\n        \"balcony\": \"Yes\",\r\n        \"advertiserType\": null,\r\n        \"duplex\": null,\r\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\r\n        \"source\": \"imovirtual\",\r\n        \"userId\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/properties","description":"<h3 id=\"save-property\">Save Property</h3>\n<p>This API endpoint allows you to create a new property listing. The request should be sent as an HTTP POST to <a href=\"https://api.imoradar.pt/api/v1/properties\">https://api.imoradar.pt/api/v1/properties</a> with a JSON payload in the raw request body. The payload should include details such as the property ID, title, price, surface area, address, district, neighborhood, description, number of bedrooms, number of bathrooms, garage availability, property type, balcony availability, and other related information.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p>idAnnonce (string): The ID of the property listing.</p>\n</li>\n<li><p>title (string): The title of the property listing.</p>\n</li>\n<li><p>price (string): The price of the property.</p>\n</li>\n<li><p>surface (string): The surface area of the property.</p>\n</li>\n<li><p>address (string): The address of the property.</p>\n</li>\n<li><p>district (string): The district where the property is located.</p>\n</li>\n<li><p>municipality (string): The municipality where the property is located.</p>\n</li>\n<li><p>borough (string): The borough where the property is located.</p>\n</li>\n<li><p>neighborhood (string): The neighborhood where the property is located.</p>\n</li>\n<li><p>description (string): A description of the property.</p>\n</li>\n<li><p>nbBedrooms (string): The number of bedrooms in the property.</p>\n</li>\n<li><p>nbBathrooms (string): The number of bathrooms in the property.</p>\n</li>\n<li><p>garage (string): Indicates if the property has a garage.</p>\n</li>\n<li><p>propertyCondition (string): The condition of the property.</p>\n</li>\n<li><p>ander (string): A specific property-related attribute.</p>\n</li>\n<li><p>elevator (string): Indicates if the property has an elevator.</p>\n</li>\n<li><p>heating (string): Indicates if the property has heating facilities.</p>\n</li>\n<li><p>airConditioning (string): Indicates if the property has air conditioning.</p>\n</li>\n<li><p>energyClass (string): The energy efficiency class of the property.</p>\n</li>\n<li><p>propertyType (string): The type of the property.</p>\n</li>\n<li><p>balcony (string): Indicates if the property has a balcony.</p>\n</li>\n<li><p>advertiserType (string): The type of advertiser for the property.</p>\n</li>\n<li><p>duplex (string): Indicates if the property is a duplex.</p>\n</li>\n<li><p>url (string): The URL of the property listing.</p>\n</li>\n<li><p>source (string): The source of the property listing.</p>\n</li>\n<li><p>userId (string): The ID of the user associated with the property.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful creation, the API returns a status code of 201 and a JSON response containing the details of the newly created property, along with an updated log. The response includes the ID, title, price, surface area, address, district, neighborhood, description, number of bedrooms, number of bathrooms, garage availability, property type, balcony availability, and other related information for both the new property and the updated log.</p>\n","urlObject":{"protocol":"https","path":["api","v1","properties"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"7b74d2bd-22f7-46e2-9cab-fb869452f92c","name":"Save Properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"idAnnonce\": \"18734927\",\r\n        \"title\": \"Apartamento, 130 m², Ribeirão\",\r\n        \"price\": \"754\",\r\n        \"surface\": \"130m²\",\r\n        \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\r\n        \"street\": null,\r\n        \"district\": \"Braga\",\r\n        \"municipality\": null,\r\n        \"borough\": \"Vila Nova de Famalicão\",\r\n        \"neighborhood\": \"Ribeirão\",\r\n        \"datePublication\": \"\",\r\n        \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\r\n        \"priceChange\": [],\r\n        \"nbBedrooms\": \"T2\",\r\n        \"nbBathrooms\": \"1\",\r\n        \"garage\": \"Yes\",\r\n        \"propertyCondition\": null,\r\n        \"ander\": \"1/2\",\r\n        \"elevator\": \"Yes\",\r\n        \"heating\": \"Yes\",\r\n        \"airConditioning\": \"No\",\r\n        \"energyClass\": \"B\",\r\n        \"propertyType\": \"Garagem\",\r\n        \"balcony\": \"Yes\",\r\n        \"advertiserType\": null,\r\n        \"duplex\": null,\r\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\r\n        \"source\": \"imovirtual\",\r\n        \"userId\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/properties"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2200"},{"key":"ETag","value":"W/\"898-Go9uowoRRd9UcHS1Yb2MYrmjBMI\""},{"key":"Date","value":"Tue, 06 May 2025 07:27:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"New property created and logged\",\n    \"data\": {\n        \"newProperty\": {\n            \"idAnnonce\": 18734927,\n            \"title\": \"Apartamento, 130 m², Ribeirão\",\n            \"price\": \"754\",\n            \"surface\": \"130m²\",\n            \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\n            \"district\": \"Braga\",\n            \"municipality\": null,\n            \"borough\": \"Vila Nova de Famalicão\",\n            \"neighborhood\": \"Ribeirão\",\n            \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-05-06\",\n                    \"Price\": \"754\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": null,\n            \"ander\": \"1/2\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"Yes\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": null,\n            \"duplex\": null,\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\n            \"status\": \"active\",\n            \"_id\": \"6819b9daad891d76518278c0\",\n            \"createdAt\": \"2025-05-06T07:27:22.861Z\",\n            \"updatedAt\": \"2025-05-06T07:27:22.861Z\",\n            \"id\": \"6819b9daad891d76518278c0\"\n        },\n        \"updatedLog\": {\n            \"_id\": \"6819b9d9ad891d76518278bd\",\n            \"idAnnonce\": 18734927,\n            \"title\": \"Apartamento, 130 m², Ribeirão\",\n            \"price\": \"754\",\n            \"surface\": \"130m²\",\n            \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\n            \"district\": \"Braga\",\n            \"municipality\": null,\n            \"borough\": \"Vila Nova de Famalicão\",\n            \"neighborhood\": \"Ribeirão\",\n            \"datePublication\": \"\",\n            \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\n            \"priceChange\": [],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": null,\n            \"ander\": \"1/2\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"Yes\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": null,\n            \"duplex\": null,\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\n            \"userId\": null,\n            \"status\": \"active\",\n            \"created_at\": \"2025-05-06T07:24:02.076Z\",\n            \"__v\": 0,\n            \"propertyId\": \"6819b9daad891d76518278c0\",\n            \"id\": \"6819b9d9ad891d76518278bd\"\n        }\n    }\n}"}],"_postman_id":"4f2830b9-04be-491e-8a35-d3eda5a4a91c"},{"name":"Property List","id":"4e5120e1-7d00-4a26-8486-f64b3f69d932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"favoriteProperty\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/properties/list?page=1&limit=2","description":"<h3 id=\"list-properties\">List Properties</h3>\n<p>This endpoint allows users to retrieve a list of properties based on specified pagination parameters. It is particularly useful for applications that need to display properties to users, enabling them to browse available listings.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/properties/list?page=1&amp;limit=2</code></p>\n</li>\n<li><p><strong>Params</strong>:<br />  <strong>page</strong> : 1<br />  <strong>limit</strong> : 2</p>\n</li>\n</ul>\n<h5 id=\"body-parameters\">Body Parameters:</h5>\n<p>The request body must be in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><code>userId</code> (string): A unique identifier for the user making the request.</p>\n</li>\n<li><p><code>favoriteProperty</code> (boolean): A flag indicating whether to filter properties based on user favorites.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Ensure that the <code>userId</code> is valid and corresponds to an existing user in the system. The <code>favoriteProperty</code> parameter can be set to <code>true</code> or <code>false</code> depending on whether the user wishes to see their favorite properties.</p>\n<h5 id=\"example-request-body\">Example Request Body:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"684bdfa5648724bc2149b355\",\n  \"favoriteProperty\": false\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>The response will be returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (typically empty for successful requests).</p>\n</li>\n<li><p><strong>message</strong> (string): Any message related to the request (typically empty for successful requests).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of property objects, each containing:</p>\n<ul>\n<li><p><code>_id</code> (string): Unique identifier for the property.</p>\n</li>\n<li><p><code>idAnnonce</code> (string): Advertisement ID for the property.</p>\n</li>\n<li><p><code>propertyIdAnnonce</code> (string): Property ID for the advertisement.</p>\n</li>\n<li><p><code>title</code> (string): Title of the property listing.</p>\n</li>\n<li><p><code>sellPrice</code> (string): Selling price of the property.</p>\n</li>\n<li><p><code>surface</code> (string): Surface area of the property.</p>\n</li>\n<li><p><code>address</code> (string): Address of the property.</p>\n</li>\n<li><p><code>district</code> (string): District where the property is located.</p>\n</li>\n<li><p><code>municipality</code> (string): Municipality of the property.</p>\n</li>\n<li><p><code>borough</code> (string): Borough of the property.</p>\n</li>\n<li><p><code>neighborhood</code> (string): Neighborhood of the property.</p>\n</li>\n<li><p><code>datePublication</code> (string): Publication date of the property listing.</p>\n</li>\n<li><p><code>description</code> (string): Description of the property.</p>\n</li>\n<li><p><code>priceChange</code> (array): An array of price change objects, each containing:</p>\n<ul>\n<li><p><code>Date</code> (string): Date of the price change.</p>\n</li>\n<li><p><code>Price</code> (string): New price after the change.</p>\n</li>\n</ul>\n</li>\n<li><p><code>nbBedrooms</code> (string): Number of bedrooms.</p>\n</li>\n<li><p><code>nbBathrooms</code> (string): Number of bathrooms.</p>\n</li>\n<li><p><code>garage</code> (string): Information regarding garage availability.</p>\n</li>\n<li><p><code>propertyCondition</code> (string): Condition of the property.</p>\n</li>\n<li><p><code>andar</code> (string): Floor number of the property.</p>\n</li>\n<li><p><code>elevator</code> (string): Elevator availability.</p>\n</li>\n<li><p><code>heating</code> (string): Heating system details.</p>\n</li>\n<li><p><code>airConditioning</code> (string): Air conditioning availability.</p>\n</li>\n<li><p><code>energyClass</code> (string): Energy efficiency class of the property.</p>\n</li>\n<li><p><code>propertyType</code> (string): Type of property (e.g., apartment, house).</p>\n</li>\n<li><p><code>balcony</code> (string): Balcony availability.</p>\n</li>\n<li><p><code>advertiserType</code> (string): Type of advertiser (e.g., owner, agent).</p>\n</li>\n<li><p><code>duplex</code> (string): Duplex availability.</p>\n</li>\n<li><p><code>source</code> (string): Source of the property listing.</p>\n</li>\n<li><p><code>url</code> (string): URL for the property listing.</p>\n</li>\n<li><p><code>status</code> (string): Current status of the property (e.g., available, sold).</p>\n</li>\n<li><p><code>bathtub</code> (string): Bathtub availability.</p>\n</li>\n<li><p><code>washingMachine</code> (string): Washing machine availability.</p>\n</li>\n<li><p><code>dryer</code> (string): Dryer availability.</p>\n</li>\n<li><p><code>oven</code> (string): Oven availability.</p>\n</li>\n<li><p><code>microwave</code> (string): Microwave availability.</p>\n</li>\n<li><p><code>updatedDate</code> (string): Last updated date of the property.</p>\n</li>\n<li><p><code>createdAt</code> (string): Creation date of the property listing.</p>\n</li>\n<li><p><code>updatedAt</code> (string): Last updated timestamp.</p>\n</li>\n<li><p><code>__v</code> (integer): Version key for the property.</p>\n</li>\n<li><p><code>activeDays</code> (string): Number of active days of the listing.</p>\n</li>\n<li><p><code>priceEvaluation</code> (integer): Price evaluation score.</p>\n</li>\n<li><p><code>priceMetersquare</code> (string): Price per square meter.</p>\n</li>\n<li><p><code>numericPrice</code> (integer): Numeric representation of the price.</p>\n</li>\n<li><p><code>amenities</code> (string): Amenities available with the property.</p>\n</li>\n<li><p><code>newAddress</code> (string): New address if applicable.</p>\n</li>\n<li><p><code>lastSeen</code> (string): Timestamp of when the property was last seen.</p>\n</li>\n<li><p><code>price</code> (string): Current price of the property.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pagination</strong> (object): Information about the pagination of the results, containing:</p>\n<ul>\n<li><p><code>currentPage</code> (integer): The current page number.</p>\n</li>\n<li><p><code>totalPages</code> (integer): Total number of pages available.</p>\n</li>\n<li><p><code>totalRecords</code> (integer): Total number of records available.</p>\n</li>\n<li><p><code>pageSize</code> (integer): The number of records per page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This structure allows users to efficiently navigate through the properties available based on their preferences and the pagination settings. Please ensure to handle the response data appropriately in your application to enhance user experience.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"List retrieved successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6874f8dca797fed7eab16d14\",\n            \"idAnnonce\": \"32980491\",\n            \"propertyIdAnnonce\": \"9737\",\n            \"title\": \"Quinta à venda na rua da Igreja, 23 a\",\n            \"sellPrice\": \"125.000\",\n            \"surface\": \"200 m²\",\n            \"address\": \"Rua da Igreja, 23 A Corte do Pinto Mértola, Beja\",\n            \"district\": \"23 A Corte do Pinto Mértola\",\n            \"municipality\": \"Rua da Igreja\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-06-13\",\n            \"description\": \"Quinta com 2 moradias | praia Fluvial da Mina são DomingosOportunidade Única! Propriedade de Sonho em Santana de Cambas - MértolaImagine-se a viver ou investir numa propriedade deslumbrante, a poucos minutos da paradisíaca praia fluvial da Mina de São Domingos! Um verdadeiro refúgio no coração do Alentejo, onde a natureza e a tranquilidade se encontram.- Terreno Rico e ProdutivoCom uma vasta plantação de sobreiros, azinheiras, oliveiras e árvores de fruto, esta propriedade oferece um enorme potencial, seja para agricultura, lazer ou turismo rural.- Ideal para Turismo ou Refúgio PrivadoUma paisagem de cortar a respiração torna este local perfeito para um projeto de turismo rural ou para quem procura um retiro exclusivo, perto da praia fluvial, ideal para os amantes de desportos aquáticos e da natureza.- Infraestruturas EssenciaisConta com eletricidade (necessário pedido de baixada) e três poços de água, garantindo os recursos essenciais para qualquer projeto.- Habitações para ReconstruçãoDuas construções aguardam a sua visão para se tornarem numa casa de sonho ou num empreendimento turístico de sucesso!- Facilitamos o Seu Financiamento!Se o seu sonho precisa de apoio financeiro, tratamos de todo o processo por si, sem qualquer custo adicional! Trabalhamos com todas as entidades bancárias para garantir as melhores condições de crédito habitação.Não perca esta oportunidade!Contacte-nos já e venha conhecer esta joia escondida no Alentejo!Rui LanitaSCI IMOBILIÁRIA Categoria Energética: Isento ref: 9737.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"125.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"para renovar\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"\",\n            \"propertyType\": \"Quinta\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/32980491/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:32:28.931Z\",\n            \"createdAt\": \"2025-07-14T12:32:28.934Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"42\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"625,00\",\n            \"numericPrice\": 125000,\n            \"amenities\": \"\",\n            \"newAddress\": \"Rua da Igreja, 23 A Corte do Pinto Mértola\",\n            \"lastSeen\": null,\n            \"price\": \"125.000\"\n        },\n        {\n            \"_id\": \"6874f8543b495cf644b25f59\",\n            \"idAnnonce\": \"34323453\",\n            \"propertyIdAnnonce\": \"6688_345\",\n            \"title\": \"Apartamento t2 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"208.000\",\n            \"surface\": \"142 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-06-27\",\n            \"description\": \"2 com excelentes acabamentos a 5 minutos do centro de Águeda.Apresentamos este fantástico apartamento T2, localizado a poucos minutos do centro de Águeda, com acesso rápido a todo o comércio, serviços e escolas da cidade.O imóvel destaca-se pelos seus bons acabamentos e pelo conforto que oferece em todas as estações do ano. Conta com aquecimento central e recuperador de calor, ideal para criar um ambiente acolhedor nos meses mais frios. Para maior comodidade, dispõe ainda de aspiração central, facilitando a manutenção diária da casa.Dispõe de terraço privado, perfeito para momentos de lazer ou para refeições ao ar livre e garagem fechada, com espaço para estacionamento e arrumação.Se procura qualidade de construção, conforto e uma boa localização, esta pode ser a oportunidade que estava à espera.Agende já a sua visita!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"208.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"1\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"b-\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34323453/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:30:12.554Z\",\n            \"createdAt\": \"2025-07-14T12:30:12.555Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"28\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"1.464,79\",\n            \"numericPrice\": 208000,\n            \"amenities\": \"garage, balcony\",\n            \"newAddress\": \"Águeda, Aveiro\",\n            \"lastSeen\": null,\n            \"price\": \"208.000\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalRecords\": 2,\n        \"pageSize\": 1\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","properties","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"}],"variable":[]}},"response":[{"id":"c02e6540-c547-4134-ba30-70d31375f7e9","name":"Property List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"favoriteProperty\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.imoradar.pt/api/v1/properties/list?page=1&limit=10","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","properties","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jul 2025 09:23:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"br"},{"key":"etag","value":"W/\"9244-oNEi6cNBLpX+ocKxPqrvWsD5fSQ\""},{"key":"rndr-id","value":"d0962df6-4f79-4476"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"964a990efe79a76a-IXC"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"List retrieved successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6870fec74cd90eae6fe41a22\",\n            \"idAnnonce\": \"33964162\",\n            \"propertyIdAnnonce\": \"C0222-05966\",\n            \"title\": \"Apartamento t3 à venda na Rua Morais Soares, 126\",\n            \"sellPrice\": \"598.000\",\n            \"surface\": \"150 m²\",\n            \"address\": \"Rua Morais Soares, 126 Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa, Lisboa\",\n            \"district\": \"126 Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa\",\n            \"municipality\": \"Rua Morais Soares\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-06-25\",\n            \"description\": \"Este charmoso apartamento é ideal para quem procura conforto e uma excelente localização. Situado no 4º andar de um prédio totalmente recuperado, com estrutura reforçada e elevador, este T3 com 150 m², oferece o melhor em qualidade de vida no coração de Lisboa.Características do imóvel:Tipologia: T3 (3 quartos)Casas de banho: 2 O apartamento foi recentemente pintado e encontra-se neste momento todo em branco, pronto para ser personalizado ao seu gosto.Conforto garantido: Equipado com aquecimento e ar condicionado.Roupeiros nos quartos e na entrada, para maior organização.Varanda: Um aprazível espaço exterior para momentos de lazer que conta ainda com uma pequena zona de arrumos.Cozinha equipada: Pronta para uso, com eletrodomésticos modernos.Estacionamento privativo: 1 lugar exclusivo, algo raro na zona.Situação atual:Atualmente, o apartamento está alugado por quartos a estudantes, podendo continuar a gerar rendimento, mas a qualquer momento pode ficar completamente livre.Localização privilegiada:A Rua Morais Soares é uma das mais procuradas de Lisboa, com fácil acesso a transportes, comércio, serviços e tudo o que precisa no seu dia a dia.Não perca esta oportunidade!Seja para habitação própria ou investimento, este apartamento combina qualidade, conforto e uma localização central. Entre em contacto para mais informações ou para agendar uma visita!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-11\",\n                    \"Price\": \"598.000\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"598.000\"\n                },\n                {\n                    \"Date\": \"2025-07-24\",\n                    \"Price\": \"598.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"4\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"Yes\",\n            \"energyClass\": \"e\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/33964162/\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-24T12:54:50.607Z\",\n            \"createdAt\": \"2025-07-11T12:08:39.669Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.747Z\",\n            \"__v\": 0,\n            \"activeDays\": \"30\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"3.986,67\",\n            \"bathtub\": \"No\",\n            \"dryer\": \"No\",\n            \"microwave\": \"No\",\n            \"oven\": \"No\",\n            \"washingMachine\": \"No\",\n            \"numericPrice\": 598000,\n            \"amenities\": \"garage, balcony, airConditioning\",\n            \"newAddress\": \"Rua Morais Soares, 126 Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa\",\n            \"lastSeen\": \"24-Jul-2025\",\n            \"price\": \"598.000\"\n        },\n        {\n            \"_id\": \"6874f8213b495cf644b25f39\",\n            \"idAnnonce\": \"18812483\",\n            \"propertyIdAnnonce\": \"18812483\",\n            \"title\": \"Quinta Granjó - Douro\",\n            \"sellPrice\": \"1.450.000\",\n            \"surface\": \"89140 m²\",\n            \"address\": \"Alijó, Alijó, Vila Real\",\n            \"district\": \"Vila Real\",\n            \"municipality\": \"\",\n            \"borough\": \"Alijó\",\n            \"neighborhood\": \"Alijó\",\n            \"datePublication\": \"2025-07-24\",\n            \"description\": \"A Quinta está implantada em Trás-os-Montes, na região do Alto Douro Vinhateiro, entre Alijó e Favaios, no Distrito de Vila Real, perto da Quinta da Real Companhia Velha, a poucos minutos da vila do Pinhão e do rio Douro, bem como de fácil acesso a cidades próximas, como Vila Real e Peso da Régua.​Esta é uma região com áreas vinícolas das mais prestigiadas do mundo, que oferece condições ideais para o cultivo de vinhas de alta qualidade. A região é famosa pelos seus vinhos excecionais, especialmente os vinhos do Porto e Moscatel, bem como tintos e brancos de suprema qualidade. ​A zona é conhecida pelas suas paisagens exuberantes, com colinas cobertas de vinhas em socalcos, proporcionando vistas deslumbrantes e cenários de tirar o fôlego.A propriedade, atualmente cultivada, está classificada como um espaço urbanizável (incluído no PDM da Câmara Municipal de Alijó).A Quinta Granjó foi desenvolvida pelas várias gerações da Família, de forma harmoniosa e estruturada, de modo a obedecer a parâmetros de eficácia, visando a sua funcionalidade. Apresenta-se num declive suave, o que permite no futuro uma eventual total mecanização.​​É uma bonita quinta com uma área de 9 hectares, contendo para além de videiras, algumas árvores de fruto, potenciando uma futura exploração de atividade de Enoturismo.​Dispõe de 3 entradas distintas, fechadas por cancelas monocarril e caminho que circunda e cruza toda a propriedade, o que facilita a circulação das camionetes aos pontos essenciais da mesma.​Tem uma nascente de água e uma canalização subterrânea, que leva a água a três grandes depósitos situados em pontos altos estratégicos, que facilita no futuro, se necessário, a instalação de um sistema de rega.​Dispõe também de um armazém de grandes dimensões, trator de lagartas e respetivas alfaias, garagem e uma pequena instalação para produtos agrícolas. Dispõe ainda de uma pequena casa (Ex Líbris da Quinta) também para armazenamento. ​O Armazém contém várias cubas e material para produção de vinho, apenas para consumo interno da Família e amigos, uma vez que nas duas últimas gerações a produção era vendida para a Adega Cooperativa de Favaios.Tem aproximadamente 38.000 videiras:​Arinto (600)​Viozinho (10.400)​Moscatel Galego (20.500)​Rabigato (1.000)​Gouveio (2.700)​Touriga Nacional (1.000)​Touriga Franca (500)​Cerceal (1.300)​​​​Benefício Vinho do Porto:​  Em 2022: 10.046 litros (18,2 pipas)​Em 2023: 8.965 litros (16,3 pipas)​​Benefício Vinho Moscatel:​ Em 2023: 19.250 litros (35 pipas)​​Total de Produção da Quinta:​ Aproximadamente 100 ~120 pipas​(sendo aprox. 55 pipas de Moscatel, das quais 35 têm benefício de vinho Moscatel, e as restantes são na sua maioria de vinho branco especial)Ao adquirir a Quinta Granjó, com as vinhas já estabelecidas, terá oportunidade de obter uvas e produzir (ou vender) vinhos de alta qualidade.​Sendo a região do Douro um destino turístico de eleição e com crescente procura nos últimos anos, pode aproveitar essa tendência investindo em enoturismo para os visitantes, promovendo degustações de vinhos e visitas às vinhas.​A região do Douro é reconhecida mundialmente pela qualidade dos seus vinhos, o que torna a Quinta Granjó num investimento com grande potencial de valorização.​Adicional ou alternativamente, pode ainda investir na urbanização de parte ou totalidade da propriedade, dado que a mesma se encontra classificada como espaço urbanizável.​(preço negociável)===================================Quinta Granjó is located in Trás-os-Montes, in the Alto Douro Vinhateiro region, between Alijó and Favaios, in the District of Vila Real, just a few minutes from the town of Pinhão and the Douro River, as well as easy access to nearby cities such as Vila Real and Peso da Régua.This is a region with some of the most prestigious wine areas in the world, offering ideal conditions for growing high-quality vines. The region is famous for its exceptional wines, especially Port and Moscatel wines, as well as top-quality red and white wines.The area is known for its lush landscapes, with hills covered in terraced vineyards, providing stunning views and breathtaking scenery.The property, currently cultivated, is also classified as urban developable land  (included in the Alijó Municipal Council's PDM).Quinta Granjó was developed by the various generations of the Family, in a harmonious and structured way, in order to comply with efficiency parameters, aiming at its functionality. It presents a gentle slope, which allows for eventual total mechanization in the future.It is a beautiful farm with an area of 9 hectares, containing, in addition to vineyards, some fruit trees, potentiating a future exploration of Wine Tourism activity.It has 3 distinct entrances, closed by single-rail gates and a road that surrounds and crosses the entire property, which facilitates the circulation of vans to its essential points.It has a water spring and an underground pipeline, which carries water to three large reservoirs located in strategic high points, which facilitates, if necessary, the installation of an irrigation system in the future.It also has a large warehouse, crawler tractor and respective implements, garage and a small installation for agricultural products. It also has a small house (Ex Libris of Quinta Granjó) also for storage.The Warehouse contains several vats and material for wine production, only for internal consumption of the Family and friends, since in the last two generations the production was sold to the Adega Cooperativa de Favaios.It has approximately 38,000 vines:Arinto (600)Viozinho (10,400)Moscatel Galego (20,500)Rabigato (1,000)Gouveio (2,700)Touriga Nacional (1,000)Touriga Franca (500)Cerceal (1,300)Port Wine Benefit:In 2022: 10,046 liters (18.2 pipes)In 2023: 8,965 liters (16.3 pipes)Moscatel Wine Benefit:In 2023: 19,250 liters (35 pipes)Total Production of Quinta Granjó:Approximately 100 120 pipes(being approx. 55 pipes of Moscatel, of which 35 have Moscatel wine benefit, and the remaining are mostly special white wine)By acquiring Quinta Granjó, with the vineyards already established, you will have the opportunity to obtain grapes and produce (or sell) high-quality wines.As the Douro region is a tourist destination of choice and with increasing demand in recent years, you can take advantage of this trend by investing in wine tourism for visitors, promoting wine tastings and visits to the vineyards.The Douro region is recognized worldwide for the quality of its wines, which makes Quinta Granjó an investment with great potential for appreciation.Additionally or alternatively, you can also invest in the urbanization of part or all of the property, as it is also classified as urban developable land.(The advertised sale price is negotiable)\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"1.450.000\"\n                },\n                {\n                    \"Date\": \"2025-07-24\",\n                    \"Price\": \"1.450.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Particular\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/quinta-granjo-douro-ID1gWZ9\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-24T10:23:02.303Z\",\n            \"createdAt\": \"2025-07-14T12:29:21.893Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.747Z\",\n            \"__v\": 0,\n            \"activeDays\": \"1\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"16,27\",\n            \"numericPrice\": 1450000,\n            \"amenities\": \"\",\n            \"newAddress\": \"Alijó, Vila Real\",\n            \"lastSeen\": \"24-Jul-2025\",\n            \"price\": \"1.450.000\"\n        },\n        {\n            \"_id\": \"6870ffd34cd90eae6fe41b80\",\n            \"idAnnonce\": \"34204848\",\n            \"propertyIdAnnonce\": \"34204848\",\n            \"title\": \"Apartamento t2 à venda na Avenida Almirante Reis s/n\",\n            \"sellPrice\": \"357.500\",\n            \"surface\": \"75 m²\",\n            \"address\": \"Avenida Almirante Reis s/n Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Avenida Almirante Reis s/n Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"**TOTALMENTE MOBILADO E EQUIPADO**Apartamento T2, remodelado no coração de Lisboa- no Bairro de Arroios.Eleito o bairro mais cool de Lisboa pela Time Out Global. A casa tem uma arquitetura moderna, com dois quartos espaçosos, uma casa de banho, cozinha e uma sala ampla. Excelente exposição solar e muita luz natural apoiada pela varanda que liga também com a sala.Num edifício de placa totalmente renovado que mantém o seu charme original.Situado numa rua tranquila, perpendicular à Avenida Almirante Reis, este apartamento tem uma localização privilegiada pela proximidade de todo o tipo de comércio local, assim como as faculdades de prestígio- Instituto Superior Técnico, Colégio Sagrado Coração Maria, Colégio Amadeu Andrés.Próximo da Avª da Républica, Saldanha Residence, Atrium Saldanha e Monumental!A poucos metros a pé de distância da estação do Metropolitano de arroios, e de autocarros, encontra-se num local muito central e com imensas opções de comércio e serviços na envolvência.A escassos minutos a pé da Baixa de Lisboa, também conhecida pela Baixa Pombalina.Venha ver este excelente imóvel bem no centro de Lisboa!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-11\",\n                    \"Price\": \"369.500\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"357.500\"\n                },\n                {\n                    \"Date\": \"2025-07-22\",\n                    \"Price\": \"357.500\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"1\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"c\",\n            \"propertyType\": \"\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34204848/\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-22T08:20:38.116Z\",\n            \"createdAt\": \"2025-07-11T12:13:07.412Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.747Z\",\n            \"__v\": 0,\n            \"activeDays\": \"11\",\n            \"priceEvaluation\": -3.25,\n            \"priceMetersquare\": \"4.766,67\",\n            \"bathtub\": \"No\",\n            \"dryer\": \"No\",\n            \"microwave\": \"No\",\n            \"oven\": \"No\",\n            \"washingMachine\": \"No\",\n            \"numericPrice\": 357500,\n            \"amenities\": \"balcony\",\n            \"newAddress\": \"Avenida Almirante Reis s/n Bairro Alameda - Praça do Chile - Almirante Reis São Jorge de Arroios Arroios Lisboa, Lisboa\",\n            \"lastSeen\": \"22-Jul-2025\",\n            \"price\": \"357.500\"\n        },\n        {\n            \"_id\": \"68748739cb5bce29e27692a6\",\n            \"idAnnonce\": \"18775746\",\n            \"propertyIdAnnonce\": \"18775746\",\n            \"title\": \"Terreno Edificável com 7100 metros\",\n            \"sellPrice\": \"50.000\",\n            \"surface\": \"7100 m²\",\n            \"address\": \"3850-360, Alquerubim, Albergaria-a-Velha, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Albergaria-a-Velha\",\n            \"borough\": \"Alquerubim\",\n            \"neighborhood\": \"3850-360\",\n            \"datePublication\": \"2025-06-09\",\n            \"description\": \"Terreno rustico, urbanizavel, com 7100 Metros quadradosLargura de 30 metros, e área urbanizável de 1200 metros quadradosActualmente a eucaliptal, está em frente a estrada principal e em zona calma e sossegada\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-06-09\",\n                    \"Price\": \"50.000\"\n                },\n                {\n                    \"Date\": \"2025-06-10\",\n                    \"Price\": \"50.000\"\n                },\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"50.000\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"50.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Particular\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/terreno-edificavel-com-7100-metros-ID1gMqC\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-15T10:52:05.777Z\",\n            \"createdAt\": \"2025-07-14T04:27:37.388Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.747Z\",\n            \"__v\": 0,\n            \"activeDays\": \"46\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"7,04\",\n            \"numericPrice\": 50000,\n            \"amenities\": \"\",\n            \"newAddress\": \"Alquerubim, Albergaria-a-Velha, Aveiro\",\n            \"lastSeen\": \"15-Jul-2025\",\n            \"price\": \"50.000\"\n        },\n        {\n            \"_id\": \"687623aac360a01ca9976bb5\",\n            \"idAnnonce\": \"18680403\",\n            \"propertyIdAnnonce\": \"18680403\",\n            \"title\": \"T1 Duplex no Largo do Intendente\",\n            \"sellPrice\": \"395.000\",\n            \"surface\": \"79 m²\",\n            \"address\": \"Anjos, Arroios, Lisboa, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Lisboa\",\n            \"borough\": \"Arroios\",\n            \"neighborhood\": \"Anjos\",\n            \"datePublication\": \"2025-03-15\",\n            \"description\": \"Magnifico T1 Duplex vista largo do Intendente, quarto em Mezzanine envidraçada dando privacidade c/wc e pequena varanda para atrio interior. Cozinha em open space com teto muito alto dando amplitude à sala, wc social, tetos e paredes em betão e interruptores vintage, A/C nas 2 divisões, grande janela virada para o Largo (arrendado ate Dez 2025)\\n\\nEste é um bairro maioritariamente residencial e de comércio. As casas mantêm a arquitetura original, tendo por norma uma boa dimensão. De origem familiar, aqui concentra-se o comércio tradicional - lojas de mobiliário, cafés, restaurantes - mas igualmente se refletem as novas tendências. É um bairro muito interessante para viver, dada a sua centralidade, facilidade de acessos, rede de transportes públicos, proximidade a hospitais, escolas e Polícia.\\nArroios dispõe de três mercados recentemente requalificados e modernizados: Mercado 31 de Janeiro, Mercado de Arroios, com novos restaurantes à entrada, e Mercado do Forno do Tijolo, que alberga lojas com comércio tradicional, uma loja dos CTT - Correios de Portugal, a sala de leitura Clodomiro Alvarenga, o Complexo Desportivo Joaquim Campos, composto pela Piscina de Arroios, um polidesportivo e um parque infantil, assim como o Mercado de Culturas - um espaço multiusos que recebe projetos de cariz cultural. \\nCategoria Energética: B-\\n\\nMagnificent T1 Duplex overlooking Largo do Intendente, room on glass mezzanine providing privacy with en-suite bathroom and small balcony to internal atrium. Open-plan kitchen with very high ceiling giving spaciousness to the living room, guest bathroom, concrete ceilings and walls, vintage switches, A/C in both rooms, large window facing the Largo (rented until Dec 2025)\\n\\nThis is a predominantly residential and commercial neighborhood. The houses retain their original architecture, typically having a good size. Of familial origin, it concentrates traditional commerce here - furniture stores, cafes, restaurants - but new trends are also reflected. It is a very interesting neighborhood to live in, given its centrality, ease of access, public transport network, and proximity to hospitals, schools, and the Police.\\nArroios has three recently refurbished and modernized markets: Mercado 31 de Janeiro, Mercado de Arroios, with new restaurants at the entrance, and Mercado do Forno do Tijolo, which houses shops with traditional commerce, a CTT - Correios de Portugal store, the Clodomiro Alvarenga reading room, the Joaquim Campos Sports Complex, consisting of the Arroios Swimming Pool, a multisport facility, and a playground, as well as the Mercado de Culturas - a multipurpose space that hosts cultural projects. \\nEnergy Rating: B-\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-03-15\",\n                    \"Price\": \"400.000\"\n                },\n                {\n                    \"Date\": \"2025-05-16\",\n                    \"Price\": \"399.000\"\n                },\n                {\n                    \"Date\": \"2025-07-07\",\n                    \"Price\": \"395.000\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"395.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T1\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"Duplex\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/t1-duplex-no-largo-do-intendente-ID1gnCP\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-15T09:47:22.088Z\",\n            \"createdAt\": \"2025-07-15T09:47:22.089Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"132\",\n            \"priceEvaluation\": -1.25,\n            \"priceMetersquare\": \"5.000,00\",\n            \"numericPrice\": 395000,\n            \"amenities\": \"heating, elevator\",\n            \"newAddress\": \"Arroios, Lisboa, Lisboa\",\n            \"lastSeen\": \"15-Jul-2025\",\n            \"price\": \"395.000\"\n        },\n        {\n            \"_id\": \"68762359c360a01ca9976b81\",\n            \"idAnnonce\": \"18346191\",\n            \"propertyIdAnnonce\": \"18346191\",\n            \"title\": \"Apartamento T3 Novo em Arroios\",\n            \"sellPrice\": \"540.000\",\n            \"surface\": \"97 m²\",\n            \"address\": \"Anjos, Arroios, Lisboa, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Lisboa\",\n            \"borough\": \"Arroios\",\n            \"neighborhood\": \"Anjos\",\n            \"datePublication\": \"2024-06-06\",\n            \"description\": \"Localizado nos Anjos, Arroios, encontramos este apartamento que é ideal para desfrutar do estilo de vida urbano. Este apartamento T3 (suíte + 2 quartos) está localizado num empreendimento que tem 4 andares (06 pisos), 1 elevador e conta com um bicicletário comum e área de convívio com WC proporcionando praticidade e conforto aos moradores. Perfeito para famílias!\\nAo entrar neste apartamento de mais de 98 m2 deparamo-nos com sala de estar integrada com a sala de jantar. Tudo se une com a cozinha num ambiente Open Space, aproveitando a iluminação natural da ampla janela e de uma varanda, sendo voltado a leste para uma rua secundária e estando ao nível do segundo andar. A porta é blindada, tem porteiro electrónico com câmara, iluminação completa e um ar condicionado Dual Inverter.\\nTodos os acabamentos são de qualidade Premium. Cozinha com equipamentos Bosch, móveis embutidos, lavandaria e máquina de lavar roupa e máquina de secar roupa embutidas. E como cereja no topo do bolo, tem uma garrafeira da marca AEG, onde poderá armazenar os seus vinhos e espumantes mais requintados.\\nAs casas de banho são completas e possuem bancada em mármore Lioz e aquecedor para toalhas.\\nA suíte e quarto contam com ampla janela o que fornece imensa iluminação natural, tem armários embutidos, iluminação completa e ar condicionado Dual Inverter.\\nO terceiro quarto fica voltado Leste e tem também ampla janela e ar condicionado Dual Inverter.\\nTodo o apartamento tem estrutura pronta para conexões para TV a cabo, rede de computadores e uma excelente distribuição de fichas e tomadas elétricas.\\nO prédio conta ainda com modernas instalações e central de detecção de incêndio, extintores contra fogo, estrutura de conexão de mangueiras contra incêndio e luz de presença em suas áreas comuns.\\n\\nCom localização privilegiada, próximo a supermercados, ginásios, parques públicos, metro (linha verde nos anjos a 4 minutos a pé), este imóvel oferece acesso facilitado a uma vasta rede de transportes, tornando-o um excelente investimento para arrendamento de longa duração ou habitação própria no centro da cidade de Lisboa.\\nCombinando qualidade, localização e comodidades, este apartamento proporciona uma vida confortável e conveniente no coração de Lisboa. \\nCategoria Energética: B-\\n\\nLocated in Anjos, Arroios, we find this apartment that is ideal for enjoying the urban lifestyle. This 3 bedroom apartment (suite + 2 bedrooms) is located in a development that has 4 floors (06 floors), 1 elevator and has a common bicycle rack and living area with toilet providing practicality and comfort to residents. Perfect for families!\\nUpon entering this apartment measuring more than 98 m2, we come across a living room integrated with the dining room. Everything comes together with the kitchen in an Open Space environment, taking advantage of the natural lighting from the large window and a balcony, facing east towards a secondary street and being at the level of the second floor. The door is armored, has an electronic intercom with camera, complete lighting and Dual Inverter air conditioning.\\nAll finishes are of premium quality. Kitchen with Bosch equipment, built-in furniture, laundry room and built-in washing machine and tumble dryer. And as icing on the cake, there is an AEG wine cellar, where you can store your most exquisite wines and sparkling wines.\\nThe bathrooms are complete and have Lioz marble countertops and a towel warmer.\\nThe suite and bedroom have a large window that provides plenty of natural lighting, has built-in closets, complete lighting and Dual Inverter air conditioning.\\nThe third bedroom faces East and also has a large window and Dual Inverter air conditioning.\\nThe entire apartment has a structure ready for cable TV connections, a computer network and an excellent distribution of plugs and electrical sockets.\\nThe building also has modern installations and a fire detection center, fire extinguishers, fire hose connection structure and nightlights in its common areas.\\n\\nWith a privileged location, close to supermarkets, gyms, public parks, metro (green line in Anjos 4 minutes walk away), this property offers easy access to a vast transport network, making it an excellent investment for long-term rental or own housing in the city center of Lisbon.\\nCombining quality, location and amenities, this apartment provides comfortable and convenient living in the heart of Lisbon. \\nEnergy Rating: B-\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-11\",\n                    \"Price\": \"540.000\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"540.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-t3-novo-em-arroios-ID1eYGj\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-15T09:46:01.399Z\",\n            \"createdAt\": \"2025-07-15T09:46:01.400Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"414\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"5.567,01\",\n            \"numericPrice\": 540000,\n            \"amenities\": \"heating, elevator\",\n            \"newAddress\": \"Arroios, Lisboa, Lisboa\",\n            \"lastSeen\": \"15-Jul-2025\",\n            \"price\": \"540.000\"\n        },\n        {\n            \"_id\": \"6870ff124cd90eae6fe41ad9\",\n            \"idAnnonce\": \"18661144\",\n            \"propertyIdAnnonce\": \"18661144\",\n            \"title\": \"Apartamento T3 com Varandas | Penha de França, Lisboa\",\n            \"sellPrice\": \"350.000\",\n            \"surface\": \"112 m²\",\n            \"address\": \"Rua Conde de Monsaraz, Centro, Penha de França, Lisboa, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Lisboa\",\n            \"borough\": \"Penha de França\",\n            \"neighborhood\": \"Centro\",\n            \"datePublication\": \"2025-02-27\",\n            \"description\": \"Identificação do imóvel: ZMPT574633\\n\\n T3 Remodelado com Varandas na Penha de França | Lisboa – Espaço, Conforto e uma Vista Privilegiada! \\n\\nApresentamos este apartamento T3, localizado numa das zonas mais centrais de Lisboa, concretamente na Penha de França. Trata-se de um 4º andar sem elevador. Com uma área bruta privativa de 111,5 m², este imóvel oferece um espaço generoso e bem distribuído, ideal para famílias ou para quem procura um investimento.\\n\\n Características do Apartamento:\\n\\n-  Tipologia: T3\\n-  Área Bruta Privativa: 111,5 m²\\n-  Piso: 4º andar (sem elevador)\\n-  Estado: Totalmente remodelado há alguns anos\\n-  Distribuição: Hall de entrada, sala de estar e jantar, cozinha equipada com eletrodomésticos Bosch e varanda, duas casas de banho completa, dois quartos com roupeiros embutidos e um quarto/escritório.\\n Características do Prédio:\\n\\n-  Ambiente: Prédio calmo e bem organizado.\\n-  Edifício: Edifício de cave, rés-do-chão, 4 andares.\\n Localização e Proximidades: Situado na freguesia da Penha de França, este apartamento beneficia de uma localização privilegiada, com acesso facilitado a diversos serviços e comércios:\\n\\n-  Transportes Públicos: A poucos minutos de paragens de autocarro e próximo de estações de metro, garantindo fácil deslocação para várias zonas da cidade.\\n-  Educação: Proximidade a escolas e instituições de ensino, tornando-se conveniente para famílias com crianças.\\n-  Saúde: Nas imediações encontram-se farmácias e centros de saúde, assegurando acesso rápido a cuidados médicos.\\n-  Comércio e Serviços: A zona é servida por supermercados, mercearias, padarias e outros estabelecimentos comerciais, facilitando as compras do dia a dia.\\n-  Lazer e Cultura: Próximo de espaços culturais e de lazer, como o Miradouro da Senhora do Monte, a aproximadamente 14 minutos a pé, oferecendo vistas panorâmicas sobre a cidade.\\n-  Gastronomia: Nas redondezas, é possível encontrar uma variedade de restaurantes e cafés, como o Brick Café e a Carvoaria Jacto, reconhecidos pela qualidade e diversidade gastronómica.\\nEste apartamento representa uma excelente oportunidade para quem procura uma habitação própria ou um investimento no mercado de arrendamento, numa das zonas mais centrais e procuradas de Lisboa.\\n\\n Para mais informações ou para agendar uma visita, não hesite em contactar-nos!\\n\\nConheça a sua nova casa através das fotos e vídeo e faça a sua reserva sem sair do sofá com a ZOME NOW! Connosco sempre ao seu lado!\\n\\nConsigo sempre na procura de casa 3 razões para comprar com a Zome:\\n\\n+ Acompanhamento\\n\\nCom uma preparação e experiência única no mercado imobiliário, os consultores Zome põem toda a sua dedicação em dar-lhe o melhor acompanhamento, orientando-o com a máxima confiança, na direção certa das suas necessidades e ambições.\\n\\nDaqui para a frente, vamos criar uma relação próxima e escutar com atenção as suas expectativas, porque a nossa prioridade é a sua felicidade! Porque é importante que sinta que está acompanhado, e que estamos consigo sempre.\\n\\n+ Simples\\n\\nOs consultores Zome têm uma formação única no mercado, ancorada na partilha de experiência prática entre profissionais e fortalecida pelo conhecimento de neurociência aplicada que lhes permite simplificar e tornar mais eficaz a sua experiência imobiliária.\\n\\nDeixe para trás os pesadelos burocráticos porque na Zome encontra o apoio total de uma equipa experiente e multidisciplinar que lhe dá suporte prático em todos os aspectos fundamentais, para que a sua experiência imobiliária supere as expectativas.\\n\\n+ Feliz\\n\\nLiberte-se de preocupações e ganhe o tempo de qualidade que necessita para se dedicar ao que lhe faz mais feliz. Agimos diariamente para trazer mais valor à sua vida com o aconselhamento fiável de que precisa para, juntos, conseguirmos atingir os melhores resultados.\\n\\nCom a Zome nunca vai estar perdido ou desacompanhado e encontrará algo que não tem preço: a sua máxima tranquilidade!\\n\\nÉ assim que se vai sentir ao longo de toda a experiência: Tranquilo, seguro, confortável e ... FELIZ!\\n\\nNotas:\\n\\n- Caso seja um consultor imobiliário, este imóvel está disponível para partilha de negócio. Não hesite em apresentar aos seus clientes compradores e fale connosco para agendar a sua visita.\\n- Para maior facilidade na identificação deste imóvel, por favor, refira o respetivo ID ZMPT ou o respetivo agente que lhe tenha enviado a sugestão.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-02-27\",\n                    \"Price\": \"419.000\"\n                },\n                {\n                    \"Date\": \"2025-03-25\",\n                    \"Price\": \"409.000\"\n                },\n                {\n                    \"Date\": \"2025-04-10\",\n                    \"Price\": \"399.000\"\n                },\n                {\n                    \"Date\": \"2025-05-02\",\n                    \"Price\": \"389.000\"\n                },\n                {\n                    \"Date\": \"2025-05-13\",\n                    \"Price\": \"384.000\"\n                },\n                {\n                    \"Date\": \"2025-05-21\",\n                    \"Price\": \"375.000\"\n                },\n                {\n                    \"Date\": \"2025-07-08\",\n                    \"Price\": \"350.000\"\n                },\n                {\n                    \"Date\": \"2025-07-11\",\n                    \"Price\": \"350.000\"\n                },\n                {\n                    \"Date\": \"2025-07-15\",\n                    \"Price\": \"350.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"N.º de casas de banho:sem informação\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"E\",\n            \"propertyType\": \"\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-t3-com-varandas-penha-de-franca-lisboa-ID1giCc\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-15T09:36:49.179Z\",\n            \"createdAt\": \"2025-07-11T12:09:54.230Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"148\",\n            \"priceEvaluation\": -16.47,\n            \"priceMetersquare\": \"3.125,00\",\n            \"bathtub\": \"No\",\n            \"dryer\": \"No\",\n            \"microwave\": \"No\",\n            \"oven\": \"No\",\n            \"washingMachine\": \"No\",\n            \"numericPrice\": 350000,\n            \"amenities\": \"balcony, heating, elevator\",\n            \"newAddress\": \"Penha de França, Lisboa, Lisboa\",\n            \"lastSeen\": \"15-Jul-2025\",\n            \"price\": \"350.000\"\n        },\n        {\n            \"_id\": \"6874f8fda797fed7eab16d4a\",\n            \"idAnnonce\": \"33738601\",\n            \"propertyIdAnnonce\": \"0206\",\n            \"title\": \"Casa ou moradia à venda em Corte do Pinto\",\n            \"sellPrice\": \"150.000\",\n            \"surface\": \"250 m²\",\n            \"address\": \"Mértola, Beja\",\n            \"district\": \"Beja\",\n            \"municipality\": \"Mértola\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-03-11\",\n            \"description\": \"Imóvel situado na Mina de São Domingos conselho de Mértola.Este imóvel já com algumas obras de melhoramento pronto para fazer moradias independentes, ideal para investimento.Situado junto a praia fluvial da Mina de São Domingos.Marque já a sua visita.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"150.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"4\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"Yes\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"\",\n            \"propertyType\": \"Moradia\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/33738601/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:33:01.855Z\",\n            \"createdAt\": \"2025-07-14T12:33:01.857Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"136\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"600,00\",\n            \"numericPrice\": 150000,\n            \"amenities\": \"\",\n            \"newAddress\": \"Mértola, Beja\",\n            \"lastSeen\": null,\n            \"price\": \"150.000\"\n        },\n        {\n            \"_id\": \"6874f8dca797fed7eab16d14\",\n            \"idAnnonce\": \"32980491\",\n            \"propertyIdAnnonce\": \"9737\",\n            \"title\": \"Quinta à venda na rua da Igreja, 23 a\",\n            \"sellPrice\": \"125.000\",\n            \"surface\": \"200 m²\",\n            \"address\": \"Rua da Igreja, 23 A Corte do Pinto Mértola, Beja\",\n            \"district\": \"23 A Corte do Pinto Mértola\",\n            \"municipality\": \"Rua da Igreja\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-06-13\",\n            \"description\": \"Quinta com 2 moradias | praia Fluvial da Mina são DomingosOportunidade Única! Propriedade de Sonho em Santana de Cambas - MértolaImagine-se a viver ou investir numa propriedade deslumbrante, a poucos minutos da paradisíaca praia fluvial da Mina de São Domingos! Um verdadeiro refúgio no coração do Alentejo, onde a natureza e a tranquilidade se encontram.- Terreno Rico e ProdutivoCom uma vasta plantação de sobreiros, azinheiras, oliveiras e árvores de fruto, esta propriedade oferece um enorme potencial, seja para agricultura, lazer ou turismo rural.- Ideal para Turismo ou Refúgio PrivadoUma paisagem de cortar a respiração torna este local perfeito para um projeto de turismo rural ou para quem procura um retiro exclusivo, perto da praia fluvial, ideal para os amantes de desportos aquáticos e da natureza.- Infraestruturas EssenciaisConta com eletricidade (necessário pedido de baixada) e três poços de água, garantindo os recursos essenciais para qualquer projeto.- Habitações para ReconstruçãoDuas construções aguardam a sua visão para se tornarem numa casa de sonho ou num empreendimento turístico de sucesso!- Facilitamos o Seu Financiamento!Se o seu sonho precisa de apoio financeiro, tratamos de todo o processo por si, sem qualquer custo adicional! Trabalhamos com todas as entidades bancárias para garantir as melhores condições de crédito habitação.Não perca esta oportunidade!Contacte-nos já e venha conhecer esta joia escondida no Alentejo!Rui LanitaSCI IMOBILIÁRIA Categoria Energética: Isento ref: 9737.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"125.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"para renovar\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"\",\n            \"propertyType\": \"Quinta\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/32980491/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:32:28.931Z\",\n            \"createdAt\": \"2025-07-14T12:32:28.934Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"42\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"625,00\",\n            \"numericPrice\": 125000,\n            \"amenities\": \"\",\n            \"newAddress\": \"Rua da Igreja, 23 A Corte do Pinto Mértola\",\n            \"lastSeen\": null,\n            \"price\": \"125.000\"\n        },\n        {\n            \"_id\": \"6874f8543b495cf644b25f59\",\n            \"idAnnonce\": \"34323453\",\n            \"propertyIdAnnonce\": \"6688_345\",\n            \"title\": \"Apartamento t2 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"208.000\",\n            \"surface\": \"142 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-06-27\",\n            \"description\": \"2 com excelentes acabamentos a 5 minutos do centro de Águeda.Apresentamos este fantástico apartamento T2, localizado a poucos minutos do centro de Águeda, com acesso rápido a todo o comércio, serviços e escolas da cidade.O imóvel destaca-se pelos seus bons acabamentos e pelo conforto que oferece em todas as estações do ano. Conta com aquecimento central e recuperador de calor, ideal para criar um ambiente acolhedor nos meses mais frios. Para maior comodidade, dispõe ainda de aspiração central, facilitando a manutenção diária da casa.Dispõe de terraço privado, perfeito para momentos de lazer ou para refeições ao ar livre e garagem fechada, com espaço para estacionamento e arrumação.Se procura qualidade de construção, conforto e uma boa localização, esta pode ser a oportunidade que estava à espera.Agende já a sua visita!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"208.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"1\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"b-\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34323453/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:30:12.554Z\",\n            \"createdAt\": \"2025-07-14T12:30:12.555Z\",\n            \"updatedAt\": \"2025-07-25T09:22:42.748Z\",\n            \"__v\": 0,\n            \"activeDays\": \"28\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"1.464,79\",\n            \"numericPrice\": 208000,\n            \"amenities\": \"garage, balcony\",\n            \"newAddress\": \"Águeda, Aveiro\",\n            \"lastSeen\": null,\n            \"price\": \"208.000\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 3,\n        \"totalRecords\": 21,\n        \"pageSize\": 10\n    }\n}"}],"_postman_id":"4e5120e1-7d00-4a26-8486-f64b3f69d932"},{"name":"Get Property Details","id":"ec763b12-460c-4923-b52a-bc7228f6a33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/properties/6819c56e0989a9370d11c18f","description":"<h3 id=\"get-property-deatils\">Get Property Deatils</h3>\n<p>This endpoint makes an HTTP GET request to retrieve details of a specific property with the given ID. The response contains information about the property such as ID, title, price, surface area, address, district, municipality, borough, neighborhood, date of publication, description, price change history, number of bedrooms, number of bathrooms, garage availability, property condition, elevator availability, heating details, air conditioning availability, energy class, property type, balcony availability, advertiser type, duplex status, source, URL, status, creation and update timestamps.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/properties/{propertyId}</code></p>\n</li>\n<li><p><strong>Params</strong> : <code>propertyId</code></p>\n</li>\n</ul>\n<p>This request does not require a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>status</code> (string): The status of the response.</p>\n</li>\n<li><p><code>message</code> (string): A message associated with the response status.</p>\n</li>\n<li><p><code>data</code> (object): Contains detailed information about the property including its ID, title, price, surface area, address, district, municipality, borough, neighborhood, date of publication, description, price change history, number of bedrooms, number of bathrooms, garage availability, property condition, elevator availability, heating details, air conditioning availability, energy class, property type, balcony availability, advertiser type, duplex status, source, URL, status, creation and update timestamps.</p>\n</li>\n</ul>\n<p>Please note that the actual data values are masked for privacy and are not included in the response description.</p>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Property Details get successfully\",\n    \"data\": {\n        \"_id\": \"6819c56e0989a9370d11c18f\",\n        \"idAnnonce\": 33028561,\n        \"title\": \"Duplex à venda em Matosinhos Sul - Marginal\",\n        \"price\": \"875.000\",\n        \"surface\": \"197 m² área bruta\",\n        \"address\": \"Matosinhos e Leça da Palmeira, Matosinhos, Porto\",\n        \"district\": \"Porto\",\n        \"municipality\": \"Matosinhos\",\n        \"borough\": \"Matosinhos e Leça da Palmeira\",\n        \"neighborhood\": null,\n        \"datePublication\": \"2025-02-15\",\n        \"description\": \"\\nApartamento T4 Duplex, com excelentes áreas e magnífica exposição solar, localizado em zona premium de Matosinhos Sul.Imóvel muito amplo, com layout bem definido e funcional, no primeiro piso tem um hall de entrada, sala comum com varanda, cozinha totalmente equipada, lavandaria, wc de serviço e arrumo.No segundo piso encontram-se quatro quartos, sendo um deles suite, um outro wc completo e mais um arrumo.O imóvel inclui ainda 2 lugares de garagem.Este duplex encontra-se próximo de todo o tipo de comodidades, serviços, comércio, transportes e atrações turísticas.CARACTERÍSTICAS:Área: 197 m2Área Útil: 197 m2Quartos: 4Banhos: 3Garagem: 2Eficiência Energética: CGalardoada internacionalmente, a LUXIMOS Christie´s tem para venda mais de 1200 imóveis em Portugal (apartamentos, moradias, prédios, terrenos, etc.. . ) e oferece um serviço de excelência na mediação imobiliária nos mercados onde atua. Integrando a rede Christie´s International Real Estate e através dos seus seus 1350 escritórios distribuídos por 46 países presta os seus serviços aos donos de propriedades que estão a vender o seu imóvel e aos interessados nacionais e internacionais, que estão a comprar um imóvel em Portugal. LIc AMI 9063.\\n\",\n        \"priceChange\": [\n            {\n                \"Date\": \"2025-05-06\",\n                \"Price\": \"875.000\"\n            }\n        ],\n        \"nbBedrooms\": \"T4\",\n        \"nbBathrooms\": \"3\",\n        \"garage\": \"Yes\",\n        \"propertyCondition\": null,\n        \"ander\": \"4\",\n        \"elevator\": \"Yes\",\n        \"heating\": \"Yes\",\n        \"airConditioning\": \"No\",\n        \"energyClass\": \"c\",\n        \"propertyType\": \"Arrecadação\",\n        \"balcony\": \"Yes\",\n        \"advertiserType\": \"Profissional\",\n        \"duplex\": \"duplex\",\n        \"source\": \"idealista\",\n        \"url\": \"https://www.idealista.pt/imovel/33028561/\",\n        \"status\": \"active\",\n        \"createdAt\": \"2025-05-06T08:16:46.593Z\",\n        \"updatedAt\": \"2025-05-06T08:16:46.593Z\",\n        \"id\": \"6819c56e0989a9370d11c18f\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","properties","6819c56e0989a9370d11c18f"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"09996777-8ef5-4806-9031-b2b206af8661","name":"Get Property Details","originalRequest":{"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/properties/6819c56e0989a9370d11c18f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2299"},{"key":"ETag","value":"W/\"8fb-Zkl9khWM5F0kKjJE5JVRfg0+xOQ\""},{"key":"Date","value":"Tue, 06 May 2025 09:03:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Property Details get successfully\",\n    \"data\": {\n        \"_id\": \"6819c56e0989a9370d11c18f\",\n        \"idAnnonce\": 33028561,\n        \"title\": \"Duplex à venda em Matosinhos Sul - Marginal\",\n        \"price\": \"875.000\",\n        \"surface\": \"197 m² área bruta\",\n        \"address\": \"Matosinhos e Leça da Palmeira, Matosinhos, Porto\",\n        \"district\": \"Porto\",\n        \"municipality\": \"Matosinhos\",\n        \"borough\": \"Matosinhos e Leça da Palmeira\",\n        \"neighborhood\": null,\n        \"datePublication\": \"2025-02-15\",\n        \"description\": \"\\nApartamento T4 Duplex, com excelentes áreas e magnífica exposição solar, localizado em zona premium de Matosinhos Sul.<br><br>Imóvel&nbsp;muito&nbsp;amplo, com layout bem definido e funcional, no primeiro piso tem um hall de entrada, sala comum com varanda, cozinha totalmente equipada, lavandaria, wc de serviço e arrumo.<br><br>No segundo piso encontram-se quatro quartos, sendo um deles suite, um outro wc completo e mais um arrumo.<br><br>O imóvel inclui ainda 2 lugares de garagem.<br><br>Este duplex encontra-se próximo de todo o tipo de comodidades, serviços, comércio, transportes e atrações turísticas.<br>CARACTERÍSTICAS:<br>Área: 197 m2<br>Área Útil: 197 m2<br>Quartos: 4<br>Banhos: 3<br>Garagem: 2<br>Eficiência Energética: C<br>Galardoada internacionalmente, a LUXIMOS Christie´s tem para venda mais de 1200 imóveis em Portugal (apartamentos, moradias, prédios, terrenos, etc.. . ) e oferece um serviço de excelência na mediação imobiliária nos mercados onde atua. Integrando a rede Christie´s International Real Estate e através dos seus seus 1350 escritórios distribuídos por 46 países presta os seus serviços aos donos de propriedades que estão a vender o seu imóvel e aos interessados nacionais e internacionais, que estão a comprar um imóvel em Portugal.<br> LIc AMI 9063.\\n\",\n        \"priceChange\": [\n            {\n                \"Date\": \"2025-05-06\",\n                \"Price\": \"875.000\"\n            }\n        ],\n        \"nbBedrooms\": \"T4\",\n        \"nbBathrooms\": \"3\",\n        \"garage\": \"Yes\",\n        \"propertyCondition\": null,\n        \"ander\": \"4\",\n        \"elevator\": \"Yes\",\n        \"heating\": \"Yes\",\n        \"airConditioning\": \"No\",\n        \"energyClass\": \"c\",\n        \"propertyType\": \"Arrecadação\",\n        \"balcony\": \"Yes\",\n        \"advertiserType\": \"Profissional\",\n        \"duplex\": \"duplex\",\n        \"source\": \"idealista\",\n        \"url\": \"https://www.idealista.pt/imovel/33028561/\",\n        \"status\": \"active\",\n        \"createdAt\": \"2025-05-06T08:16:46.593Z\",\n        \"updatedAt\": \"2025-05-06T08:16:46.593Z\",\n        \"id\": \"6819c56e0989a9370d11c18f\"\n    }\n}"}],"_postman_id":"ec763b12-460c-4923-b52a-bc7228f6a33c"},{"name":"Create PropertiesLogs","id":"302d3482-ad1f-48dc-ab4d-05ba664635c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"idAnnonce\": \"18734927\",\r\n        \"title\": \"Apartamento, 130 m², Ribeirão\",\r\n        \"price\": \"754\",\r\n        \"surface\": \"130m²\",\r\n        \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\r\n        \"street\": null,\r\n        \"district\": \"Braga\",\r\n        \"municipality\": null,\r\n        \"borough\": \"Vila Nova de Famalicão\",\r\n        \"neighborhood\": \"Ribeirão\",\r\n        \"datePublication\": \"\",\r\n        \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\r\n        \"priceChange\": [],\r\n        \"nbBedrooms\": \"T2\",\r\n        \"nbBathrooms\": \"1\",\r\n        \"garage\": \"Yes\",\r\n        \"propertyCondition\": null,\r\n        \"ander\": \"1/2\",\r\n        \"elevator\": \"Yes\",\r\n        \"heating\": \"Yes\",\r\n        \"airConditioning\": \"No\",\r\n        \"energyClass\": \"B\",\r\n        \"propertyType\": \"Garagem\",\r\n        \"balcony\": \"Yes\",\r\n        \"advertiserType\": null,\r\n        \"duplex\": null,\r\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\r\n        \"source\": \"imovirtual\",\r\n        \"userId\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/propertiesLogs","description":"<h2 id=\"add-property-logs\">Add Property Logs</h2>\n<h3 id=\"request-method\">Request Method</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/propertiesLogs</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should contain a JSON array of property log objects, each with the following parameters:</p>\n<ul>\n<li><p><strong>idAnnonce</strong> (string): Unique identifier for the property announcement.</p>\n</li>\n<li><p><strong>title</strong> (string): Title of the property.</p>\n</li>\n<li><p><strong>price</strong> (string): Price of the property.</p>\n</li>\n<li><p><strong>surface</strong> (string): Surface area of the property.</p>\n</li>\n<li><p><strong>address</strong> (string): Full address of the property.</p>\n</li>\n<li><p><strong>district</strong> (string): The district where the property is located.</p>\n</li>\n<li><p><strong>borough</strong> (string): The borough of the property.</p>\n</li>\n<li><p><strong>neighborhood</strong> (string): The neighborhood of the property.</p>\n</li>\n<li><p><strong>datePublication</strong> (string): Publication date of the property listing.</p>\n</li>\n<li><p><strong>description</strong> (string): Description of the property.</p>\n</li>\n<li><p><strong>priceChange</strong> (array): Array of objects detailing price changes, each containing:</p>\n<ul>\n<li><p><strong>Date</strong> (string): Date of the price change.</p>\n</li>\n<li><p><strong>Price</strong> (string): New price after the change.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>nbBedrooms</strong> (string): Number of bedrooms in the property.</p>\n</li>\n<li><p><strong>nbBathrooms</strong> (string): Number of bathrooms in the property.</p>\n</li>\n<li><p><strong>garage</strong> (string): Indicates if there is a garage.</p>\n</li>\n<li><p><strong>propertyCondition</strong> (string, optional): Condition of the property.</p>\n</li>\n<li><p><strong>ander</strong> (string): Additional property features.</p>\n</li>\n<li><p><strong>elevator</strong> (string): Indicates if there is an elevator.</p>\n</li>\n<li><p><strong>heating</strong> (string): Indicates if there is heating.</p>\n</li>\n<li><p><strong>airConditioning</strong> (string): Indicates if there is air conditioning.</p>\n</li>\n<li><p><strong>energyClass</strong> (string): Energy efficiency class of the property.</p>\n</li>\n<li><p><strong>propertyType</strong> (string): Type of property (e.g., apartment, garage).</p>\n</li>\n<li><p><strong>balcony</strong> (string): Indicates if there is a balcony.</p>\n</li>\n<li><p><strong>advertiserType</strong> (string, optional): Type of advertiser.</p>\n</li>\n<li><p><strong>duplex</strong> (string, optional): Indicates if the property is a duplex.</p>\n</li>\n<li><p><strong>url</strong> (string): URL link to the property listing.</p>\n</li>\n<li><p><strong>source</strong> (string): Source of the property listing.</p>\n</li>\n<li><p><strong>userId</strong> (string, optional): Identifier for the user associated with the property.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response will be a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): Status of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): Message related to the request.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains:</p>\n<ul>\n<li><p><strong>newProperty</strong> (object): Details of the newly added property, including:</p>\n<ul>\n<li><p><strong>idAnnonce</strong> (number): Unique identifier for the new property.</p>\n</li>\n<li><p><strong>title</strong> (string): Title of the new property.</p>\n</li>\n<li><p><strong>price</strong> (string): Price of the new property.</p>\n</li>\n<li><p><strong>surface</strong> (string): Surface area of the new property.</p>\n</li>\n<li><p><strong>address</strong> (string): Full address of the new property.</p>\n</li>\n<li><p><strong>district</strong> (string): District of the new property.</p>\n</li>\n<li><p><strong>borough</strong> (string): Borough of the new property.</p>\n</li>\n<li><p><strong>neighborhood</strong> (string): Neighborhood of the new property.</p>\n</li>\n<li><p><strong>description</strong> (string): Description of the new property.</p>\n</li>\n<li><p><strong>priceChange</strong> (array): Array of price change objects.</p>\n</li>\n<li><p><strong>nbBedrooms</strong> (string): Number of bedrooms in the new property.</p>\n</li>\n<li><p><strong>nbBathrooms</strong> (string): Number of bathrooms in the new property.</p>\n</li>\n<li><p><strong>garage</strong> (string): Garage availability.</p>\n</li>\n<li><p><strong>propertyCondition</strong> (string, optional): Condition of the new property.</p>\n</li>\n<li><p><strong>ander</strong> (string): Additional features.</p>\n</li>\n<li><p><strong>elevator</strong> (string): Elevator availability.</p>\n</li>\n<li><p><strong>heating</strong> (string): Heating availability.</p>\n</li>\n<li><p><strong>airConditioning</strong> (string): Air conditioning availability.</p>\n</li>\n<li><p><strong>energyClass</strong> (string): Energy efficiency class.</p>\n</li>\n<li><p><strong>propertyType</strong> (string): Type of property.</p>\n</li>\n<li><p><strong>balcony</strong> (string): Balcony availability.</p>\n</li>\n<li><p><strong>source</strong> (string): Source of the new property listing.</p>\n</li>\n<li><p><strong>url</strong> (string): URL link to the new property listing.</p>\n</li>\n<li><p><strong>status</strong> (string): Status of the new property.</p>\n</li>\n<li><p><strong>_id</strong> (string): Unique identifier for the new property record.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Creation timestamp of the new property.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Last updated timestamp of the new property.</p>\n</li>\n<li><p><strong>id</strong> (string): Identifier for the new property.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>updatedLog</strong> (object): Contains the details of the updated log entry.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint allows users to add new property logs to the system, providing detailed information about each property for better management and tracking.</p>\n","urlObject":{"protocol":"https","path":["api","v1","propertiesLogs"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"66e9b5e9-b2b8-4095-af4e-85c3dd020059","name":"Save Properties Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"idAnnonce\": \"18734927\",\r\n        \"title\": \"Apartamento, 130 m², Ribeirão\",\r\n        \"price\": \"754\",\r\n        \"surface\": \"130m²\",\r\n        \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\r\n        \"street\": null,\r\n        \"district\": \"Braga\",\r\n        \"municipality\": null,\r\n        \"borough\": \"Vila Nova de Famalicão\",\r\n        \"neighborhood\": \"Ribeirão\",\r\n        \"datePublication\": \"\",\r\n        \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\r\n        \"priceChange\": [],\r\n        \"nbBedrooms\": \"T2\",\r\n        \"nbBathrooms\": \"1\",\r\n        \"garage\": \"Yes\",\r\n        \"propertyCondition\": null,\r\n        \"ander\": \"1/2\",\r\n        \"elevator\": \"Yes\",\r\n        \"heating\": \"Yes\",\r\n        \"airConditioning\": \"No\",\r\n        \"energyClass\": \"B\",\r\n        \"propertyType\": \"Garagem\",\r\n        \"balcony\": \"Yes\",\r\n        \"advertiserType\": null,\r\n        \"duplex\": null,\r\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\r\n        \"source\": \"imovirtual\",\r\n        \"userId\": null\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/properties"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2200"},{"key":"ETag","value":"W/\"898-Go9uowoRRd9UcHS1Yb2MYrmjBMI\""},{"key":"Date","value":"Tue, 06 May 2025 07:27:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"New property created and logged\",\n    \"data\": {\n        \"newProperty\": {\n            \"idAnnonce\": 18734927,\n            \"title\": \"Apartamento, 130 m², Ribeirão\",\n            \"price\": \"754\",\n            \"surface\": \"130m²\",\n            \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\n            \"district\": \"Braga\",\n            \"municipality\": null,\n            \"borough\": \"Vila Nova de Famalicão\",\n            \"neighborhood\": \"Ribeirão\",\n            \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-05-06\",\n                    \"Price\": \"754\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": null,\n            \"ander\": \"1/2\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"Yes\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": null,\n            \"duplex\": null,\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\n            \"status\": \"active\",\n            \"_id\": \"6819b9daad891d76518278c0\",\n            \"createdAt\": \"2025-05-06T07:27:22.861Z\",\n            \"updatedAt\": \"2025-05-06T07:27:22.861Z\",\n            \"id\": \"6819b9daad891d76518278c0\"\n        },\n        \"updatedLog\": {\n            \"_id\": \"6819b9d9ad891d76518278bd\",\n            \"idAnnonce\": 18734927,\n            \"title\": \"Apartamento, 130 m², Ribeirão\",\n            \"price\": \"754\",\n            \"surface\": \"130m²\",\n            \"address\": \"Ribeirão, Vila Nova de Famalicão, Braga\",\n            \"district\": \"Braga\",\n            \"municipality\": null,\n            \"borough\": \"Vila Nova de Famalicão\",\n            \"neighborhood\": \"Ribeirão\",\n            \"datePublication\": \"\",\n            \"description\": \"alugo apartamento T2+1 com garagem fechada e arrumos fechadosapartamento com al de entrada, cozinha, lavandaria, sala, dois quartos com roupeiro embutido e porta janela, um quarto sem janela uma casa de banho, varanda\",\n            \"priceChange\": [],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": null,\n            \"ander\": \"1/2\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"Yes\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"B\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": null,\n            \"duplex\": null,\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/apartamento-130-m-ribeirao-ID1gBOT\",\n            \"userId\": null,\n            \"status\": \"active\",\n            \"created_at\": \"2025-05-06T07:24:02.076Z\",\n            \"__v\": 0,\n            \"propertyId\": \"6819b9daad891d76518278c0\",\n            \"id\": \"6819b9d9ad891d76518278bd\"\n        }\n    }\n}"}],"_postman_id":"302d3482-ad1f-48dc-ab4d-05ba664635c1"},{"name":"Update Setting","id":"0da1c806-0786-4582-a141-5663f00f4aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"notificationDay\": \"Monday\",\r\n    \"timeInterval\": 5,\r\n    \"json\": {\r\n        \"imovirtual\": {\r\n            \"PropertyType\": [\r\n                {\r\n                    \"querySelectorText\": \".e4rbt3a7\",\r\n                    \"text\": \"arrendar\"\r\n                }\r\n            ],\r\n            \"idAnnonce\": [\r\n                {\r\n                    \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\r\n                }\r\n            ],\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Área\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"a[href='#map']\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelectorText\": \"div[data-testid='textWrapper']\",\r\n                    \"text\": \"Anúncio publicado\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\r\n                }\r\n            ],\r\n            \"Price_Change\": [\r\n                {\r\n                    \"querySelector\": \"div[data-testid='textWrapper']\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"N.º de casas de banho\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"totalmente remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente reconstruído\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recuperado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"bom estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de reabilitação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de intervenções\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por fazer\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"sem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"com elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"possui elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"elevador\",\r\n                            \"value\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Aquecimento central\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Sistema de aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Certificado energético\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\r\n                }\r\n            ],\r\n            \"Login_Session\": {\r\n                \"querySelector\": \"input[aria-label='E-mail']\"\r\n            }\r\n        },\r\n        \"idealista\": {\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \".main-info__title-main\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \".info-data-price .txt-bold\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features span\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"m²\"\r\n                        },\r\n                        {\r\n                            \"text\": \"m2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"#headerMap .header-map-list\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelector\": \"#stats .stats-text\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \".comment p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title h1\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"casas de banho\"\r\n                        },\r\n                        {\r\n                            \"text\": \"casa de banho\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Mastro\",\r\n                            \"value\": \"Mastro\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recente renovação\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"estado impecável\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"construção recente\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de intervenção\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de renovação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior degradado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por concluir\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de modernização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita pequenas obras\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Aquecimento central\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Aquecimento\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de aquecimento\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Classe energética\",\r\n                            \"tag\": \"span\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".professional-name .name\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title-main\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"tipo duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"apartamento duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar duplex\",\r\n                            \"value\": \"duplex\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Furnished\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"totalmente equipada e mobilada\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Bathtub\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"inclui uma banheira\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Washing_Machine\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"máquina de lavar\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Dryer\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Dryer\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Oven\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"forno\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Microwave\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"microondas\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/setting","description":"<p>The HTTP POST request to <code>/api/v1/setting</code> is used to configure settings for web scraping from different real estate websites. The request body contains a JSON payload with values for different selectors and attributes related to real estate listings on websites like imovirtual and idealista.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON schema representing the structure of the data that will be returned when the settings are applied and the web scraping is performed. The JSON schema will define the properties and their types that will be present in the response data.</p>\n<p>Example JSON Schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Setting successfully created or updated!\",\n    \"data\": {\n        \"_id\": \"683564fd7f14f7b710d1b7d2\",\n        \"__v\": 0,\n        \"timeInterval\": 5,\n        \"json\": {\n            \"imovirtual\": {\n                \"PropertyType\": [\n                    {\n                        \"querySelectorText\": \".e4rbt3a7\",\n                        \"text\": \"arrendar\"\n                    }\n                ],\n                \"idAnnonce\": [\n                    {\n                        \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\n                    }\n                ],\n                \"Title\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Área\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"a[href='#map']\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelectorText\": \"div[data-testid='textWrapper']\",\n                        \"text\": \"Anúncio publicado\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\n                    }\n                ],\n                \"Price_Change\": [\n                    {\n                        \"querySelector\": \"div[data-testid='textWrapper']\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"N.º de casas de banho\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"totalmente remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente reconstruído\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recuperado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"bom estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de reabilitação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de intervenções\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por fazer\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"sem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"com elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"possui elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"elevador\",\n                                \"value\": \"1\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Aquecimento central\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Sistema de aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"sem aquecimento\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem aquecimento\",\n                                \"value\": \"0\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Certificado energético\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\n                    }\n                ],\n                \"Login_Session\": {\n                    \"querySelector\": \"input[aria-label='E-mail']\"\n                }\n            },\n            \"idealista\": {\n                \"Title\": [\n                    {\n                        \"querySelector\": \".main-info__title-main\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \".info-data-price .txt-bold\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features span\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"m²\"\n                            },\n                            {\n                                \"text\": \"m2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"#headerMap .header-map-list\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelector\": \"#stats .stats-text\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \".comment p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title h1\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"casas de banho\"\n                            },\n                            {\n                                \"text\": \"casa de banho\"\n                            }\n                        ]\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Mastro\",\n                                \"value\": \"Mastro\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recente renovação\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"estado impecável\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"prédio novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"imóvel novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"construção recente\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para remodelar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de intervenção\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de renovação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"interior degradado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por concluir\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"precisa de modernização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"imóvel antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita pequenas obras\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Aquecimento central\"\n                            },\n                            {\n                                \"boolText\": \"Aquecimento\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de aquecimento\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Classe energética\",\n                                \"tag\": \"span\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".professional-name .name\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title-main\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"tipo duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"apartamento duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"andar duplex\",\n                                \"value\": \"duplex\"\n                            }\n                        ]\n                    }\n                ],\n                \"Furnished\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"totalmente equipada e mobilada\"\n                            }\n                        ]\n                    }\n                ],\n                \"Bathtub\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"inclui uma banheira\"\n                            }\n                        ]\n                    }\n                ],\n                \"Washing_Machine\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"máquina de lavar\"\n                            }\n                        ]\n                    }\n                ],\n                \"Dryer\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Dryer\"\n                            }\n                        ]\n                    }\n                ],\n                \"Oven\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"forno\"\n                            }\n                        ]\n                    }\n                ],\n                \"Microwave\": [\n                    {\n                        \"querySelectorMutiText\": \".comment p\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"microondas\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        \"notificationDay\": \"Monday\",\n        \"id\": \"683564fd7f14f7b710d1b7d2\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","setting"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"452cb0f5-f79f-445f-98f2-c6c6b629e9ac","name":"Create Setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"value\": {\r\n        \"imovirtual\": {\r\n            \"Id_advert\": {\r\n                \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\r\n            },\r\n            \"Title\": {\r\n                \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\r\n            },\r\n            \"Price\": {\r\n                \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\r\n            },\r\n            \"Surface\": {\r\n                \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\r\n            },\r\n            \"Address\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"Street\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"District\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"Municipality\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"Borough\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"Neighborhood\": {\r\n                \"querySelector\": \"a[href='#map']\"\r\n            },\r\n            \"Date_Publication\": {\r\n                \"querySelector\": \"div[data-testid='textWrapper']\",\r\n                \"text\": \"Anúncio publicado\"\r\n            },\r\n            \"Description\": {\r\n                \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\r\n            },\r\n            \"Price_Change\": {\r\n                \"querySelector\": \"div[data-testid='textWrapper']\"\r\n            },\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelector\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"totalmente remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente reconstruído\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recuperado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"bom estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de reabilitação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de intervenções\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por fazer\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelector\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Andar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"Elevador\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"com elevador\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"possui elevador\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Heating\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"Aquecimento\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Aquecimento central\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Sistema de aquecimento\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Air_Conditioning\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"Ar Condicionado\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Com ar condicionado\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Sistema de ar condicionado\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Energy_Class\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Certificado energético\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Property_Type\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Apartamento\",\r\n                        \"value\": \"Apartamento\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Armazém\",\r\n                        \"value\": \"Armazém\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Arrecadação\",\r\n                        \"value\": \"Arrecadação\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Bungalow\",\r\n                        \"value\": \"Bungalow\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa Rústica\",\r\n                        \"value\": \"Casa Rústica\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa Senhorial\",\r\n                        \"value\": \"Casa Senhorial\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa de Pedra\",\r\n                        \"value\": \"Casa de Pedra\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Construção recente\",\r\n                        \"value\": \"Construção recente\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Duplex\",\r\n                        \"value\": \"Duplex\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Edifício\",\r\n                        \"value\": \"Edifício\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Escritório\",\r\n                        \"value\": \"Escritório\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Espaço Comercial\",\r\n                        \"value\": \"Espaço Comercial\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Estúdio\",\r\n                        \"value\": \"Estúdio\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Garagem\",\r\n                        \"value\": \"Garagem\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Imóvel de Férias\",\r\n                        \"value\": \"Imóvel de Férias\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Imóvel novo\",\r\n                        \"value\": \"Imóvel novo\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Loft\",\r\n                        \"value\": \"Loft\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Mansão\",\r\n                        \"value\": \"Mansão\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia\",\r\n                        \"value\": \"Moradia\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia Geminada\",\r\n                        \"value\": \"Moradia Geminada\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia Isolada\",\r\n                        \"value\": \"Moradia Isolada\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia em Banda\",\r\n                        \"value\": \"Moradia em Banda\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Penthouse\",\r\n                        \"value\": \"Penthouse\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Prédio\",\r\n                        \"value\": \"Prédio\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Quarto\",\r\n                        \"value\": \"Quarto\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Quinta\",\r\n                        \"value\": \"Quinta\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Terreno\",\r\n                        \"value\": \"Terreno\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Trespasso\",\r\n                        \"value\": \"Trespasso\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Vivenda\",\r\n                        \"value\": \"Vivenda\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Balcony\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"terraço\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"com terraço\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"terraço privativo\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"varanda\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"varandas\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"com varanda\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Advertiser_type\": {\r\n                \"querySelector\": \".css-1xw0jqp\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Profissional\",\r\n                        \"value\": \"Profissional\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Particular\",\r\n                        \"value\": \"Particular\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Agência imobiliária\",\r\n                        \"value\": \"Agência\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Promotor\",\r\n                        \"value\": \"Promotor\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Construtor\",\r\n                        \"value\": \"Construtor\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Banco\",\r\n                        \"value\": \"Banco\"\r\n                    }\r\n                ]\r\n            },\r\n            \"duplex\": {\r\n                \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\r\n            },\r\n            \"Login_Session\": {\r\n                \"querySelector\": \"div[aria-label='E-mail'] .n-textinput-layout input\"\r\n            }\r\n        },\r\n        \"idealista\": {\r\n            \"Title\": {\r\n                \"querySelector\": \".main-info__title-main\"\r\n            },\r\n            \"Price\": {\r\n                \"querySelector\": \".info-data-price .txt-bold\"\r\n            },\r\n            \"Surface\": {\r\n                \"querySelector\": \".info-features span\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"m²\"\r\n                    },\r\n                    {\r\n                        \"text\": \"m2\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Address\": {\r\n                \"querySelector\": \"#headerMap .header-map-list\"\r\n            },\r\n            \"Date_Publication\": {\r\n                \"querySelector\": \"#stats .stats-text\"\r\n            },\r\n            \"Description\": {\r\n                \"querySelector\": \".comment p\"\r\n            },\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelector\": \".main-info__title h1\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"4 casas de banho\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5 casas de banho\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3 casas de banho\",\r\n                            \"value\": \"3\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelector\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Mastro\",\r\n                            \"value\": \"Mastro\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recente renovação\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"estado impecável\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"construção recente\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de intervenção\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de renovação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior degradado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por concluir\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de modernização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita pequenas obras\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelector\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelector\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": {\r\n                \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"Aquecimento central\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Aquecimento\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Sistema de aquecimento\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Air_Conditioning\": {\r\n                \"querySelector\": \".details-property-feature-two .details-property_features li\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"Ar Condicionado\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Com ar condicionado\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"Sistema de ar condicionado\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Energy_Class\": {\r\n                \"querySelector\": \".details-property-feature-two .details-property_features li\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Classe energética\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Property_Type\": {\r\n                \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Apartamento\",\r\n                        \"value\": \"Apartamento\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Armazém\",\r\n                        \"value\": \"Armazém\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Arrecadação\",\r\n                        \"value\": \"Arrecadação\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Bungalow\",\r\n                        \"value\": \"Bungalow\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa Rústica\",\r\n                        \"value\": \"Casa Rústica\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa Senhorial\",\r\n                        \"value\": \"Casa Senhorial\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Casa de Pedra\",\r\n                        \"value\": \"Casa de Pedra\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Construção recente\",\r\n                        \"value\": \"Construção recente\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Duplex\",\r\n                        \"value\": \"Duplex\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Edifício\",\r\n                        \"value\": \"Edifício\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Escritório\",\r\n                        \"value\": \"Escritório\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Espaço Comercial\",\r\n                        \"value\": \"Espaço Comercial\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Estúdio\",\r\n                        \"value\": \"Estúdio\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Garagem\",\r\n                        \"value\": \"Garagem\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Imóvel de Férias\",\r\n                        \"value\": \"Imóvel de Férias\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Imóvel novo\",\r\n                        \"value\": \"Imóvel novo\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Loft\",\r\n                        \"value\": \"Loft\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Mansão\",\r\n                        \"value\": \"Mansão\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia\",\r\n                        \"value\": \"Moradia\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia Geminada\",\r\n                        \"value\": \"Moradia Geminada\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia Isolada\",\r\n                        \"value\": \"Moradia Isolada\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Moradia em Banda\",\r\n                        \"value\": \"Moradia em Banda\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Penthouse\",\r\n                        \"value\": \"Penthouse\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Prédio\",\r\n                        \"value\": \"Prédio\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Quarto\",\r\n                        \"value\": \"Quarto\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Quinta\",\r\n                        \"value\": \"Quinta\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Terreno\",\r\n                        \"value\": \"Terreno\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Trespasso\",\r\n                        \"value\": \"Trespasso\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Vivenda\",\r\n                        \"value\": \"Vivenda\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Balcony\": {\r\n                \"querySelector\": \".details-property-feature-one .details-property_features li\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"boolText\": \"terraço\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"com terraço\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"terraço privativo\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"varanda\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"varandas\"\r\n                    },\r\n                    {\r\n                        \"boolText\": \"com varanda\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Advertiser_type\": {\r\n                \"querySelector\": \".professional-name .name\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"Profissional\",\r\n                        \"value\": \"Profissional\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Particular\",\r\n                        \"value\": \"Particular\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Agência imobiliária\",\r\n                        \"value\": \"Agência\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Promotor\",\r\n                        \"value\": \"Promotor\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Construtor\",\r\n                        \"value\": \"Construtor\"\r\n                    },\r\n                    {\r\n                        \"text\": \"Banco\",\r\n                        \"value\": \"Banco\"\r\n                    }\r\n                ]\r\n            },\r\n            \"Duplex\": {\r\n                \"querySelector\": \".main-info__title-main\",\r\n                \"mutiText\": [\r\n                    {\r\n                        \"text\": \"duplex\",\r\n                        \"value\": \"duplex\"\r\n                    },\r\n                    {\r\n                        \"text\": \"tipo duplex\",\r\n                        \"value\": \"duplex\"\r\n                    },\r\n                    {\r\n                        \"text\": \"apartamento duplex\",\r\n                        \"value\": \"duplex\"\r\n                    },\r\n                    {\r\n                        \"text\": \"andar duplex\",\r\n                        \"value\": \"duplex\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"type\": \"webJson\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/setting"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17379"},{"key":"ETag","value":"W/\"43e3-+JjihFWgb7oUNWaaGxZjq+C+mbI\""},{"key":"Date","value":"Tue, 06 May 2025 09:42:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Setting successfully created!\",\n    \"data\": {\n        \"value\": {\n            \"imovirtual\": {\n                \"Id_advert\": {\n                    \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\n                },\n                \"Title\": {\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\n                },\n                \"Price\": {\n                    \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\n                },\n                \"Surface\": {\n                    \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\n                },\n                \"Address\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"Street\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"District\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"Municipality\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"Borough\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"Neighborhood\": {\n                    \"querySelector\": \"a[href='#map']\"\n                },\n                \"Date_Publication\": {\n                    \"querySelector\": \"div[data-testid='textWrapper']\",\n                    \"text\": \"Anúncio publicado\"\n                },\n                \"Description\": {\n                    \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\n                },\n                \"Price_Change\": {\n                    \"querySelector\": \"div[data-testid='textWrapper']\"\n                },\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelector\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"totalmente remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente reconstruído\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recuperado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"bom estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de reabilitação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de intervenções\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por fazer\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelector\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Andar\"\n                            },\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"Elevador\"\n                        },\n                        {\n                            \"boolText\": \"com elevador\"\n                        },\n                        {\n                            \"boolText\": \"possui elevador\"\n                        }\n                    ]\n                },\n                \"Heating\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"Aquecimento\"\n                        },\n                        {\n                            \"boolText\": \"Aquecimento central\"\n                        },\n                        {\n                            \"boolText\": \"Sistema de aquecimento\"\n                        }\n                    ]\n                },\n                \"Air_Conditioning\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"Ar Condicionado\"\n                        },\n                        {\n                            \"boolText\": \"Com ar condicionado\"\n                        },\n                        {\n                            \"boolText\": \"Sistema de ar condicionado\"\n                        }\n                    ]\n                },\n                \"Energy_Class\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Certificado energético\"\n                        }\n                    ]\n                },\n                \"Property_Type\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Apartamento\",\n                            \"value\": \"Apartamento\"\n                        },\n                        {\n                            \"text\": \"Armazém\",\n                            \"value\": \"Armazém\"\n                        },\n                        {\n                            \"text\": \"Arrecadação\",\n                            \"value\": \"Arrecadação\"\n                        },\n                        {\n                            \"text\": \"Bungalow\",\n                            \"value\": \"Bungalow\"\n                        },\n                        {\n                            \"text\": \"Casa Rústica\",\n                            \"value\": \"Casa Rústica\"\n                        },\n                        {\n                            \"text\": \"Casa Senhorial\",\n                            \"value\": \"Casa Senhorial\"\n                        },\n                        {\n                            \"text\": \"Casa de Pedra\",\n                            \"value\": \"Casa de Pedra\"\n                        },\n                        {\n                            \"text\": \"Construção recente\",\n                            \"value\": \"Construção recente\"\n                        },\n                        {\n                            \"text\": \"Duplex\",\n                            \"value\": \"Duplex\"\n                        },\n                        {\n                            \"text\": \"Edifício\",\n                            \"value\": \"Edifício\"\n                        },\n                        {\n                            \"text\": \"Escritório\",\n                            \"value\": \"Escritório\"\n                        },\n                        {\n                            \"text\": \"Espaço Comercial\",\n                            \"value\": \"Espaço Comercial\"\n                        },\n                        {\n                            \"text\": \"Estúdio\",\n                            \"value\": \"Estúdio\"\n                        },\n                        {\n                            \"text\": \"Garagem\",\n                            \"value\": \"Garagem\"\n                        },\n                        {\n                            \"text\": \"Imóvel de Férias\",\n                            \"value\": \"Imóvel de Férias\"\n                        },\n                        {\n                            \"text\": \"Imóvel novo\",\n                            \"value\": \"Imóvel novo\"\n                        },\n                        {\n                            \"text\": \"Loft\",\n                            \"value\": \"Loft\"\n                        },\n                        {\n                            \"text\": \"Mansão\",\n                            \"value\": \"Mansão\"\n                        },\n                        {\n                            \"text\": \"Moradia\",\n                            \"value\": \"Moradia\"\n                        },\n                        {\n                            \"text\": \"Moradia Geminada\",\n                            \"value\": \"Moradia Geminada\"\n                        },\n                        {\n                            \"text\": \"Moradia Isolada\",\n                            \"value\": \"Moradia Isolada\"\n                        },\n                        {\n                            \"text\": \"Moradia em Banda\",\n                            \"value\": \"Moradia em Banda\"\n                        },\n                        {\n                            \"text\": \"Penthouse\",\n                            \"value\": \"Penthouse\"\n                        },\n                        {\n                            \"text\": \"Prédio\",\n                            \"value\": \"Prédio\"\n                        },\n                        {\n                            \"text\": \"Quarto\",\n                            \"value\": \"Quarto\"\n                        },\n                        {\n                            \"text\": \"Quinta\",\n                            \"value\": \"Quinta\"\n                        },\n                        {\n                            \"text\": \"Terreno\",\n                            \"value\": \"Terreno\"\n                        },\n                        {\n                            \"text\": \"Trespasso\",\n                            \"value\": \"Trespasso\"\n                        },\n                        {\n                            \"text\": \"Vivenda\",\n                            \"value\": \"Vivenda\"\n                        }\n                    ]\n                },\n                \"Balcony\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"terraço\"\n                        },\n                        {\n                            \"boolText\": \"com terraço\"\n                        },\n                        {\n                            \"boolText\": \"terraço privativo\"\n                        },\n                        {\n                            \"boolText\": \"varanda\"\n                        },\n                        {\n                            \"boolText\": \"varandas\"\n                        },\n                        {\n                            \"boolText\": \"com varanda\"\n                        }\n                    ]\n                },\n                \"Advertiser_type\": {\n                    \"querySelector\": \".css-1xw0jqp\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Profissional\",\n                            \"value\": \"Profissional\"\n                        },\n                        {\n                            \"text\": \"Particular\",\n                            \"value\": \"Particular\"\n                        },\n                        {\n                            \"text\": \"Agência imobiliária\",\n                            \"value\": \"Agência\"\n                        },\n                        {\n                            \"text\": \"Promotor\",\n                            \"value\": \"Promotor\"\n                        },\n                        {\n                            \"text\": \"Construtor\",\n                            \"value\": \"Construtor\"\n                        },\n                        {\n                            \"text\": \"Banco\",\n                            \"value\": \"Banco\"\n                        }\n                    ]\n                },\n                \"duplex\": {\n                    \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\n                },\n                \"Login_Session\": {\n                    \"querySelector\": \"div[aria-label='E-mail'] .n-textinput-layout input\"\n                }\n            },\n            \"idealista\": {\n                \"Title\": {\n                    \"querySelector\": \".main-info__title-main\"\n                },\n                \"Price\": {\n                    \"querySelector\": \".info-data-price .txt-bold\"\n                },\n                \"Surface\": {\n                    \"querySelector\": \".info-features span\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"m²\"\n                        },\n                        {\n                            \"text\": \"m2\"\n                        }\n                    ]\n                },\n                \"Address\": {\n                    \"querySelector\": \"#headerMap .header-map-list\"\n                },\n                \"Date_Publication\": {\n                    \"querySelector\": \"#stats .stats-text\"\n                },\n                \"Description\": {\n                    \"querySelector\": \".comment p\"\n                },\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelector\": \".main-info__title h1\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"4 casas de banho\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5 casas de banho\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"3 casas de banho\",\n                                \"value\": \"3\"\n                            }\n                        ]\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelector\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Mastro\",\n                                \"value\": \"Mastro\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recente renovação\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"estado impecável\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"prédio novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"imóvel novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"construção recente\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para remodelar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de intervenção\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de renovação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"interior degradado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por concluir\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"precisa de modernização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"imóvel antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita pequenas obras\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelector\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelector\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": {\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"Aquecimento central\"\n                        },\n                        {\n                            \"boolText\": \"Aquecimento\"\n                        },\n                        {\n                            \"boolText\": \"Sistema de aquecimento\"\n                        }\n                    ]\n                },\n                \"Air_Conditioning\": {\n                    \"querySelector\": \".details-property-feature-two .details-property_features li\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"Ar Condicionado\"\n                        },\n                        {\n                            \"boolText\": \"Com ar condicionado\"\n                        },\n                        {\n                            \"boolText\": \"Sistema de ar condicionado\"\n                        }\n                    ]\n                },\n                \"Energy_Class\": {\n                    \"querySelector\": \".details-property-feature-two .details-property_features li\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Classe energética\"\n                        }\n                    ]\n                },\n                \"Property_Type\": {\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Apartamento\",\n                            \"value\": \"Apartamento\"\n                        },\n                        {\n                            \"text\": \"Armazém\",\n                            \"value\": \"Armazém\"\n                        },\n                        {\n                            \"text\": \"Arrecadação\",\n                            \"value\": \"Arrecadação\"\n                        },\n                        {\n                            \"text\": \"Bungalow\",\n                            \"value\": \"Bungalow\"\n                        },\n                        {\n                            \"text\": \"Casa Rústica\",\n                            \"value\": \"Casa Rústica\"\n                        },\n                        {\n                            \"text\": \"Casa Senhorial\",\n                            \"value\": \"Casa Senhorial\"\n                        },\n                        {\n                            \"text\": \"Casa de Pedra\",\n                            \"value\": \"Casa de Pedra\"\n                        },\n                        {\n                            \"text\": \"Construção recente\",\n                            \"value\": \"Construção recente\"\n                        },\n                        {\n                            \"text\": \"Duplex\",\n                            \"value\": \"Duplex\"\n                        },\n                        {\n                            \"text\": \"Edifício\",\n                            \"value\": \"Edifício\"\n                        },\n                        {\n                            \"text\": \"Escritório\",\n                            \"value\": \"Escritório\"\n                        },\n                        {\n                            \"text\": \"Espaço Comercial\",\n                            \"value\": \"Espaço Comercial\"\n                        },\n                        {\n                            \"text\": \"Estúdio\",\n                            \"value\": \"Estúdio\"\n                        },\n                        {\n                            \"text\": \"Garagem\",\n                            \"value\": \"Garagem\"\n                        },\n                        {\n                            \"text\": \"Imóvel de Férias\",\n                            \"value\": \"Imóvel de Férias\"\n                        },\n                        {\n                            \"text\": \"Imóvel novo\",\n                            \"value\": \"Imóvel novo\"\n                        },\n                        {\n                            \"text\": \"Loft\",\n                            \"value\": \"Loft\"\n                        },\n                        {\n                            \"text\": \"Mansão\",\n                            \"value\": \"Mansão\"\n                        },\n                        {\n                            \"text\": \"Moradia\",\n                            \"value\": \"Moradia\"\n                        },\n                        {\n                            \"text\": \"Moradia Geminada\",\n                            \"value\": \"Moradia Geminada\"\n                        },\n                        {\n                            \"text\": \"Moradia Isolada\",\n                            \"value\": \"Moradia Isolada\"\n                        },\n                        {\n                            \"text\": \"Moradia em Banda\",\n                            \"value\": \"Moradia em Banda\"\n                        },\n                        {\n                            \"text\": \"Penthouse\",\n                            \"value\": \"Penthouse\"\n                        },\n                        {\n                            \"text\": \"Prédio\",\n                            \"value\": \"Prédio\"\n                        },\n                        {\n                            \"text\": \"Quarto\",\n                            \"value\": \"Quarto\"\n                        },\n                        {\n                            \"text\": \"Quinta\",\n                            \"value\": \"Quinta\"\n                        },\n                        {\n                            \"text\": \"Terreno\",\n                            \"value\": \"Terreno\"\n                        },\n                        {\n                            \"text\": \"Trespasso\",\n                            \"value\": \"Trespasso\"\n                        },\n                        {\n                            \"text\": \"Vivenda\",\n                            \"value\": \"Vivenda\"\n                        }\n                    ]\n                },\n                \"Balcony\": {\n                    \"querySelector\": \".details-property-feature-one .details-property_features li\",\n                    \"mutiText\": [\n                        {\n                            \"boolText\": \"terraço\"\n                        },\n                        {\n                            \"boolText\": \"com terraço\"\n                        },\n                        {\n                            \"boolText\": \"terraço privativo\"\n                        },\n                        {\n                            \"boolText\": \"varanda\"\n                        },\n                        {\n                            \"boolText\": \"varandas\"\n                        },\n                        {\n                            \"boolText\": \"com varanda\"\n                        }\n                    ]\n                },\n                \"Advertiser_type\": {\n                    \"querySelector\": \".professional-name .name\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"Profissional\",\n                            \"value\": \"Profissional\"\n                        },\n                        {\n                            \"text\": \"Particular\",\n                            \"value\": \"Particular\"\n                        },\n                        {\n                            \"text\": \"Agência imobiliária\",\n                            \"value\": \"Agência\"\n                        },\n                        {\n                            \"text\": \"Promotor\",\n                            \"value\": \"Promotor\"\n                        },\n                        {\n                            \"text\": \"Construtor\",\n                            \"value\": \"Construtor\"\n                        },\n                        {\n                            \"text\": \"Banco\",\n                            \"value\": \"Banco\"\n                        }\n                    ]\n                },\n                \"Duplex\": {\n                    \"querySelector\": \".main-info__title-main\",\n                    \"mutiText\": [\n                        {\n                            \"text\": \"duplex\",\n                            \"value\": \"duplex\"\n                        },\n                        {\n                            \"text\": \"tipo duplex\",\n                            \"value\": \"duplex\"\n                        },\n                        {\n                            \"text\": \"apartamento duplex\",\n                            \"value\": \"duplex\"\n                        },\n                        {\n                            \"text\": \"andar duplex\",\n                            \"value\": \"duplex\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"type\": \"webJson\",\n        \"_id\": \"6819d99453ca7347752ef945\",\n        \"__v\": 0,\n        \"id\": \"6819d99453ca7347752ef945\"\n    }\n}"}],"_postman_id":"0da1c806-0786-4582-a141-5663f00f4aaa"},{"name":"Setting List","id":"48164a0c-b31d-44f4-b67f-7b9972b8ff69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/setting/list","description":"<h3 id=\"get-setting-list\">Get Setting List</h3>\n<p>This endpoint retrieves a list of settings.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This is a GET request and does not require a request body.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>status</code> (string): The status of the response.</p>\n</li>\n<li><p><code>message</code> (string): A message related to the response.</p>\n</li>\n<li><p><code>data</code> (array): An array of setting objects.</p>\n<ul>\n<li><p><code>_id</code> (string): The ID of the setting.</p>\n</li>\n<li><p><code>value</code> (object): The value of the setting, containing a <code>timeInterval</code> property.</p>\n<ul>\n<li><code>timeInterval</code> (number): The time interval value.</li>\n</ul>\n</li>\n<li><p><code>type</code> (string): The type of the setting.</p>\n</li>\n<li><p><code>__v</code> (number): Version number.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the setting.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"_id\": \"\",\n            \"value\": {\n                \"timeInterval\": 0\n            },\n            \"type\": \"\",\n            \"__v\": 0,\n            \"id\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","setting","list"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"b8992bda-65fb-4e0b-b6ef-de7aa183a392","name":"Setting List","originalRequest":{"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/setting/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34606"},{"key":"ETag","value":"W/\"872e-9SQyUCTs3GeQPArxgP5o2FHMJQA\""},{"key":"Date","value":"Tue, 06 May 2025 09:22:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Setting successfully created or updated!\",\n    \"data\": {\n        \"_id\": \"683564fd7f14f7b710d1b7d2\",\n        \"__v\": 0,\n        \"timeInterval\": 5,\n        \"json\": {\n            \"imovirtual\": {\n                \"Id_advert\": [\n                    {\n                        \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\n                    }\n                ],\n                \"Title\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Área\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"a[href='#map']\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelectorText\": \"div[data-testid='textWrapper']\",\n                        \"text\": \"Anúncio publicado\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\n                    }\n                ],\n                \"Price_Change\": [\n                    {\n                        \"querySelector\": \"div[data-testid='textWrapper']\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"N.º de casas de banho\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"totalmente remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente reconstruído\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recuperado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"bom estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de reabilitação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de intervenções\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por fazer\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"sem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"com elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"possui elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"elevador\",\n                                \"value\": \"1\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Aquecimento central\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Sistema de aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"sem aquecimento\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem aquecimento\",\n                                \"value\": \"0\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Certificado energético\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\n                    }\n                ],\n                \"Login_Session\": {\n                    \"querySelector\": \"div[aria-label='E-mail'] .n-textinput-layout input\"\n                }\n            },\n            \"idealista\": {\n                \"Title\": [\n                    {\n                        \"querySelector\": \".main-info__title-main\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \".info-data-price .txt-bold\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features span\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"m²\"\n                            },\n                            {\n                                \"text\": \"m2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"#headerMap .header-map-list\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelector\": \"#stats .stats-text\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \".comment p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title h1\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"casas de banho\"\n                            },\n                            {\n                                \"text\": \"casa de banho\"\n                            }\n                        ]\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Mastro\",\n                                \"value\": \"Mastro\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recente renovação\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"estado impecável\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"prédio novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"imóvel novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"construção recente\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para remodelar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de intervenção\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de renovação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"interior degradado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por concluir\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"precisa de modernização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"imóvel antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita pequenas obras\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Aquecimento central\"\n                            },\n                            {\n                                \"boolText\": \"Aquecimento\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de aquecimento\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Classe energética\",\n                                \"tag\": \"span\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".professional-name .name\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title-main\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"tipo duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"apartamento duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"andar duplex\",\n                                \"value\": \"duplex\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        \"id\": \"683564fd7f14f7b710d1b7d2\"\n    }\n}"}],"_postman_id":"48164a0c-b31d-44f4-b67f-7b9972b8ff69"},{"name":"Users List","id":"e635be78-2a60-433a-9d42-239c760ee2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/users/list?page=1&limit=2","description":"<h2 id=\"user-list\">User List</h2>\n<h6 id=\"the-endpoint-retrieves-a-list-of-users-with-pagination-the-response-is-in-json-format-and-includes-a-status-field-an-array-of-user-data-and-pagination-information\">The endpoint retrieves a list of users with pagination. The response is in JSON format and includes a status field, an array of user data, and pagination information.</h6>\n<h3 id=\"request-\"><strong>Request :</strong></h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/users/list?page=1&amp;limit=10</code></p>\n</li>\n<li><p><strong>Params</strong>:<br />  <strong>page</strong> : 1<br />  <strong>limit</strong> : 2</p>\n</li>\n</ul>\n<h3 id=\"response-\"><strong>Response</strong> :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"_id\": \"68392cd3bc07fc275f94769d\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"tseter\",\n            \"email\": \"test@gmail.com\",\n            \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n            \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n            \"updatedAt\": \"2025-05-30T04:13:14.133Z\",\n            \"__v\": 0,\n            \"role\": \"user\"\n        },\n        {\n            \"_id\": \"68382c4e27c54ef763191558\",\n            \"firstName\": \"User\",\n            \"lastName\": \"user\",\n            \"email\": \"user@gmail.com\",\n            \"password\": \"$2b$12$Hh9IpH/JAVFvAI9mVzbfX.ANA5CgcAi7cInVFpJPZP2mMSWXyng.e\",\n            \"role\": \"user\",\n            \"createdAt\": \"2025-05-29T09:43:42.133Z\",\n            \"updatedAt\": \"2025-05-29T09:43:42.133Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalUsers\": 2,\n        \"pageSize\": 2\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","users","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"}],"variable":[]}},"response":[{"id":"f686fc92-23f1-48c7-af55-03ac0aaeaf22","name":"Users List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.imoradar.pt/api/v1/users/list?page=1&limit=2","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","users","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"647"},{"key":"ETag","value":"W/\"287-oPvjiQCQsV0pXgiaH//lfPut3LQ\""},{"key":"Date","value":"Fri, 30 May 2025 04:18:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"_id\": \"68392cd3bc07fc275f94769d\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"tseter\",\n            \"email\": \"test@gmail.com\",\n            \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n            \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n            \"updatedAt\": \"2025-05-30T04:13:14.133Z\",\n            \"__v\": 0,\n            \"role\": \"user\"\n        },\n        {\n            \"_id\": \"68382c4e27c54ef763191558\",\n            \"firstName\": \"User\",\n            \"lastName\": \"user\",\n            \"email\": \"user@gmail.com\",\n            \"password\": \"$2b$12$Hh9IpH/JAVFvAI9mVzbfX.ANA5CgcAi7cInVFpJPZP2mMSWXyng.e\",\n            \"role\": \"user\",\n            \"createdAt\": \"2025-05-29T09:43:42.133Z\",\n            \"updatedAt\": \"2025-05-29T09:43:42.133Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalUsers\": 2,\n        \"pageSize\": 2\n    }\n}"}],"_postman_id":"e635be78-2a60-433a-9d42-239c760ee2a4"},{"name":"Update User","id":"8f97c032-9bb7-4fc2-bbea-8907818d1e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Test\",\r\n    \"lastName\": \"tseter\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"123\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d","description":"<h3 id=\"update-user\">Update User</h3>\n<p>This endpoint allows you to update user information using an HTTP PATCH request. The request should be sent to <a href=\"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d\">https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d</a> with the following payload in the raw request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"User data updated successfully!\",\n    \"data\": {\n        \"_id\": \"68392cd3bc07fc275f94769d\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"tseter\",\n        \"email\": \"test@gmail.com\",\n        \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n        \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n        \"updatedAt\": \"2025-05-30T04:13:14.133Z\",\n        \"__v\": 0,\n        \"role\": \"user\"\n    }\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response will include a JSON object with the updated user information, including the user's ID, first name, last name, email, password, creation and update timestamps, version, and role.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","68392cd3bc07fc275f94769d"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"8de46f43-22c2-4357-95b3-0d4946f0cbd8","name":"Update User","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Test\",\r\n    \"lastName\": \"tseter\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"123\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"344"},{"key":"ETag","value":"W/\"158-D+Bo57rYTmcQK+lkviQxAxdGFUk\""},{"key":"Date","value":"Fri, 30 May 2025 04:22:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User data updated successfully!\",\n    \"data\": {\n        \"_id\": \"68392cd3bc07fc275f94769d\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"tseter\",\n        \"email\": \"test@gmail.com\",\n        \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n        \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n        \"updatedAt\": \"2025-05-30T04:22:33.335Z\",\n        \"__v\": 0,\n        \"role\": \"user\"\n    }\n}"}],"_postman_id":"8f97c032-9bb7-4fc2-bbea-8907818d1e6d"},{"name":"Get User Deatils","id":"8bfe7cef-4abb-43fe-b1e5-7a95721d0c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d","description":"<h3 id=\"get-user-deatils\">GET User Deatils</h3>\n<p>This endpoint retrieves a specific user's information based on the provided user ID.</p>\n<h4 id=\"request\">Request</h4>\n<p>No request body is required for this endpoint.</p>\n<ul>\n<li><p><strong>Path Parameters</strong></p>\n<ul>\n<li><code>userId</code> (string, required): The unique identifier of the user.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"data\": {\n        \"user\": {\n            \"_id\": \"68392cd3bc07fc275f94769d\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"tseter\",\n            \"email\": \"test@gmail.com\",\n            \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n            \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n            \"updatedAt\": \"2025-05-30T04:22:33.335Z\",\n            \"__v\": 0,\n            \"role\": \"user\"\n        }\n    }\n}\n\n</code></pre>\n<ul>\n<li><p><code>status</code> (string): Represents the status of the response.</p>\n</li>\n<li><p><code>data</code> (object): Contains the user information.</p>\n<ul>\n<li><p><code>user</code> (object): Contains the user's details.</p>\n<ul>\n<li><p><code>_id</code> (string): The unique identifier of the user.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>password</code> (string): The password of the user.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp indicating when the user was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp indicating when the user was last updated.</p>\n</li>\n<li><p><code>__v</code> (number): Version key for the user document.</p>\n</li>\n<li><p><code>role</code> (string): The role of the user.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","users","68392cd3bc07fc275f94769d"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"45ff744c-70a5-4001-a472-46124c158517","name":"Get User Deatils","originalRequest":{"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"ETag","value":"W/\"135-YPpj2yMOe86pXOIlQfUgQ7JSsB8\""},{"key":"Date","value":"Fri, 30 May 2025 04:23:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"user\": {\n            \"_id\": \"68392cd3bc07fc275f94769d\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"tseter\",\n            \"email\": \"test@gmail.com\",\n            \"password\": \"$2b$12$eaOroflzsGyGmplVx6Xa7u5ip2F.66IjAWUr.3.JLxZ7m848yOdGq\",\n            \"createdAt\": \"2025-05-30T03:58:11.302Z\",\n            \"updatedAt\": \"2025-05-30T04:22:33.335Z\",\n            \"__v\": 0,\n            \"role\": \"user\"\n        }\n    }\n}"}],"_postman_id":"8bfe7cef-4abb-43fe-b1e5-7a95721d0c76"},{"name":"Delete User","id":"01293e62-c1cc-456c-8f47-40f02027455e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d","description":"<h3 id=\"delete-user\">Delete User</h3>\n<p>This endpoint is used to delete a specific user by their ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong> : <a href=\"https://api.imoradar.pt/api/v1/users/%7BuserId%7D\">https://api.imoradar.pt/api/v1/users/{userId}</a></p>\n</li>\n<li><p><strong>Params</strong> : userId  </p>\n<p>  This request does not require a request body.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>status</code> (string): Indicates the status of the request.</p>\n</li>\n<li><p><code>message</code> (string): Provides additional information about the request status.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"User deleted successfully!\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","users","68392cd3bc07fc275f94769d"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"44c832b7-feac-4d7a-906e-a1576b860388","name":"Delete User","originalRequest":{"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/users/68392cd3bc07fc275f94769d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-2RQZnRQCLNLDRPtPPDvUNeMmWUY\""},{"key":"Date","value":"Fri, 30 May 2025 04:24:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User deleted successfully!\"\n}"}],"_postman_id":"01293e62-c1cc-456c-8f47-40f02027455e"},{"name":"Create Setting","id":"11bd1aaf-ad2c-4f5a-85e5-c0756a3de3a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"notificationDay\": \"Monday\",\r\n    \"timeInterval\": 5,\r\n    \"json\": {\r\n        \"imovirtual\": {\r\n            \"Id_advert\": [\r\n                {\r\n                    \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\r\n                }\r\n            ],\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Área\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"a[href='#map']\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelectorText\": \"div[data-testid='textWrapper']\",\r\n                    \"text\": \"Anúncio publicado\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\r\n                }\r\n            ],\r\n            \"Price_Change\": [\r\n                {\r\n                    \"querySelector\": \"div[data-testid='textWrapper']\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"N.º de casas de banho\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"totalmente remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente reconstruído\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recuperado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"bom estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de reabilitação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de intervenções\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por fazer\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"sem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"com elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"possui elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"elevador\",\r\n                            \"value\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Aquecimento central\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Sistema de aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Certificado energético\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\r\n                }\r\n            ],\r\n            \"Login_Session\": {\r\n                \"querySelector\": \"div[aria-label='E-mail'] .n-textinput-layout input\"\r\n            }\r\n        },\r\n        \"idealista\": {\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \".main-info__title-main\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \".info-data-price .txt-bold\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features span\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"m²\"\r\n                        },\r\n                        {\r\n                            \"text\": \"m2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"#headerMap .header-map-list\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelector\": \"#stats .stats-text\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \".comment p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title h1\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"casas de banho\"\r\n                        },\r\n                        {\r\n                            \"text\": \"casa de banho\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Mastro\",\r\n                            \"value\": \"Mastro\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recente renovação\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"estado impecável\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"construção recente\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de intervenção\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de renovação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior degradado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por concluir\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de modernização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita pequenas obras\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Aquecimento central\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Aquecimento\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de aquecimento\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Classe energética\",\r\n                            \"tag\": \"span\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".professional-name .name\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title-main\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"tipo duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"apartamento duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar duplex\",\r\n                            \"value\": \"duplex\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/setting","urlObject":{"protocol":"http","port":"4000","path":["api","v1","setting"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"27c399bf-7c6d-41ee-b94e-226f5f33ab4a","name":"Create Setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"notificationDay\": \"Monday\",\r\n    \"timeInterval\": 5,\r\n    \"json\": {\r\n        \"imovirtual\": {\r\n            \"PropertyType\": [\r\n                {\r\n                    \"querySelectorText\": \".e4rbt3a7\",\r\n                    \"text\": \"arrendar\"\r\n                }\r\n            ],\r\n            \"idAnnonce\": [\r\n                {\r\n                    \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\r\n                }\r\n            ],\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Área\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"a[href='#map']\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelectorText\": \"div[data-testid='textWrapper']\",\r\n                    \"text\": \"Anúncio publicado\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\r\n                }\r\n            ],\r\n            \"Price_Change\": [\r\n                {\r\n                    \"querySelector\": \"div[data-testid='textWrapper']\",\r\n                    \"tag\": \"p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"N.º de casas de banho\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"totalmente remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente reconstruído\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recuperado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"bom estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de reabilitação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de intervenções\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por fazer\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"sem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem elevador\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"com elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"possui elevador\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"elevador\",\r\n                            \"value\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Aquecimento central\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Sistema de aquecimento\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"não tem aquecimento\",\r\n                            \"value\": \"0\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Certificado energético\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".css-1xw0jqp\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\r\n                }\r\n            ],\r\n            \"Login_Session\": {\r\n                \"querySelector\": \"input[aria-label='E-mail']\"\r\n            }\r\n        },\r\n        \"idealista\": {\r\n            \"Title\": [\r\n                {\r\n                    \"querySelector\": \".main-info__title-main\"\r\n                }\r\n            ],\r\n            \"Price\": [\r\n                {\r\n                    \"querySelector\": \".info-data-price .txt-bold\"\r\n                }\r\n            ],\r\n            \"Surface\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features span\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"m²\"\r\n                        },\r\n                        {\r\n                            \"text\": \"m2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"querySelector\": \"#headerMap .header-map-list\"\r\n                }\r\n            ],\r\n            \"Date_Publication\": [\r\n                {\r\n                    \"querySelector\": \"#stats .stats-text\"\r\n                }\r\n            ],\r\n            \"Description\": [\r\n                {\r\n                    \"querySelector\": \".comment p\"\r\n                }\r\n            ],\r\n            \"Nb_bedrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title h1\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"T1\",\r\n                            \"value\": \"T1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T2\",\r\n                            \"value\": \"T2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T3\",\r\n                            \"value\": \"T3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T4\",\r\n                            \"value\": \"T4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T5\",\r\n                            \"value\": \"T5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T6\",\r\n                            \"value\": \"T6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T7\",\r\n                            \"value\": \"T7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T8\",\r\n                            \"value\": \"T8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T9\",\r\n                            \"value\": \"T9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T10\",\r\n                            \"value\": \"T10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T11\",\r\n                            \"value\": \"T11\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T12\",\r\n                            \"value\": \"T12\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T13\",\r\n                            \"value\": \"T13\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T14\",\r\n                            \"value\": \"T14\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T15\",\r\n                            \"value\": \"T15\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T16\",\r\n                            \"value\": \"T16\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T17\",\r\n                            \"value\": \"T17\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T18\",\r\n                            \"value\": \"T18\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T19\",\r\n                            \"value\": \"T19\"\r\n                        },\r\n                        {\r\n                            \"text\": \"T20\",\r\n                            \"value\": \"T20\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Nb_bathrooms\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"casas de banho\"\r\n                        },\r\n                        {\r\n                            \"text\": \"casa de banho\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Garage\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Garagem incluída\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Lugar de garagem\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Box fechada\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento coberto\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Estacionamento privado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Condition\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Mastro\",\r\n                            \"value\": \"Mastro\"\r\n                        },\r\n                        {\r\n                            \"text\": \"totalmente renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"renovado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"remodelado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"reabilitado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"como novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"recente renovação\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"estado impecável\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"excelente estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em ótimo estado\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos de luxo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"acabamentos modernos\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"pronto a habitar\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"moderno\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obra nova\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel novo\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"construção recente\",\r\n                            \"value\": \"renovado\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para renovar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"para remodelar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a necessitar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a precisar de obras\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"em mau estado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de intervenção\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de renovação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de remodelação\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"devoluto\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"a recuperar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior degradado\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"sem condições de habitabilidade\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"obras por concluir\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"por reabilitar\",\r\n                            \"value\": \"para renovar\"\r\n                        },\r\n                        {\r\n                            \"text\": \"usado\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"conservação razoável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"habitável\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"vendido no estado atual\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita de atualização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"prédio antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"interior original\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"precisa de modernização\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"imóvel antigo\",\r\n                            \"value\": \"ambíguo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"necessita pequenas obras\",\r\n                            \"value\": \"ambíguo\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Floor\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"rés-do-chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"rés do chão\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"R/C\",\r\n                            \"value\": \"0\"\r\n                        },\r\n                        {\r\n                            \"text\": \"1º andar\",\r\n                            \"value\": \"1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"2º andar\",\r\n                            \"value\": \"2\"\r\n                        },\r\n                        {\r\n                            \"text\": \"3º andar\",\r\n                            \"value\": \"3\"\r\n                        },\r\n                        {\r\n                            \"text\": \"4º andar\",\r\n                            \"value\": \"4\"\r\n                        },\r\n                        {\r\n                            \"text\": \"5º andar\",\r\n                            \"value\": \"5\"\r\n                        },\r\n                        {\r\n                            \"text\": \"6º andar\",\r\n                            \"value\": \"6\"\r\n                        },\r\n                        {\r\n                            \"text\": \"7º andar\",\r\n                            \"value\": \"7\"\r\n                        },\r\n                        {\r\n                            \"text\": \"8º andar\",\r\n                            \"value\": \"8\"\r\n                        },\r\n                        {\r\n                            \"text\": \"9º andar\",\r\n                            \"value\": \"9\"\r\n                        },\r\n                        {\r\n                            \"text\": \"10º andar\",\r\n                            \"value\": \"10\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último andar\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar superior\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"último piso\",\r\n                            \"value\": \"topo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"mezanino\",\r\n                            \"value\": \"mezanino\"\r\n                        },\r\n                        {\r\n                            \"text\": \"cave\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -1\",\r\n                            \"value\": \"-1\"\r\n                        },\r\n                        {\r\n                            \"text\": \"piso -2\",\r\n                            \"value\": \"-2\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Elevator\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".info-features\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com elevador\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"possui elevador\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Heating\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Aquecimento central\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Aquecimento\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de aquecimento\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Air_Conditioning\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Ar Condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Com ar condicionado\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"Sistema de ar condicionado\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Energy_Class\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Classe energética\",\r\n                            \"tag\": \"span\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Property_Type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Apartamento\",\r\n                            \"value\": \"Apartamento\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Armazém\",\r\n                            \"value\": \"Armazém\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Arrecadação\",\r\n                            \"value\": \"Arrecadação\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Bungalow\",\r\n                            \"value\": \"Bungalow\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Rústica\",\r\n                            \"value\": \"Casa Rústica\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa Senhorial\",\r\n                            \"value\": \"Casa Senhorial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Casa de Pedra\",\r\n                            \"value\": \"Casa de Pedra\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construção recente\",\r\n                            \"value\": \"Construção recente\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Duplex\",\r\n                            \"value\": \"Duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Edifício\",\r\n                            \"value\": \"Edifício\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Escritório\",\r\n                            \"value\": \"Escritório\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Espaço Comercial\",\r\n                            \"value\": \"Espaço Comercial\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Estúdio\",\r\n                            \"value\": \"Estúdio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Garagem\",\r\n                            \"value\": \"Garagem\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel de Férias\",\r\n                            \"value\": \"Imóvel de Férias\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Imóvel novo\",\r\n                            \"value\": \"Imóvel novo\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Loft\",\r\n                            \"value\": \"Loft\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Mansão\",\r\n                            \"value\": \"Mansão\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia\",\r\n                            \"value\": \"Moradia\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Geminada\",\r\n                            \"value\": \"Moradia Geminada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia Isolada\",\r\n                            \"value\": \"Moradia Isolada\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Moradia em Banda\",\r\n                            \"value\": \"Moradia em Banda\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Penthouse\",\r\n                            \"value\": \"Penthouse\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Prédio\",\r\n                            \"value\": \"Prédio\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quarto\",\r\n                            \"value\": \"Quarto\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Quinta\",\r\n                            \"value\": \"Quinta\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Terreno\",\r\n                            \"value\": \"Terreno\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Trespasso\",\r\n                            \"value\": \"Trespasso\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Vivenda\",\r\n                            \"value\": \"Vivenda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Balcony\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com terraço\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"terraço privativo\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varanda\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"varandas\"\r\n                        },\r\n                        {\r\n                            \"boolText\": \"com varanda\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Advertiser_type\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".professional-name .name\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"Profissional\",\r\n                            \"value\": \"Profissional\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Particular\",\r\n                            \"value\": \"Particular\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Agência imobiliária\",\r\n                            \"value\": \"Agência\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Promotor\",\r\n                            \"value\": \"Promotor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Construtor\",\r\n                            \"value\": \"Construtor\"\r\n                        },\r\n                        {\r\n                            \"text\": \"Banco\",\r\n                            \"value\": \"Banco\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Duplex\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".main-info__title-main\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"text\": \"duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"tipo duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"apartamento duplex\",\r\n                            \"value\": \"duplex\"\r\n                        },\r\n                        {\r\n                            \"text\": \"andar duplex\",\r\n                            \"value\": \"duplex\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Furnished\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"totalmente equipada e mobilada\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Bathtub\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"inclui uma banheira\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Washing_Machine\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"máquina de lavar\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Dryer\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"Dryer\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Oven\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"forno\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"Microwave\": [\r\n                {\r\n                    \"querySelectorMutiText\": \".comment p\",\r\n                    \"mutiText\": [\r\n                        {\r\n                            \"boolText\": \"microondas\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17770"},{"key":"ETag","value":"W/\"456a-dDiSus7HEBRq0fbchJGCOg6KXkE\""},{"key":"Date","value":"Fri, 30 May 2025 04:27:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Setting successfully created or updated!\",\n    \"data\": {\n        \"_id\": \"683564fd7f14f7b710d1b7d2\",\n        \"__v\": 0,\n        \"timeInterval\": 5,\n        \"json\": {\n            \"imovirtual\": {\n                \"Id_advert\": [\n                    {\n                        \"querySelector\": \"p[data-sentry-element='DetailsProperty']\"\n                    }\n                ],\n                \"Title\": [\n                    {\n                        \"querySelector\": \"h1[data-cy='adPageAdTitle']\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \"strong[data-cy='adPageHeaderPrice']\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Área\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M19.983 18.517 5.439 3.973h2.544v-2H2.025V8h2V5.387L18.638 20h-2.614v2h5.959v-6.028h-2v2.544ZM3.996 12.001h-2v2h2v-2ZM1.996 16.001h2v2h-2v-2ZM3.996 20.001h-2v2h2v-2ZM5.997 20.001h2v2h-2v-2ZM11.99 20.001h-2v2h2v-2ZM20.003 10.001h2v2h-2v-2ZM22.003 6.001h-2v2h2v-2ZM20.003 2.001h2v2h-2v-2ZM18.003 2.001h-2v2h2v-2ZM11.989 2.001h2v2h-2v-2Z']\"\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"a[href='#map']\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelectorText\": \"div[data-testid='textWrapper']\",\n                        \"text\": \"Anúncio publicado\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \"div[data-cy='adPageAdDescription'] span\"\n                    }\n                ],\n                \"Price_Change\": [\n                    {\n                        \"querySelector\": \"div[data-testid='textWrapper']\",\n                        \"tag\": \"p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M21 10.958h-7.958v-8l-1-1h-9l-1 1v18l1 1H21l1-1v-9l-1-1Zm-1 9h-6.958v-2H11v2H4.042v-7h2v-2h-2v-7h7v7h-2v2H11v2h2.042v-2H20v7Z']\"\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"N.º de casas de banho\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M4 18h16v-5H4v5Zm17-7H6V6.5C6 5.673 6.673 5 7.5 5c.651 0 1.2.42 1.408 1H8v2h4V6h-1.04c-.244-1.693-1.7-3-3.46-3C5.57 3 4 4.57 4 6.5V11H3l-1 1v7l1 1h1v1h2v-1h12v1h2v-1h1l1-1v-7l-1-1Z']\"\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \"h1[data-cy='adPageAdTitle']\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"totalmente remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"totalmente reconstruído\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recuperado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"bom estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de reabilitação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de intervenções\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por fazer\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"sem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem elevador\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"com elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"possui elevador\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"elevador\",\n                                \"value\": \"1\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Aquecimento central\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"Sistema de aquecimento\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"sem aquecimento\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"não tem aquecimento\",\n                                \"value\": \"0\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Certificado energético\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".css-1xw0jqp\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorIcon\": \".css-aquqhu [d='M11 6.98h-1v-3h4v3h-1v2h3v-7H8v7h3v-2ZM13 16.98h1v3h-4v-3h1v-2H8v7h8v-7h-3v2ZM6 10.98h2v2H6v-2ZM4.042 10.98h-2v2h2v-2ZM16 10.98h2v2h-2v-2ZM22 10.98h-2v2h2v-2ZM10 10.98h4v2h-4v-2Z']\"\n                    }\n                ],\n                \"Login_Session\": {\n                    \"querySelector\": \"div[aria-label='E-mail'] .n-textinput-layout input\"\n                }\n            },\n            \"idealista\": {\n                \"Title\": [\n                    {\n                        \"querySelector\": \".main-info__title-main\"\n                    }\n                ],\n                \"Price\": [\n                    {\n                        \"querySelector\": \".info-data-price .txt-bold\"\n                    }\n                ],\n                \"Surface\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features span\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"m²\"\n                            },\n                            {\n                                \"text\": \"m2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Address\": [\n                    {\n                        \"querySelector\": \"#headerMap .header-map-list\"\n                    }\n                ],\n                \"Date_Publication\": [\n                    {\n                        \"querySelector\": \"#stats .stats-text\"\n                    }\n                ],\n                \"Description\": [\n                    {\n                        \"querySelector\": \".comment p\"\n                    }\n                ],\n                \"Nb_bedrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title h1\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"T1\",\n                                \"value\": \"T1\"\n                            },\n                            {\n                                \"text\": \"T2\",\n                                \"value\": \"T2\"\n                            },\n                            {\n                                \"text\": \"T3\",\n                                \"value\": \"T3\"\n                            },\n                            {\n                                \"text\": \"T4\",\n                                \"value\": \"T4\"\n                            },\n                            {\n                                \"text\": \"T5\",\n                                \"value\": \"T5\"\n                            },\n                            {\n                                \"text\": \"T6\",\n                                \"value\": \"T6\"\n                            },\n                            {\n                                \"text\": \"T7\",\n                                \"value\": \"T7\"\n                            },\n                            {\n                                \"text\": \"T8\",\n                                \"value\": \"T8\"\n                            },\n                            {\n                                \"text\": \"T9\",\n                                \"value\": \"T9\"\n                            },\n                            {\n                                \"text\": \"T10\",\n                                \"value\": \"T10\"\n                            },\n                            {\n                                \"text\": \"T11\",\n                                \"value\": \"T11\"\n                            },\n                            {\n                                \"text\": \"T12\",\n                                \"value\": \"T12\"\n                            },\n                            {\n                                \"text\": \"T13\",\n                                \"value\": \"T13\"\n                            },\n                            {\n                                \"text\": \"T14\",\n                                \"value\": \"T14\"\n                            },\n                            {\n                                \"text\": \"T15\",\n                                \"value\": \"T15\"\n                            },\n                            {\n                                \"text\": \"T16\",\n                                \"value\": \"T16\"\n                            },\n                            {\n                                \"text\": \"T17\",\n                                \"value\": \"T17\"\n                            },\n                            {\n                                \"text\": \"T18\",\n                                \"value\": \"T18\"\n                            },\n                            {\n                                \"text\": \"T19\",\n                                \"value\": \"T19\"\n                            },\n                            {\n                                \"text\": \"T20\",\n                                \"value\": \"T20\"\n                            }\n                        ]\n                    }\n                ],\n                \"Nb_bathrooms\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"casas de banho\"\n                            },\n                            {\n                                \"text\": \"casa de banho\"\n                            }\n                        ]\n                    }\n                ],\n                \"Garage\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Garagem incluída\"\n                            },\n                            {\n                                \"boolText\": \"Garagem\"\n                            },\n                            {\n                                \"boolText\": \"Com garagem\"\n                            },\n                            {\n                                \"boolText\": \"Lugar de garagem\"\n                            },\n                            {\n                                \"boolText\": \"Box fechada\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento coberto\"\n                            },\n                            {\n                                \"boolText\": \"Estacionamento privado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Condition\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Mastro\",\n                                \"value\": \"Mastro\"\n                            },\n                            {\n                                \"text\": \"totalmente renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"renovado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"remodelado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"reabilitado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"como novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"recente renovação\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"estado impecável\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"excelente estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"em ótimo estado\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos de luxo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"acabamentos modernos\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"pronto a habitar\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"moderno\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"obra nova\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"prédio novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"imóvel novo\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"construção recente\",\n                                \"value\": \"renovado\"\n                            },\n                            {\n                                \"text\": \"para renovar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"para remodelar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a necessitar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a precisar de obras\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"em mau estado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"necessita de intervenção\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de renovação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"precisa de remodelação\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"prédio devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"devoluto\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"a recuperar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"interior degradado\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"sem condições de habitabilidade\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"obras por concluir\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"por reabilitar\",\n                                \"value\": \"para renovar\"\n                            },\n                            {\n                                \"text\": \"usado\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"conservação razoável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"habitável\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"vendido no estado atual\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita de atualização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"prédio antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"interior original\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"precisa de modernização\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"imóvel antigo\",\n                                \"value\": \"ambíguo\"\n                            },\n                            {\n                                \"text\": \"necessita pequenas obras\",\n                                \"value\": \"ambíguo\"\n                            }\n                        ]\n                    }\n                ],\n                \"Floor\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"rés-do-chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"rés do chão\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"R/C\",\n                                \"value\": \"0\"\n                            },\n                            {\n                                \"text\": \"1º andar\",\n                                \"value\": \"1\"\n                            },\n                            {\n                                \"text\": \"2º andar\",\n                                \"value\": \"2\"\n                            },\n                            {\n                                \"text\": \"3º andar\",\n                                \"value\": \"3\"\n                            },\n                            {\n                                \"text\": \"4º andar\",\n                                \"value\": \"4\"\n                            },\n                            {\n                                \"text\": \"5º andar\",\n                                \"value\": \"5\"\n                            },\n                            {\n                                \"text\": \"6º andar\",\n                                \"value\": \"6\"\n                            },\n                            {\n                                \"text\": \"7º andar\",\n                                \"value\": \"7\"\n                            },\n                            {\n                                \"text\": \"8º andar\",\n                                \"value\": \"8\"\n                            },\n                            {\n                                \"text\": \"9º andar\",\n                                \"value\": \"9\"\n                            },\n                            {\n                                \"text\": \"10º andar\",\n                                \"value\": \"10\"\n                            },\n                            {\n                                \"text\": \"último andar\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"andar superior\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"último piso\",\n                                \"value\": \"topo\"\n                            },\n                            {\n                                \"text\": \"mezanino\",\n                                \"value\": \"mezanino\"\n                            },\n                            {\n                                \"text\": \"cave\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -1\",\n                                \"value\": \"-1\"\n                            },\n                            {\n                                \"text\": \"piso -2\",\n                                \"value\": \"-2\"\n                            }\n                        ]\n                    }\n                ],\n                \"Elevator\": [\n                    {\n                        \"querySelectorMutiText\": \".info-features\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    },\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"elevador\"\n                            },\n                            {\n                                \"boolText\": \"com elevador\"\n                            },\n                            {\n                                \"boolText\": \"possui elevador\"\n                            }\n                        ]\n                    }\n                ],\n                \"Heating\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Aquecimento central\"\n                            },\n                            {\n                                \"boolText\": \"Aquecimento\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de aquecimento\"\n                            }\n                        ]\n                    }\n                ],\n                \"Air_Conditioning\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"Ar Condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Com ar condicionado\"\n                            },\n                            {\n                                \"boolText\": \"Sistema de ar condicionado\"\n                            }\n                        ]\n                    }\n                ],\n                \"Energy_Class\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-two .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Classe energética\",\n                                \"tag\": \"span\"\n                            }\n                        ]\n                    }\n                ],\n                \"Property_Type\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Apartamento\",\n                                \"value\": \"Apartamento\"\n                            },\n                            {\n                                \"text\": \"Armazém\",\n                                \"value\": \"Armazém\"\n                            },\n                            {\n                                \"text\": \"Arrecadação\",\n                                \"value\": \"Arrecadação\"\n                            },\n                            {\n                                \"text\": \"Bungalow\",\n                                \"value\": \"Bungalow\"\n                            },\n                            {\n                                \"text\": \"Casa Rústica\",\n                                \"value\": \"Casa Rústica\"\n                            },\n                            {\n                                \"text\": \"Casa Senhorial\",\n                                \"value\": \"Casa Senhorial\"\n                            },\n                            {\n                                \"text\": \"Casa de Pedra\",\n                                \"value\": \"Casa de Pedra\"\n                            },\n                            {\n                                \"text\": \"Construção recente\",\n                                \"value\": \"Construção recente\"\n                            },\n                            {\n                                \"text\": \"Duplex\",\n                                \"value\": \"Duplex\"\n                            },\n                            {\n                                \"text\": \"Edifício\",\n                                \"value\": \"Edifício\"\n                            },\n                            {\n                                \"text\": \"Escritório\",\n                                \"value\": \"Escritório\"\n                            },\n                            {\n                                \"text\": \"Espaço Comercial\",\n                                \"value\": \"Espaço Comercial\"\n                            },\n                            {\n                                \"text\": \"Estúdio\",\n                                \"value\": \"Estúdio\"\n                            },\n                            {\n                                \"text\": \"Garagem\",\n                                \"value\": \"Garagem\"\n                            },\n                            {\n                                \"text\": \"Imóvel de Férias\",\n                                \"value\": \"Imóvel de Férias\"\n                            },\n                            {\n                                \"text\": \"Imóvel novo\",\n                                \"value\": \"Imóvel novo\"\n                            },\n                            {\n                                \"text\": \"Loft\",\n                                \"value\": \"Loft\"\n                            },\n                            {\n                                \"text\": \"Mansão\",\n                                \"value\": \"Mansão\"\n                            },\n                            {\n                                \"text\": \"Moradia\",\n                                \"value\": \"Moradia\"\n                            },\n                            {\n                                \"text\": \"Moradia Geminada\",\n                                \"value\": \"Moradia Geminada\"\n                            },\n                            {\n                                \"text\": \"Moradia Isolada\",\n                                \"value\": \"Moradia Isolada\"\n                            },\n                            {\n                                \"text\": \"Moradia em Banda\",\n                                \"value\": \"Moradia em Banda\"\n                            },\n                            {\n                                \"text\": \"Penthouse\",\n                                \"value\": \"Penthouse\"\n                            },\n                            {\n                                \"text\": \"Prédio\",\n                                \"value\": \"Prédio\"\n                            },\n                            {\n                                \"text\": \"Quarto\",\n                                \"value\": \"Quarto\"\n                            },\n                            {\n                                \"text\": \"Quinta\",\n                                \"value\": \"Quinta\"\n                            },\n                            {\n                                \"text\": \"Terreno\",\n                                \"value\": \"Terreno\"\n                            },\n                            {\n                                \"text\": \"Trespasso\",\n                                \"value\": \"Trespasso\"\n                            },\n                            {\n                                \"text\": \"Vivenda\",\n                                \"value\": \"Vivenda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Balcony\": [\n                    {\n                        \"querySelectorMutiText\": \".details-property-feature-one .details-property_features li\",\n                        \"mutiText\": [\n                            {\n                                \"boolText\": \"terraço\"\n                            },\n                            {\n                                \"boolText\": \"com terraço\"\n                            },\n                            {\n                                \"boolText\": \"terraço privativo\"\n                            },\n                            {\n                                \"boolText\": \"varanda\"\n                            },\n                            {\n                                \"boolText\": \"varandas\"\n                            },\n                            {\n                                \"boolText\": \"com varanda\"\n                            }\n                        ]\n                    }\n                ],\n                \"Advertiser_type\": [\n                    {\n                        \"querySelectorMutiText\": \".professional-name .name\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"Profissional\",\n                                \"value\": \"Profissional\"\n                            },\n                            {\n                                \"text\": \"Particular\",\n                                \"value\": \"Particular\"\n                            },\n                            {\n                                \"text\": \"Agência imobiliária\",\n                                \"value\": \"Agência\"\n                            },\n                            {\n                                \"text\": \"Promotor\",\n                                \"value\": \"Promotor\"\n                            },\n                            {\n                                \"text\": \"Construtor\",\n                                \"value\": \"Construtor\"\n                            },\n                            {\n                                \"text\": \"Banco\",\n                                \"value\": \"Banco\"\n                            }\n                        ]\n                    }\n                ],\n                \"Duplex\": [\n                    {\n                        \"querySelectorMutiText\": \".main-info__title-main\",\n                        \"mutiText\": [\n                            {\n                                \"text\": \"duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"tipo duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"apartamento duplex\",\n                                \"value\": \"duplex\"\n                            },\n                            {\n                                \"text\": \"andar duplex\",\n                                \"value\": \"duplex\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        \"id\": \"683564fd7f14f7b710d1b7d2\"\n    }\n}"}],"_postman_id":"11bd1aaf-ad2c-4f5a-85e5-c0756a3de3a0"},{"name":"Save Alert","id":"8633bd7b-0f0e-4aa8-a186-0c94855c8e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Savedd Data\",\r\n    \"filter\": {\r\n        \"search\": \"borough\",\r\n        \"surfaceArea\": \"96 m²\",\r\n        \"minimumPrice\": \"200\",\r\n        \"maximumPrice\": \"500\",\r\n        \"rooms\": \"T3\",\r\n        \"amenities\": \"Garage\" \r\n    },\r\n    \"status\": \"active\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/save-alert","description":"<h3 id=\"save-alert\">Save Alert</h3>\n<p>This endpoint allows the user to save an alert with specific filter criteria.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"Savedd Data\",\n    \"filter\": {\n        \"search\": \"borough\",\n        \"surfaceArea\": \"96 m²\",\n        \"minimumPrice\": \"200\",\n        \"maximumPrice\": \"500\",\n        \"rooms\": \"T3\",\n        \"amenities\": \"Garage\" \n    },\n    \"status\": \"active\",\n    \"userId\": \"68382c4e27c54ef763191558\"\n}\n\n</code></pre>\n<ul>\n<li><p><code>name</code> (string): Name of the saved data.</p>\n</li>\n<li><p><code>filter</code> (object): Object containing filter criteria including search, surface area, minimum price, maximum price, rooms, and amenities.</p>\n<ul>\n<li><p><code>search</code> (string): Search criteria for the alert.</p>\n</li>\n<li><p><code>surfaceArea</code> (string): Surface area criteria for the alert.</p>\n</li>\n<li><p><code>minimumPrice</code> (string): Minimum price criteria for the alert.</p>\n</li>\n<li><p><code>maximumPrice</code> (string): Maximum price criteria for the alert.</p>\n</li>\n<li><p><code>rooms</code> (string): Number of rooms criteria for the alert.</p>\n</li>\n<li><p><code>amenities</code> (string): Amenities criteria for the alert.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string): Status of the alert.</p>\n</li>\n<li><p><code>userId</code> (string): ID of the user creating the alert.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>status</code> (boolean): Indicates the status of the request.</p>\n</li>\n<li><p><code>message</code> (string): Additional message related to the request.</p>\n</li>\n<li><p><code>data</code> (object): Object containing the saved alert details.</p>\n<ul>\n<li><p><code>name</code> (string): Name of the saved data.</p>\n</li>\n<li><p><code>filter</code> (object): Object containing filter criteria for the saved alert.</p>\n<ul>\n<li><p><code>search</code> (string): Search criteria for the alert.</p>\n</li>\n<li><p><code>surfaceArea</code> (string): Surface area criteria for the alert.</p>\n</li>\n<li><p><code>minimumPrice</code> (string): Minimum price criteria for the alert.</p>\n</li>\n<li><p><code>maximumPrice</code> (string): Maximum price criteria for the alert.</p>\n</li>\n<li><p><code>rooms</code> (string): Number of rooms criteria for the alert.</p>\n</li>\n<li><p><code>amenities</code> (string): Amenities criteria for the alert.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string): Status of the alert.</p>\n</li>\n<li><p><code>userId</code> (string): ID of the user who created the alert.</p>\n</li>\n<li><p><code>created_at</code> (string): Timestamp of when the alert was created.</p>\n</li>\n<li><p><code>_id</code> (string): Unique ID of the saved alert.</p>\n</li>\n<li><p><code>__v</code> (number): Version of the saved alert.</p>\n</li>\n<li><p><code>id</code> (string): Another unique ID of the saved alert.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Alert save successfully!\",\n    \"data\": {\n        \"name\": \"Savedd Data\",\n        \"filter\": {\n            \"search\": \"borough\",\n            \"surfaceArea\": \"96 m²\",\n            \"minimumPrice\": \"200\",\n            \"maximumPrice\": \"500\",\n            \"rooms\": \"T3\",\n            \"amenities\": \"Garage\"\n        },\n        \"status\": \"active\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-30T04:44:11.089Z\",\n        \"_id\": \"683937d64b7250a45928e8d3\",\n        \"__v\": 0,\n        \"id\": \"683937d64b7250a45928e8d3\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","alert","save-alert"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"0e8aa09d-432a-40ba-993f-774ae75dc92f","name":"Save Alert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Savedd Data\",\r\n    \"filter\": {\r\n        \"search\": \"borough\",\r\n        \"surfaceArea\": \"96 m²\",\r\n        \"minimumPrice\": \"200\",\r\n        \"maximumPrice\": \"500\",\r\n        \"rooms\": \"T3\",\r\n        \"amenities\": \"Garage\" \r\n    },\r\n    \"status\": \"active\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/save-alert"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"378"},{"key":"ETag","value":"W/\"17a-yAXO6K1DUOj4NPUxxhQGQHvG7+g\""},{"key":"Date","value":"Fri, 30 May 2025 04:45:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Alert save successfully!\",\n    \"data\": {\n        \"name\": \"Savedd Data\",\n        \"filter\": {\n            \"search\": \"borough\",\n            \"surfaceArea\": \"96 m²\",\n            \"minimumPrice\": \"200\",\n            \"maximumPrice\": \"500\",\n            \"rooms\": \"T3\",\n            \"amenities\": \"Garage\"\n        },\n        \"status\": \"active\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-30T04:44:11.089Z\",\n        \"_id\": \"683937d64b7250a45928e8d3\",\n        \"__v\": 0,\n        \"id\": \"683937d64b7250a45928e8d3\"\n    }\n}"}],"_postman_id":"8633bd7b-0f0e-4aa8-a186-0c94855c8e1f"},{"name":"Alert List","id":"0e112649-1b1d-44b4-9882-21ce51c5c5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/list","description":"<h3 id=\"alert-list\">Alert List</h3>\n<p>This API endpoint is used to retrieve a list of alerts for a specific user.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>userId (string, required): The unique identifier of the user for whom the alerts are being retrieved.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following properties:</p>\n<ul>\n<li><p>status (boolean): Indicates the status of the response.</p>\n</li>\n<li><p>message (string): A message related to the response, if any.</p>\n</li>\n<li><p>data (array): An array containing alert objects with the following properties:</p>\n<ul>\n<li><p>_id (string): The unique identifier of the alert.</p>\n</li>\n<li><p>name (string): The name of the alert.</p>\n</li>\n<li><p>filter (object): An object containing filter criteria for the alert, including search, surfaceArea, minimumPrice, maximumPrice, rooms, and amenities.</p>\n</li>\n<li><p>status (string): The status of the alert.</p>\n</li>\n<li><p>userId (string): The unique identifier of the user to whom the alert belongs.</p>\n</li>\n<li><p>created_at (string): The timestamp of when the alert was created.</p>\n</li>\n<li><p>__v (number): Version number.</p>\n</li>\n<li><p>id (string): The unique identifier of the alert.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Alert list get successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"6838322e27c54ef76319160d\",\n            \"name\": \"Save Alert 1\",\n            \"filter\": {\n                \"search\": \"Lisboa\",\n                \"surfaceArea\": \"100 m²\",\n                \"minimumPrice\": \"100\",\n                \"maximumPrice\": \"100\",\n                \"rooms\": \"T1\",\n                \"amenities\": \"Balcony,Heating,Garage\"\n            },\n            \"status\": \"inActive\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-29T09:38:01.713Z\",\n            \"__v\": 0,\n            \"id\": \"6838322e27c54ef76319160d\"\n        },\n        {\n            \"_id\": \"6838324d27c54ef763191613\",\n            \"name\": \"Save Alert 2\",\n            \"filter\": {\n                \"search\": \"Lisboa 2\",\n                \"surfaceArea\": \"200 m²\",\n                \"minimumPrice\": \"200\",\n                \"maximumPrice\": \"200\",\n                \"rooms\": \"T2\",\n                \"amenities\": \"Elevator,Air Conditioning\"\n            },\n            \"status\": \"Active\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-29T09:38:01.713Z\",\n            \"__v\": 0,\n            \"id\": \"6838324d27c54ef763191613\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","alert","list"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"1deb7350-3366-4d59-a2a3-dce35dd2359f","name":"Alert List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1397"},{"key":"ETag","value":"W/\"575-laBp2RRG6YSvmffnM6ZPrTcf3J8\""},{"key":"Date","value":"Fri, 30 May 2025 04:46:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Alert list get successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"6838322e27c54ef76319160d\",\n            \"name\": \"Save Alert 1\",\n            \"filter\": {\n                \"search\": \"Lisboa\",\n                \"surfaceArea\": \"100 m²\",\n                \"minimumPrice\": \"100\",\n                \"maximumPrice\": \"100\",\n                \"rooms\": \"T1\",\n                \"amenities\": \"Balcony,Heating,Garage\"\n            },\n            \"status\": \"inActive\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-29T09:38:01.713Z\",\n            \"__v\": 0,\n            \"id\": \"6838322e27c54ef76319160d\"\n        },\n        {\n            \"_id\": \"6838324d27c54ef763191613\",\n            \"name\": \"Save Alert 2\",\n            \"filter\": {\n                \"search\": \"Lisboa 2\",\n                \"surfaceArea\": \"200 m²\",\n                \"minimumPrice\": \"200\",\n                \"maximumPrice\": \"200\",\n                \"rooms\": \"T2\",\n                \"amenities\": \"Elevator,Air Conditioning\"\n            },\n            \"status\": \"Active\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-29T09:38:01.713Z\",\n            \"__v\": 0,\n            \"id\": \"6838324d27c54ef763191613\"\n        },\n        {\n            \"_id\": \"6838497190a76a6361bbe9d2\",\n            \"name\": \"Save Alert 3\",\n            \"filter\": {\n                \"search\": \"Lisboa \",\n                \"surfaceArea\": \"1000 m²\",\n                \"minimumPrice\": \"2000\",\n                \"maximumPrice\": \"1000\",\n                \"rooms\": \"T7\",\n                \"amenities\": \"Air Conditioning\"\n            },\n            \"status\": \"active\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-29T11:47:07.415Z\",\n            \"__v\": 0,\n            \"id\": \"6838497190a76a6361bbe9d2\"\n        },\n        {\n            \"_id\": \"683937d64b7250a45928e8d3\",\n            \"name\": \"Savedd Data\",\n            \"filter\": {\n                \"search\": \"borough\",\n                \"surfaceArea\": \"96 m²\",\n                \"minimumPrice\": \"200\",\n                \"maximumPrice\": \"500\",\n                \"rooms\": \"T3\",\n                \"amenities\": \"Garage\"\n            },\n            \"status\": \"active\",\n            \"userId\": \"68382c4e27c54ef763191558\",\n            \"created_at\": \"2025-05-30T04:44:11.089Z\",\n            \"__v\": 0,\n            \"id\": \"683937d64b7250a45928e8d3\"\n        }\n    ]\n}"}],"_postman_id":"0e112649-1b1d-44b4-9882-21ce51c5c5e0"},{"name":"Delete Alert","id":"ff774212-6060-4b4b-93e0-604f0a226e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/alert/6838324d27c54ef763191613","description":"<h3 id=\"delete-alert\">Delete Alert</h3>\n<p>This endpoint is used to delete a specific alert by providing its unique identifier in the URL.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/alert/%7BalertId%7D\">https://api.imoradar.pt/api/v1/alert/{alertId}</a></p>\n</li>\n<li><p><strong>Params</strong>: alertId</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Alert delete successfully!\"\n}\n\n</code></pre>\n<p>The response contains a <code>status</code> field which is a boolean indicating the success of the operation, and a <code>message</code> field which provides additional information about the operation.</p>\n","urlObject":{"protocol":"https","path":["api","v1","alert","6838324d27c54ef763191613"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"81b9fbe2-c037-4a76-8bee-d6000800c9e7","name":"Delete Alert","originalRequest":{"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/alert/6838324d27c54ef763191613"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"ETag","value":"W/\"36-YhS2KYOpZStxBrZzH1hAF8tSwwA\""},{"key":"Date","value":"Fri, 30 May 2025 04:51:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Alert delete successfully!\"\n}"}],"_postman_id":"ff774212-6060-4b4b-93e0-604f0a226e37"},{"name":"Update Alert","id":"77f1ca2d-95d3-49a3-ae45-f0983103f645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Save Alert\",\r\n    \"filter\": {\r\n        \"search\": \"district\",\r\n        \"surfaceArea\": \"96.39m²\",\r\n        \"minimumPrice\": \"100\",\r\n        \"maximumPrice\": \"250\",\r\n        \"rooms\": \"T3\",\r\n        \"amenities\": \"Garage, Balcony, Heating\"\r\n    },\r\n    \"status\": \"inActive\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/edit/6838324d27c54ef763191613","description":"<h2 id=\"update-alert\">Update Alert</h2>\n<p>This endpoint is used to update an existing alert.</p>\n<h3 id=\"request-\">Request :</h3>\n<ul>\n<li><p><strong>Method</strong>: PATCH</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/alert/edit/%7BalertId%7D\">https://api.imoradar.pt/api/v1/alert/edit/{alertId}</a></p>\n</li>\n<li><p><strong>Params:</strong> alertId</p>\n</li>\n</ul>\n<h3 id=\"body-request-\">Body Request :</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"Save Alert\",\n    \"filter\": {\n        \"search\": \"district\",\n        \"surfaceArea\": \"96.39m²\",\n        \"minimumPrice\": \"100\",\n        \"maximumPrice\": \"250\",\n        \"rooms\": \"T3\",\n        \"amenities\": \"Garage, Balcony, Heating\"\n    },\n    \"status\": \"inActive\",\n    \"userId\": \"68382c4e27c54ef763191558\"\n}\n\n</code></pre>\n<h3 id=\"response-\">Response :</h3>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Alert update successfully!\",\n    \"data\": {\n        \"_id\": \"6838324d27c54ef763191613\",\n        \"name\": \"Save Alert\",\n        \"filter\": {\n            \"search\": \"district\",\n            \"surfaceArea\": \"96.39m²\",\n            \"minimumPrice\": \"100\",\n            \"maximumPrice\": \"250\",\n            \"rooms\": \"T3\",\n            \"amenities\": \"Garage, Balcony, Heating\"\n        },\n        \"status\": \"inActive\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-29T09:38:01.713Z\",\n        \"__v\": 0,\n        \"id\": \"6838324d27c54ef763191613\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","alert","edit","6838324d27c54ef763191613"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"e0c23642-ecef-4815-b60b-270824941575","name":"Update Alert","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Save Alert\",\r\n    \"filter\": {\r\n        \"search\": \"district\",\r\n        \"surfaceArea\": \"96.39m²\",\r\n        \"minimumPrice\": \"100\",\r\n        \"maximumPrice\": \"250\",\r\n        \"rooms\": \"T3\",\r\n        \"amenities\": \"Garage, Balcony, Heating\"\r\n    },\r\n    \"status\": \"inActive\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/edit/6838324d27c54ef763191613"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"402"},{"key":"ETag","value":"W/\"192-SNAOaExDCt4ZFYVpS6xPNm+ySJc\""},{"key":"Date","value":"Fri, 30 May 2025 04:49:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Alert update successfully!\",\n    \"data\": {\n        \"_id\": \"6838324d27c54ef763191613\",\n        \"name\": \"Save Alert\",\n        \"filter\": {\n            \"search\": \"district\",\n            \"surfaceArea\": \"96.39m²\",\n            \"minimumPrice\": \"100\",\n            \"maximumPrice\": \"250\",\n            \"rooms\": \"T3\",\n            \"amenities\": \"Garage, Balcony, Heating\"\n        },\n        \"status\": \"inActive\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-29T09:38:01.713Z\",\n        \"__v\": 0,\n        \"id\": \"6838324d27c54ef763191613\"\n    }\n}"}],"_postman_id":"77f1ca2d-95d3-49a3-ae45-f0983103f645"},{"name":"Update Status","id":"d2144184-c92a-459e-8c94-6509ebc3da87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"inActive\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/status/6838322e27c54ef76319160d","description":"<h3 id=\"update-alert-status\">Update Alert Status</h3>\n<p>This endpoint allows the client to update the status of a specific alert.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/alert/status/{alertId}</code></p>\n</li>\n<li><p><strong>Params</strong> : <code>alertId</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>status</code> (string) - The new status for the alert.</p>\n</li>\n<li><p><code>userId</code> (string) - The ID of the user making the status update.</p>\n</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"inActive\",\n  \"userId\": \"68382c4e27c54ef763191558\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Status updated successfully\",\n    \"data\": {\n        \"_id\": \"6838322e27c54ef76319160d\",\n        \"name\": \"Save Alert 1\",\n        \"filter\": {\n            \"search\": \"Lisboa\",\n            \"surfaceArea\": \"100 m²\",\n            \"minimumPrice\": \"100\",\n            \"maximumPrice\": \"100\",\n            \"rooms\": \"T1\",\n            \"amenities\": \"Balcony,Heating,Garage\"\n        },\n        \"status\": \"inActive\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-29T09:38:01.713Z\",\n        \"__v\": 0,\n        \"id\": \"6838322e27c54ef76319160d\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","alert","status","6838322e27c54ef76319160d"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"8f9026d9-a15a-4e50-a258-29b2a2f98620","name":"Update Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"inActive\",\r\n    \"userId\": \"68382c4e27c54ef763191558\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/alert/status/6838322e27c54ef76319160d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"405"},{"key":"ETag","value":"W/\"195-Lp/FfqXNbKN6pmSYsz4RCcc9OrY\""},{"key":"Date","value":"Fri, 30 May 2025 04:53:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Status updated successfully\",\n    \"data\": {\n        \"_id\": \"6838322e27c54ef76319160d\",\n        \"name\": \"Save Alert 1\",\n        \"filter\": {\n            \"search\": \"Lisboa\",\n            \"surfaceArea\": \"100 m²\",\n            \"minimumPrice\": \"100\",\n            \"maximumPrice\": \"100\",\n            \"rooms\": \"T1\",\n            \"amenities\": \"Balcony,Heating,Garage\"\n        },\n        \"status\": \"inActive\",\n        \"userId\": \"68382c4e27c54ef763191558\",\n        \"created_at\": \"2025-05-29T09:38:01.713Z\",\n        \"__v\": 0,\n        \"id\": \"6838322e27c54ef76319160d\"\n    }\n}"}],"_postman_id":"d2144184-c92a-459e-8c94-6509ebc3da87"},{"name":"Logs List","id":"e1ca81c8-dabe-4368-a36e-62674c5257b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/logs/list?page=1&limit=20","description":"<h4 id=\"logs-list\">Logs List</h4>\n<p>The endpoint retrieves a list of logs with pagination, where the \"page\" parameter specifies<br />the page number and the \"limit\" parameter specifies the number of logs per page.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/logs/list?page=1&amp;limit=20</code></p>\n</li>\n<li><p><em><strong>Params</strong></em> :<br />  page : 1<br />  limit : 20</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Logs fetched successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"683939f54b7250a45928e8e5\",\n            \"url\": \"https://www.imovirtual.com/\",\n            \"date\": \"30-May-2025 10:24 AM\",\n            \"logMessage\": \"Price, Description is missing!\",\n            \"createdAt\": \"2025-05-30T04:54:13.199Z\",\n            \"updatedAt\": \"2025-05-30T04:54:13.199Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalLogs\": 1,\n        \"pageSize\": 20\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","logs","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"62ea333f-1572-4879-8a6d-4daf64b3f0a7","name":"Logs List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.imoradar.pt/api/v1/logs/list?page=1&limit=20","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","logs","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"375"},{"key":"ETag","value":"W/\"177-S6GQad/gOPzdK/gLrEffk7z/uds\""},{"key":"Date","value":"Fri, 30 May 2025 04:54:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Logs fetched successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"683939f54b7250a45928e8e5\",\n            \"url\": \"https://www.imovirtual.com/\",\n            \"date\": \"30-May-2025 10:24 AM\",\n            \"logMessage\": \"Price, Description is missing!\",\n            \"createdAt\": \"2025-05-30T04:54:13.199Z\",\n            \"updatedAt\": \"2025-05-30T04:54:13.199Z\",\n            \"__v\": 0\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalLogs\": 1,\n        \"pageSize\": 20\n    }\n}"}],"_postman_id":"e1ca81c8-dabe-4368-a36e-62674c5257b9"},{"name":"Delete Log","id":"a778883f-ee8d-4adc-8f00-2aab742e120d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/logs/683939f54b7250a45928e8e5","description":"<h3 id=\"delete-logs\">Delete Logs</h3>\n<p>The API endpoint sends an HTTP DELETE request to delete a specific log entry identified by its unique ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/logs/%7BlogId%7D\">https://api.imoradar.pt/api/v1/logs/{logId}</a></p>\n</li>\n<li><p><strong>Params</strong> : logId</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Log deleted successfully!\"\n}\n\n</code></pre>\n<p>The <code>status</code> property is a boolean indicating the success or failure of the delete operation, and the <code>message</code> property is a string that may contain additional information about the operation.</p>\n","urlObject":{"protocol":"https","path":["api","v1","logs","683939f54b7250a45928e8e5"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"8ffa879b-e9a7-49c2-af7b-7d38e7c9677e","name":"Delete Log","originalRequest":{"method":"DELETE","header":[],"url":"https://api.imoradar.pt/api/v1/logs/683939f54b7250a45928e8e5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-y+He8iHj67ztNOIVBdzpY6+ociQ\""},{"key":"Date","value":"Fri, 30 May 2025 04:55:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Log deleted successfully!\"\n}"}],"_postman_id":"a778883f-ee8d-4adc-8f00-2aab742e120d"},{"name":"Get Notification List","id":"5b52c4a9-ace0-4ea6-a13a-66c80b20f317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"682470ed6795ac7e871e7597\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/notification/list?page=1&limit=10&st=06-15-2025&et=06-17-2025","description":"<h2 id=\"list-notifications\">List Notifications</h2>\n<p>This endpoint retrieves a list of notifications for a specific user based on the provided filters such as date range and pagination parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/notification/list?page=1&amp;limit=10&amp;st=06-15-2025&amp;et=06-17-2025\">https://api.imoradar.pt/api/v1/notification/list?page=1&amp;limit=10&amp;st=06-15-2025&amp;et=06-17-2025</a></p>\n</li>\n<li><p><strong>Params</strong>:  </p>\n<p>  <strong>page</strong> : 1<br />  <strong>limit</strong> : 10<br />  <strong>st</strong> : 06-15-2025<br />  <strong>et</strong> : 06-17-2025</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameter:</p>\n<ul>\n<li><strong>userId</strong> (string): The unique identifier of the user for whom the notifications are being requested.</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"682470ed6795ac7e871e7597\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status (if any).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of notification objects, each containing:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the notification.</p>\n</li>\n<li><p><strong>userId</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier of the user.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address of the user.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>alertId</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the alert.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the alert.</p>\n</li>\n<li><p><strong>filter</strong> (object): An object containing various filters applied to the alert:</p>\n<ul>\n<li><p><strong>search</strong> (string): Search term.</p>\n</li>\n<li><p><strong>surfaceArea</strong> (string): Surface area filter.</p>\n</li>\n<li><p><strong>minimumPrice</strong> (string): Minimum price filter.</p>\n</li>\n<li><p><strong>maximumPrice</strong> (string): Maximum price filter.</p>\n</li>\n<li><p><strong>rooms</strong> (string): Number of rooms filter.</p>\n</li>\n<li><p><strong>amenities</strong> (string): Amenities filter.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>status</strong> (string): The current status of the alert.</p>\n</li>\n<li><p><strong>userId</strong> (string): The user ID associated with the alert.</p>\n</li>\n<li><p><strong>id</strong> (string): The alert ID.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>propertyId</strong> (string): The unique identifier for the property associated with the notification.</p>\n</li>\n<li><p><strong>propertyName</strong> (string): The name of the property.</p>\n</li>\n<li><p><strong>isRead</strong> (boolean): Indicates whether the notification has been read.</p>\n</li>\n<li><p><strong>created_at</strong> (string): The timestamp when the notification was created.</p>\n</li>\n<li><p><strong>__v</strong> (integer): Version key for the notification object.</p>\n</li>\n<li><p><strong>id</strong> (string): The unique identifier for the notification.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>unReadCount</strong> (integer): The count of unread notifications for the user.</p>\n</li>\n<li><p><strong>pagination</strong> (object): An object containing pagination details:</p>\n<ul>\n<li><p><strong>currentPage</strong> (integer): The current page number.</p>\n</li>\n<li><p><strong>totalPages</strong> (integer): The total number of pages available.</p>\n</li>\n<li><p><strong>totalCount</strong> (integer): The total number of notifications available.</p>\n</li>\n<li><p><strong>pageSize</strong> (string): The size of the page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Notifications retrieved successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"68500dfc5528fad3df9238fa\",\n            \"userId\": {\n                \"_id\": \"682470ed6795ac7e871e7597\",\n                \"email\": \"contriwhiz@gmail.com\"\n            },\n            \"alertId\": {\n                \"_id\": \"684150d73be4170a98771e65\",\n                \"name\": \"Save Alert\",\n                \"filter\": {\n                    \"search\": \"\",\n                    \"surfaceArea\": \"\",\n                    \"minimumPrice\": \"\",\n                    \"maximumPrice\": \"\",\n                    \"rooms\": \"T2,T0\",\n                    \"amenities\": \"\"\n                },\n                \"status\": \"active\",\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"id\": \"684150d73be4170a98771e65\"\n            },\n            \"propertyId\": \"68500dfc5528fad3df9238f1\",\n            \"propertyName\": \"Apartamento t4 à venda em Pena\",\n            \"isRead\": true,\n            \"created_at\": \"2025-06-16T12:28:44.489Z\",\n            \"__v\": 0,\n            \"id\": \"68500dfc5528fad3df9238fa\"\n        },\n        {\n            \"_id\": \"68500dfc5528fad3df9238f8\",\n            \"userId\": {\n                \"_id\": \"682470ed6795ac7e871e7597\",\n                \"email\": \"contriwhiz@gmail.com\"\n            },\n            \"alertId\": {\n                \"_id\": \"683ecc91cf796ac542f8b0ab\",\n                \"name\": \"Lisboa A/C\",\n                \"filter\": {\n                    \"search\": \"Lisboa\",\n                    \"surfaceArea\": \"100\",\n                    \"minimumPrice\": \"\",\n                    \"maximumPrice\": \"\",\n                    \"rooms\": \"\",\n                    \"amenities\": \"Air Conditioning\"\n                },\n                \"status\": \"active\",\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"id\": \"683ecc91cf796ac542f8b0ab\"\n            },\n            \"propertyId\": \"68500dfc5528fad3df9238f1\",\n            \"propertyName\": \"Apartamento t4 à venda em Pena\",\n            \"isRead\": false,\n            \"created_at\": \"2025-06-16T12:28:44.439Z\",\n            \"__v\": 0,\n            \"id\": \"68500dfc5528fad3df9238f8\"\n        }\n    ],\n    \"unReadCount\": 5,\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 2,\n        \"pageSize\": \"10\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","notification","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"st","value":"06-15-2025"},{"key":"et","value":"06-17-2025"}],"variable":[]}},"response":[{"id":"14a95075-34f5-43c5-bebd-bc012576e67c","name":"Get Notification List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"682470ed6795ac7e871e7597\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.imoradar.pt/api/v1/notification/list?page=1&limit=10&st=06-15-2025&et=06-17-2025","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","notification","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"st","value":"06-15-2025"},{"key":"et","value":"06-17-2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1290"},{"key":"ETag","value":"W/\"50a-pO1/POhTjclU66Yb5ZHXlp3VLMc\""},{"key":"Date","value":"Tue, 17 Jun 2025 07:12:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Notifications retrieved successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"68500dfc5528fad3df9238fa\",\n            \"userId\": {\n                \"_id\": \"682470ed6795ac7e871e7597\",\n                \"email\": \"contriwhiz@gmail.com\"\n            },\n            \"alertId\": {\n                \"_id\": \"684150d73be4170a98771e65\",\n                \"name\": \"Save Alert\",\n                \"filter\": {\n                    \"search\": \"\",\n                    \"surfaceArea\": \"\",\n                    \"minimumPrice\": \"\",\n                    \"maximumPrice\": \"\",\n                    \"rooms\": \"T2,T0\",\n                    \"amenities\": \"\"\n                },\n                \"status\": \"active\",\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"id\": \"684150d73be4170a98771e65\"\n            },\n            \"propertyId\": \"68500dfc5528fad3df9238f1\",\n            \"propertyName\": \"Apartamento t4 à venda em Pena\",\n            \"isRead\": true,\n            \"created_at\": \"2025-06-16T12:28:44.489Z\",\n            \"__v\": 0,\n            \"id\": \"68500dfc5528fad3df9238fa\"\n        },\n        {\n            \"_id\": \"68500dfc5528fad3df9238f8\",\n            \"userId\": {\n                \"_id\": \"682470ed6795ac7e871e7597\",\n                \"email\": \"contriwhiz@gmail.com\"\n            },\n            \"alertId\": {\n                \"_id\": \"683ecc91cf796ac542f8b0ab\",\n                \"name\": \"Lisboa A/C\",\n                \"filter\": {\n                    \"search\": \"Lisboa\",\n                    \"surfaceArea\": \"100\",\n                    \"minimumPrice\": \"\",\n                    \"maximumPrice\": \"\",\n                    \"rooms\": \"\",\n                    \"amenities\": \"Air Conditioning\"\n                },\n                \"status\": \"active\",\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"id\": \"683ecc91cf796ac542f8b0ab\"\n            },\n            \"propertyId\": \"68500dfc5528fad3df9238f1\",\n            \"propertyName\": \"Apartamento t4 à venda em Pena\",\n            \"isRead\": false,\n            \"created_at\": \"2025-06-16T12:28:44.439Z\",\n            \"__v\": 0,\n            \"id\": \"68500dfc5528fad3df9238f8\"\n        }\n    ],\n    \"unReadCount\": 5,\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 2,\n        \"pageSize\": \"10\"\n    }\n}"}],"_postman_id":"5b52c4a9-ace0-4ea6-a13a-66c80b20f317"},{"name":"Notification Read","id":"003d1f35-8ed7-4826-95f9-54b2050d32f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/notification/read","description":"<h3 id=\"read-notification\">Read Notification</h3>\n<p>This endpoint is used to mark notifications as read for a specific user. By sending a PATCH request to this endpoint, you can update the notification status for the user identified by the <code>userId</code>.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><strong>Method</strong>: PATCH</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/notification/read\">https://api.imoradar.pt/api/v1/notification/read</a></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameter:</p>\n<ul>\n<li><strong>userId</strong> (string): The unique identifier of the user whose notifications are to be marked as read.</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"682470ed6795ac7e871e7597\"\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<p>On a successful request, the server responds with a status code of <code>200</code> and a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates whether the operation was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional context about the operation (may be empty).</p>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"10 notifications marked as read!\"\n}\n\n</code></pre>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>userId</code> provided in the request body corresponds to an existing user in the system.</p>\n</li>\n<li><p>The response will confirm the success of the operation, but may not provide detailed messages.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","notification","read"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"a95f4fd8-85f4-45e0-8dfd-6e33b66be6ce","name":"Notification Read","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"682470ed6795ac7e871e7597\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/notification/read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-TVXbDOEtzCfbsyu9UX3M7Cs1hOI\""},{"key":"Date","value":"Tue, 17 Jun 2025 07:16:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"5 notifications marked as read!\"\n}"}],"_postman_id":"003d1f35-8ed7-4826-95f9-54b2050d32f6"},{"name":"Save Setting","id":"39791960-fb78-45a7-a515-50b679cb2ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"683abdc85f728120ef3181f6\",\r\n    \"timeInterval\": \"daily\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/userSetting/save-setting","description":"<h2 id=\"save-user-setting\">Save User Setting</h2>\n<p>This endpoint allows users to save their settings related to time intervals.</p>\n<h3 id=\"http-method\">HTTP Method</h3>\n<p><strong>Method</strong> : <code>POST</code></p>\n<p><strong>URL</strong> : <a href=\"https://api.imoradar.pt//api/v1/userSetting/save-setting\">https://api.imoradar.pt/api/v1/userSetting/save-setting</a></p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and should contain the following parameters:</p>\n<ul>\n<li><p><code>userId</code> (string): A unique identifier for the user whose settings are being saved.</p>\n</li>\n<li><p><code>timeInterval</code> (string): The time interval setting for the user, which can be set to values such as \"daily\", \"weekly\", etc.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"683abdc85f728120ef3181f6\",\n  \"timeInterval\": \"daily\"\n}\n\n</code></pre>\n<h3 id=\"response-format\">Response Format</h3>\n<p>Upon a successful request, the API returns a JSON response with the following structure:</p>\n<ul>\n<li><p><code>status</code> (string): The status of the request.</p>\n</li>\n<li><p><code>message</code> (string): A message providing additional context about the request.</p>\n</li>\n<li><p><code>data</code> (object): Contains the details of the saved settings:</p>\n<ul>\n<li><p><code>timeInterval</code> (string): The time interval that was saved.</p>\n</li>\n<li><p><code>userId</code> (string): The ID of the user for whom the settings were saved.</p>\n</li>\n<li><p><code>_id</code> (string): The internal ID of the saved setting.</p>\n</li>\n<li><p><code>__v</code> (integer): The version key for the document.</p>\n</li>\n<li><p><code>id</code> (string): An additional identifier for the saved setting.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"User Setting updated successfully!\",\n    \"data\": {\n        \"timeInterval\": \"daily\",\n        \"userId\": \"683abdc85f728120ef3181f6\",\n        \"_id\": \"68511775caef927b904c599d\",\n        \"__v\": 0,\n        \"id\": \"68511775caef927b904c599d\"\n    }\n}\n\n</code></pre>\n<h3 id=\"status-code\">Status Code</h3>\n<ul>\n<li><code>200 OK</code>: Indicates that the settings were successfully saved.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","userSetting","save-setting"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"13422fbe-1193-423c-9f7b-d854835169cb","name":"Save Setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"683abdc85f728120ef3181f6\",\r\n    \"timeInterval\": \"daily\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/userSetting/save-setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"208"},{"key":"ETag","value":"W/\"d0-knm+qS49sqCOevEoxK/eLnqmsdo\""},{"key":"Date","value":"Tue, 17 Jun 2025 07:21:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User Setting updated successfully!\",\n    \"data\": {\n        \"timeInterval\": \"daily\",\n        \"userId\": \"683abdc85f728120ef3181f6\",\n        \"_id\": \"68511775caef927b904c599d\",\n        \"__v\": 0,\n        \"id\": \"68511775caef927b904c599d\"\n    }\n}"}],"_postman_id":"39791960-fb78-45a7-a515-50b679cb2ec4"},{"name":"Setting List","id":"49e7f02b-d482-4c17-96f9-9ee6f7a47abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/userSetting/cron?q=06-17-2025","description":"<h2 id=\"cron-api\">Cron API</h2>\n<p>This endpoint retrieves user settings based on a specified date query. It is primarily used to fetch notifications and settings related to user activities on a given date.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://api.imoradar.pt/api/v1/userSetting/lcron\">https://api.imoradar.pt/api/v1/userSetting/cron</a></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><code>q</code> (string): The date for which user settings are being queried, formatted as <code>MM-DD-YYYY</code>. In this example, the date is <code>06-17-2025</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>Status Code</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n<li><p><strong>Response Body</strong>:</p>\n<ul>\n<li><p><code>status</code> (string): Status of the request.</p>\n</li>\n<li><p><code>data</code> (object): Contains date-related settings.</p>\n<ul>\n<li><code>date</code> (object): Includes daily, weekly, monthly, and quarterly settings, all of which are strings.</li>\n</ul>\n</li>\n<li><p><code>result</code> (object): Contains arrays of notifications categorized by frequency.</p>\n<ul>\n<li><p><code>quarterly</code> (array): List of quarterly notifications (empty in this case).</p>\n</li>\n<li><p><code>monthly</code> (array): List of monthly notifications (empty in this case).</p>\n</li>\n<li><p><code>weekly</code> (array): List of weekly notifications (empty in this case).</p>\n</li>\n<li><p><code>daily</code> (array): List of daily notifications. Each notification includes:</p>\n<ul>\n<li><p><code>userId</code> (string): ID of the user.</p>\n</li>\n<li><p><code>notifications</code> (array): Contains notification details.</p>\n<ul>\n<li><p>Each notification includes:</p>\n<ul>\n<li><p><code>_id</code> (string): Unique identifier for the notification.</p>\n</li>\n<li><p><code>userId</code> (object): Contains user details.</p>\n<ul>\n<li><p><code>_id</code> (string): User ID.</p>\n</li>\n<li><p><code>email</code> (string): User's email address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>alertId</code> (object): Details of the alert associated with the notification.</p>\n<ul>\n<li><p><code>_id</code> (string): Alert ID.</p>\n</li>\n<li><p><code>name</code> (string): Name of the alert.</p>\n</li>\n<li><p><code>filter</code> (object): Criteria for the alert, containing:</p>\n<ul>\n<li><p><code>search</code> (string): Search term.</p>\n</li>\n<li><p><code>surfaceArea</code> (string): Surface area filter.</p>\n</li>\n<li><p><code>minimumPrice</code> (string): Minimum price filter.</p>\n</li>\n<li><p><code>maximumPrice</code> (string): Maximum price filter.</p>\n</li>\n<li><p><code>rooms</code> (string): Rooms filter.</p>\n</li>\n<li><p><code>amenities</code> (string): Amenities filter.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string): Status of the alert.</p>\n</li>\n<li><p><code>userId</code> (string): User ID associated with the alert.</p>\n</li>\n<li><p><code>id</code> (string): Alert identifier.</p>\n</li>\n</ul>\n</li>\n<li><p><code>propertyId</code> (string): ID of the property associated with the notification.</p>\n</li>\n<li><p><code>propertyName</code> (string): Name of the property.</p>\n</li>\n<li><p><code>isRead</code> (boolean): Indicates if the notification has been read.</p>\n</li>\n<li><p><code>created_at</code> (string): Timestamp of when the notification was created.</p>\n</li>\n<li><p><code>__v</code> (number): Version key for the notification.</p>\n</li>\n<li><p><code>id</code> (string): Another identifier for the notification.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure the query date is formatted correctly to retrieve the appropriate user settings.</p>\n</li>\n<li><p>The response may contain empty arrays if there are no notifications for the specified date.</p>\n</li>\n</ul>\n<p>StartFragment</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"data\": {\n        \"date\": {\n            \"daily\": \"06-16-2025\",\n            \"weekly\": \"\",\n            \"monthly\": \"\",\n            \"quarterly\": \"\"\n        }\n    },\n    \"result\": {\n        \"quarterly\": [],\n        \"monthly\": [],\n        \"weekly\": [],\n        \"daily\": [\n            {\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"notifications\": [\n                    {\n                        \"_id\": \"68500dfc5528fad3df9238fa\",\n                        \"userId\": {\n                            \"_id\": \"682470ed6795ac7e871e7597\",\n                            \"email\": \"contriwhiz@gmail.com\"\n                        },\n                        \"alertId\": {\n                            \"_id\": \"684150d73be4170a98771e65\",\n                            \"name\": \"Save Alert\",\n                            \"filter\": {\n                                \"search\": \"\",\n                                \"surfaceArea\": \"\",\n                                \"minimumPrice\": \"\",\n                                \"maximumPrice\": \"\",\n                                \"rooms\": \"T2,T0\",\n                                \"amenities\": \"\"\n                            },\n                            \"status\": \"active\",\n                            \"userId\": \"682470ed6795ac7e871e7597\",\n                            \"id\": \"684150d73be4170a98771e65\"\n                        },\n                        \"propertyId\": \"68500dfc5528fad3df9238f1\",\n                        \"propertyName\": \"Apartamento t4 à venda em Pena\",\n                        \"isRead\": true,\n                        \"created_at\": \"2025-06-16T12:28:44.489Z\",\n                        \"__v\": 0,\n                        \"id\": \"68500dfc5528fad3df9238fa\"\n                    },\n                    {\n                        \"_id\": \"68500dfc5528fad3df9238f8\",\n                        \"userId\": {\n                            \"_id\": \"682470ed6795ac7e871e7597\",\n                            \"email\": \"contriwhiz@gmail.com\"\n                        },\n                        \"alertId\": {\n                            \"_id\": \"683ecc91cf796ac542f8b0ab\",\n                            \"name\": \"Lisboa A/C\",\n                            \"filter\": {\n                                \"search\": \"Lisboa\",\n                                \"surfaceArea\": \"100\",\n                                \"minimumPrice\": \"\",\n                                \"maximumPrice\": \"\",\n                                \"rooms\": \"\",\n                                \"amenities\": \"Air Conditioning\"\n                            },\n                            \"status\": \"active\",\n                            \"userId\": \"682470ed6795ac7e871e7597\",\n                            \"id\": \"683ecc91cf796ac542f8b0ab\"\n                        },\n                        \"propertyId\": \"68500dfc5528fad3df9238f1\",\n                        \"propertyName\": \"Apartamento t4 à venda em Pena\",\n                        \"isRead\": true,\n                        \"created_at\": \"2025-06-16T12:28:44.439Z\",\n                        \"__v\": 0,\n                        \"id\": \"68500dfc5528fad3df9238f8\"\n                    }\n                ]\n            }\n        ]\n    }\n}\n\n</code></pre>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["api","v1","userSetting","cron"],"host":["api","imoradar","pt"],"query":[{"key":"q","value":"06-17-2025"}],"variable":[]}},"response":[{"id":"f0e48a39-6240-4eec-8482-13a9e830a26c","name":"Setting List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.imoradar.pt/api/v1/userSetting/list?q=06-17-2025","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","userSetting","list"],"query":[{"key":"q","value":"06-17-2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1338"},{"key":"ETag","value":"W/\"53a-AFi9S1kmNWoCEiYAWXvzOUH8cUs\""},{"key":"Date","value":"Tue, 17 Jun 2025 07:36:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"date\": {\n            \"daily\": \"06-16-2025\",\n            \"weekly\": \"\",\n            \"monthly\": \"\",\n            \"quarterly\": \"\"\n        }\n    },\n    \"result\": {\n        \"quarterly\": [],\n        \"monthly\": [],\n        \"weekly\": [],\n        \"daily\": [\n            {\n                \"userId\": \"682470ed6795ac7e871e7597\",\n                \"notifications\": [\n                    {\n                        \"_id\": \"68500dfc5528fad3df9238fa\",\n                        \"userId\": {\n                            \"_id\": \"682470ed6795ac7e871e7597\",\n                            \"email\": \"contriwhiz@gmail.com\"\n                        },\n                        \"alertId\": {\n                            \"_id\": \"684150d73be4170a98771e65\",\n                            \"name\": \"Save Alert\",\n                            \"filter\": {\n                                \"search\": \"\",\n                                \"surfaceArea\": \"\",\n                                \"minimumPrice\": \"\",\n                                \"maximumPrice\": \"\",\n                                \"rooms\": \"T2,T0\",\n                                \"amenities\": \"\"\n                            },\n                            \"status\": \"active\",\n                            \"userId\": \"682470ed6795ac7e871e7597\",\n                            \"id\": \"684150d73be4170a98771e65\"\n                        },\n                        \"propertyId\": \"68500dfc5528fad3df9238f1\",\n                        \"propertyName\": \"Apartamento t4 à venda em Pena\",\n                        \"isRead\": true,\n                        \"created_at\": \"2025-06-16T12:28:44.489Z\",\n                        \"__v\": 0,\n                        \"id\": \"68500dfc5528fad3df9238fa\"\n                    },\n                    {\n                        \"_id\": \"68500dfc5528fad3df9238f8\",\n                        \"userId\": {\n                            \"_id\": \"682470ed6795ac7e871e7597\",\n                            \"email\": \"contriwhiz@gmail.com\"\n                        },\n                        \"alertId\": {\n                            \"_id\": \"683ecc91cf796ac542f8b0ab\",\n                            \"name\": \"Lisboa A/C\",\n                            \"filter\": {\n                                \"search\": \"Lisboa\",\n                                \"surfaceArea\": \"100\",\n                                \"minimumPrice\": \"\",\n                                \"maximumPrice\": \"\",\n                                \"rooms\": \"\",\n                                \"amenities\": \"Air Conditioning\"\n                            },\n                            \"status\": \"active\",\n                            \"userId\": \"682470ed6795ac7e871e7597\",\n                            \"id\": \"683ecc91cf796ac542f8b0ab\"\n                        },\n                        \"propertyId\": \"68500dfc5528fad3df9238f1\",\n                        \"propertyName\": \"Apartamento t4 à venda em Pena\",\n                        \"isRead\": true,\n                        \"created_at\": \"2025-06-16T12:28:44.439Z\",\n                        \"__v\": 0,\n                        \"id\": \"68500dfc5528fad3df9238f8\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"49e7f02b-d482-4c17-96f9-9ee6f7a47abd"},{"name":"Get Setting","id":"459c5ebb-981d-4447-b68c-b3a1db77a667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"683abdc85f728120ef3181f6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/userSetting/setting","description":"<h2 id=\"user-settings-api\">User Settings API</h2>\n<p>This endpoint allows you to retrieve user settings based on the provided user ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>URL:</strong> <a href=\"https://api.imoradar.pt/api/v1/userSetting/setting\">https://api.imoradar.pt/api/v1/userSetting/setting</a></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and include the following parameter:</p>\n<ul>\n<li><strong>userId</strong> (string): The unique identifier for the user whose settings are being retrieved.</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"683abdc85f728120ef3181f6\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): Status of the request (may be empty).</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the user settings data with the following fields:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the settings entry.</p>\n</li>\n<li><p><strong>timeInterval</strong> (string): The time interval setting for the user.</p>\n</li>\n<li><p><strong>userId</strong> (string): The user ID associated with the settings.</p>\n</li>\n<li><p><strong>__v</strong> (number): Version key for the settings document.</p>\n</li>\n<li><p><strong>id</strong> (string): Another identifier for the settings entry.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"68511775caef927b904c599d\",\n        \"timeInterval\": \"daily\",\n        \"userId\": \"683abdc85f728120ef3181f6\",\n        \"__v\": 0,\n        \"id\": \"68511775caef927b904c599d\"\n    }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<p>Ensure that the <code>userId</code> provided in the request body is valid to receive the corresponding user settings.</p>\n","urlObject":{"protocol":"https","path":["api","v1","userSetting","setting"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"05861ad9-beed-439a-b681-fee5a7bd941d","name":"Get Setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\":\"683abdc85f728120ef3181f6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/userSetting/setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-jVfbyADHzgyq1tfs6uZMxwPlWsg\""},{"key":"Date","value":"Tue, 17 Jun 2025 07:39:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"_id\": \"68511775caef927b904c599d\",\n        \"timeInterval\": \"daily\",\n        \"userId\": \"683abdc85f728120ef3181f6\",\n        \"__v\": 0,\n        \"id\": \"68511775caef927b904c599d\"\n    }\n}"}],"_postman_id":"459c5ebb-981d-4447-b68c-b3a1db77a667"},{"name":"Rent Properties List","id":"a60b9e87-a7cf-4cc8-bf89-5f253b0ffdee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/rent-properties/list?page=1&limit=50","description":"<h3 id=\"rent-list-properties\">Rent List Properties</h3>\n<h6 id=\"this-endpoint-retrieves-a-list-of-rental-properties-available-for-rent-it-allows-users-to-paginate-through-the-results-by-specifying-the-desired-page-number-and-the-number-of-properties-to-return-per-page\"><strong>This endpoint retrieves a list of rental properties available for rent. It allows users to paginate through the results by specifying the desired page number and the number of properties to return per page.</strong></h6>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/rent-properties/list</code></p>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>page</code> (integer): The page number to retrieve. Default is 1.</p>\n</li>\n<li><p><code>limit</code> (integer): The number of properties to return per page. Default is 50.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response will be in JSON format and contains the following structure:</p>\n<ul>\n<li><p><code>status</code>: A string indicating the status of the request.</p>\n</li>\n<li><p><code>message</code>: A string containing any relevant message regarding the request.</p>\n</li>\n<li><p><code>data</code>: An array of property objects, each containing:</p>\n<ul>\n<li><p><code>_id</code>: Unique identifier for the property.</p>\n</li>\n<li><p><code>idAnnonce</code>: Identifier for the advertisement.</p>\n</li>\n<li><p><code>propertyIdAnnonce</code>: Property advertisement ID.</p>\n</li>\n<li><p><code>title</code>: Title of the property listing.</p>\n</li>\n<li><p><code>rentPrice</code>: Monthly rent price of the property.</p>\n</li>\n<li><p><code>surface</code>: Surface area of the property.</p>\n</li>\n<li><p><code>address</code>: Full address of the property.</p>\n</li>\n<li><p><code>district</code>: District where the property is located.</p>\n</li>\n<li><p><code>municipality</code>: Municipality of the property.</p>\n</li>\n<li><p><code>borough</code>: Borough of the property.</p>\n</li>\n<li><p><code>neighborhood</code>: Neighborhood of the property.</p>\n</li>\n<li><p><code>datePublication</code>: Date when the property was published.</p>\n</li>\n<li><p><code>description</code>: Description of the property.</p>\n</li>\n<li><p><code>nbBedrooms</code>: Number of bedrooms in the property.</p>\n</li>\n<li><p><code>nbBathrooms</code>: Number of bathrooms in the property.</p>\n</li>\n<li><p><code>garage</code>: Information about garage availability.</p>\n</li>\n<li><p><code>propertyCondition</code>: Condition of the property.</p>\n</li>\n<li><p><code>andar</code>: Floor number of the property.</p>\n</li>\n<li><p><code>elevator</code>: Availability of an elevator.</p>\n</li>\n<li><p><code>heating</code>: Heating system details.</p>\n</li>\n<li><p><code>airConditioning</code>: Air conditioning details.</p>\n</li>\n<li><p><code>energyClass</code>: Energy classification of the property.</p>\n</li>\n<li><p><code>propertyType</code>: Type of the property (e.g., apartment, house).</p>\n</li>\n<li><p><code>balcony</code>: Information about balcony availability.</p>\n</li>\n<li><p><code>advertiserType</code>: Type of advertiser (e.g., agent, owner).</p>\n</li>\n<li><p><code>duplex</code>: Indicates if the property is a duplex.</p>\n</li>\n<li><p><code>source</code>: Source of the property listing.</p>\n</li>\n<li><p><code>url</code>: URL to the property listing.</p>\n</li>\n<li><p><code>status</code>: Current status of the property.</p>\n</li>\n<li><p><code>updatedDate</code>: Last updated date of the listing.</p>\n</li>\n<li><p><code>furnished</code>: Information on whether the property is furnished.</p>\n</li>\n<li><p><code>bathtub</code>: Availability of a bathtub.</p>\n</li>\n<li><p><code>washingMachine</code>: Availability of a washing machine.</p>\n</li>\n<li><p><code>dryer</code>: Availability of a dryer.</p>\n</li>\n<li><p><code>oven</code>: Availability of an oven.</p>\n</li>\n<li><p><code>microwave</code>: Availability of a microwave.</p>\n</li>\n<li><p><code>createdAt</code>: Creation date of the property entry.</p>\n</li>\n<li><p><code>updatedAt</code>: Last updated date of the property entry.</p>\n</li>\n<li><p><code>__v</code>: Version key.</p>\n</li>\n<li><p><code>activeDays</code>: Number of active days the property has been listed.</p>\n</li>\n<li><p><code>priceEvaluation</code>: Price evaluation of the property.</p>\n</li>\n<li><p><code>priceMetersquare</code>: Price per square meter.</p>\n</li>\n<li><p><code>numericPrice</code>: Numeric representation of the price.</p>\n</li>\n<li><p><code>amenities</code>: List of amenities available with the property.</p>\n</li>\n<li><p><code>newAddress</code>: New address information if applicable.</p>\n</li>\n<li><p><code>lastSeen</code>: Timestamp of the last time the property was viewed.</p>\n</li>\n<li><p><code>price</code>: Price information.</p>\n</li>\n</ul>\n</li>\n<li><p><code>pagination</code>: An object containing pagination details:</p>\n<ul>\n<li><p><code>currentPage</code>: The current page number.</p>\n</li>\n<li><p><code>totalPages</code>: Total number of pages available.</p>\n</li>\n<li><p><code>totalRecords</code>: Total number of records available.</p>\n</li>\n<li><p><code>pageSize</code>: Number of records per page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-\">Response :</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Rent List retrieved successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6874ddc860a28e938ac4d219\",\n            \"idAnnonce\": \"18797311\",\n            \"propertyIdAnnonce\": \"18797311\",\n            \"title\": \"Arrendamento Apartamento T3 Novo\",\n            \"rentPrice\": \"2.200\",\n            \"surface\": \"130 m²\",\n            \"address\": \"Constituição, Cedofeita, Ildefonso, Sé, Miragaia, Nicolau, Vitória, Porto, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"Porto\",\n            \"borough\": \"Vitória\",\n            \"neighborhood\": \"Nicolau\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Apartamento T3, (sendo duas suítes), com 130 m2 de área bruta, localizado na Rua da Constituição, Porto.\\n A fração situa-se em empreendimento novo, construído em 2024, implantado em zona de cariz maioritariamente habitacional com existência de grandes superfícies comerciais e serviços na proximidade.\\nEste apartamento esta totalmente mobiliado, com equipamentos e produtos de alta qualidade, para trazer todo conforto e um toque especial do aconchego do seu lar.\\nEquipado com: \\n- Cozinha totalmente equipada\\n- Bomba de calor \\n- Ar-condicionado\\n- Máquina de lavar/secar roupa e máquina da louça\\n- Roupeiros embutidos\\n- Vídeo porteiro\\n- Elevador\\n- Vidros duplos\\n- Garagem com portão elétrico\\nDestaca-se nas proximidades, restaurantes, hospitais, farmácias e transportes públicos incluindo metro a 300 metros.\\nEssa é a sua oportunidade de desfrutar desse lar moderno e altamente confortável para criar lindas memórias com sua família. \\nAgende já a sua visita e encante-se! \\nCategoria Energética: Isento\",\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"Em curso / Isentos\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/arrendamento-apartamento-t3-novo-ID1gS2r\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T10:53:13.998Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T10:36:56.127Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"16,92\",\n            \"numericPrice\": 2200,\n            \"amenities\": \"garage, heating, elevator\",\n            \"newAddress\": \"Vitória, Porto, Porto\",\n            \"lastSeen\": null,\n            \"price\": \"2.200\"\n        },\n        {\n            \"_id\": \"6874dde960a28e938ac4d23e\",\n            \"idAnnonce\": \"9822865\",\n            \"propertyIdAnnonce\": \"9822865\",\n            \"title\": \"Escritório CONSIGLIERI PARK 100 m2\",\n            \"rentPrice\": \"1.500\",\n            \"surface\": \"100 m²\",\n            \"address\": \"Queluz de Baixo, Barcarena, Oeiras, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Oeiras\",\n            \"borough\": \"Barcarena\",\n            \"neighborhood\": \"Queluz de Baixo\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Comercializado por: PujolinvestEscritório totalmente remodelado, composto por Open Space, Gabinete e Sala de Reuniões, WC, inserido no CONSIGLIERI PARK, estacionamento, carregadores elétricos de automóveis, restaurante/cafetaria, caixa MB e segurança 24 horas. Condomínio mensal: 184 €.\",\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"Yes\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"Escritório\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/escritorio-consiglieri-park-100-m2-IDFdnj\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T10:49:27.510Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T10:37:29.459Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"15,00\",\n            \"numericPrice\": 1500,\n            \"amenities\": \"airConditioning, heating, elevator\",\n            \"newAddress\": \"Barcarena, Oeiras, Lisboa\",\n            \"lastSeen\": null,\n            \"price\": \"1.500\"\n        },\n        {\n            \"_id\": \"6874b74b450bdeb343bc8760\",\n            \"idAnnonce\": \"18812266\",\n            \"propertyIdAnnonce\": \"18812266\",\n            \"title\": \"Arrenda-se Espaço Comercial\",\n            \"rentPrice\": \"600\",\n            \"surface\": \"600 m²\",\n            \"address\": \"Campo e Sobrado, Valongo, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"\",\n            \"borough\": \"Valongo\",\n            \"neighborhood\": \"Campo e Sobrado\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Arrenda-se um Espaço Comercial com 120m2,  localizado à face da Estrada nº15 a 150m de portagem da A4, com bom estacionamento\",\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"A\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/arrenda-se-espaco-comercial-ID1gWWE\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T07:52:43.656Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T07:52:43.657Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"1,00\",\n            \"numericPrice\": 600,\n            \"amenities\": \"\",\n            \"newAddress\": \"Valongo, Porto\",\n            \"lastSeen\": null,\n            \"price\": \"600\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalRecords\": 3,\n        \"pageSize\": 50\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","rent-properties","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"cebb5351-494c-42dd-9907-0e4bded12ca5","name":"Rent Properties List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.imoradar.pt/api/v1/rent-properties/list?page=1&limit=50","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","rent-properties","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5077"},{"key":"ETag","value":"W/\"13d5-+7lZZKuSJEGSsxYMIAo5q8quwP8\""},{"key":"Date","value":"Thu, 24 Jul 2025 12:00:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Rent List retrieved successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6874ddc860a28e938ac4d219\",\n            \"idAnnonce\": \"18797311\",\n            \"propertyIdAnnonce\": \"18797311\",\n            \"title\": \"Arrendamento Apartamento T3 Novo\",\n            \"rentPrice\": \"2.200\",\n            \"surface\": \"130 m²\",\n            \"address\": \"Constituição, Cedofeita, Ildefonso, Sé, Miragaia, Nicolau, Vitória, Porto, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"Porto\",\n            \"borough\": \"Vitória\",\n            \"neighborhood\": \"Nicolau\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Apartamento T3, (sendo duas suítes), com 130 m2 de área bruta, localizado na Rua da Constituição, Porto.\\n A fração situa-se em empreendimento novo, construído em 2024, implantado em zona de cariz maioritariamente habitacional com existência de grandes superfícies comerciais e serviços na proximidade.\\nEste apartamento esta totalmente mobiliado, com equipamentos e produtos de alta qualidade, para trazer todo conforto e um toque especial do aconchego do seu lar.\\nEquipado com: \\n- Cozinha totalmente equipada\\n- Bomba de calor \\n- Ar-condicionado\\n- Máquina de lavar/secar roupa e máquina da louça\\n- Roupeiros embutidos\\n- Vídeo porteiro\\n- Elevador\\n- Vidros duplos\\n- Garagem com portão elétrico\\nDestaca-se nas proximidades, restaurantes, hospitais, farmácias e transportes públicos incluindo metro a 300 metros.\\nEssa é a sua oportunidade de desfrutar desse lar moderno e altamente confortável para criar lindas memórias com sua família. \\nAgende já a sua visita e encante-se! \\nCategoria Energética: Isento\",\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"Em curso / Isentos\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/arrendamento-apartamento-t3-novo-ID1gS2r\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T10:53:13.998Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T10:36:56.127Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"16,92\",\n            \"numericPrice\": 2200,\n            \"amenities\": \"garage, heating, elevator\",\n            \"newAddress\": \"Vitória, Porto, Porto\",\n            \"lastSeen\": null,\n            \"price\": \"2.200\"\n        },\n        {\n            \"_id\": \"6874dde960a28e938ac4d23e\",\n            \"idAnnonce\": \"9822865\",\n            \"propertyIdAnnonce\": \"9822865\",\n            \"title\": \"Escritório CONSIGLIERI PARK 100 m2\",\n            \"rentPrice\": \"1.500\",\n            \"surface\": \"100 m²\",\n            \"address\": \"Queluz de Baixo, Barcarena, Oeiras, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Oeiras\",\n            \"borough\": \"Barcarena\",\n            \"neighborhood\": \"Queluz de Baixo\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Comercializado por: PujolinvestEscritório totalmente remodelado, composto por Open Space, Gabinete e Sala de Reuniões, WC, inserido no CONSIGLIERI PARK, estacionamento, carregadores elétricos de automóveis, restaurante/cafetaria, caixa MB e segurança 24 horas. Condomínio mensal: 184 €.\",\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"Yes\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"Escritório\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/escritorio-consiglieri-park-100-m2-IDFdnj\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T10:49:27.510Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T10:37:29.459Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"15,00\",\n            \"numericPrice\": 1500,\n            \"amenities\": \"airConditioning, heating, elevator\",\n            \"newAddress\": \"Barcarena, Oeiras, Lisboa\",\n            \"lastSeen\": null,\n            \"price\": \"1.500\"\n        },\n        {\n            \"_id\": \"6874b74b450bdeb343bc8760\",\n            \"idAnnonce\": \"18812266\",\n            \"propertyIdAnnonce\": \"18812266\",\n            \"title\": \"Arrenda-se Espaço Comercial\",\n            \"rentPrice\": \"600\",\n            \"surface\": \"600 m²\",\n            \"address\": \"Campo e Sobrado, Valongo, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"\",\n            \"borough\": \"Valongo\",\n            \"neighborhood\": \"Campo e Sobrado\",\n            \"datePublication\": \"2025-07-14\",\n            \"description\": \"Arrenda-se um Espaço Comercial com 120m2,  localizado à face da Estrada nº15 a 150m de portagem da A4, com bom estacionamento\",\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"A\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/arrenda-se-espaco-comercial-ID1gWWE\",\n            \"status\": \"active\",\n            \"updatedDate\": \"2025-07-14T07:52:43.656Z\",\n            \"furnished\": \"No\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"createdAt\": \"2025-07-14T07:52:43.657Z\",\n            \"updatedAt\": \"2025-07-22T10:35:36.307Z\",\n            \"__v\": 0,\n            \"activeDays\": \"10\",\n            \"priceEvaluation\": 0,\n            \"priceMetersquare\": \"1,00\",\n            \"numericPrice\": 600,\n            \"amenities\": \"\",\n            \"newAddress\": \"Valongo, Porto\",\n            \"lastSeen\": null,\n            \"price\": \"600\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalRecords\": 3,\n        \"pageSize\": 50\n    }\n}"}],"_postman_id":"a60b9e87-a7cf-4cc8-bf89-5f253b0ffdee"},{"name":"Get Rent Properties Deatils","id":"7a5296a8-a8f1-4d15-b334-44672adbb67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/rent-properties/6874ddc860a28e938ac4d219","description":"<h2 id=\"get-property-details\">Get Property Details</h2>\n<p>This endpoint retrieves detailed information about a specific rental property based on the provided property ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/rent-properties</code></p>\n</li>\n<li><p><strong>Params</strong>: <code>propertyId</code></p>\n</li>\n</ul>\n<h4 id=\"parameters\">Parameters</h4>\n<ul>\n<li><code>propertyId</code> (string): The unique identifier for the rental property you wish to retrieve. In this example, it is <code>6874ddc860a28e938ac4d219</code>.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API returns a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): Status of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): Additional message regarding the request.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains detailed information about the property:</p>\n<ul>\n<li><p><strong>_id</strong> (string): Unique identifier for the property record.</p>\n</li>\n<li><p><strong>idAnnonce</strong> (string): Advertisement ID for the property.</p>\n</li>\n<li><p><strong>propertyIdAnnonce</strong> (string): Another identifier related to the property advertisement.</p>\n</li>\n<li><p><strong>title</strong> (string): Title of the property listing.</p>\n</li>\n<li><p><strong>rentPrice</strong> (string): Monthly rent price of the property.</p>\n</li>\n<li><p><strong>surface</strong> (string): Total surface area of the property.</p>\n</li>\n<li><p><strong>address</strong> (string): Full address of the property.</p>\n</li>\n<li><p><strong>district</strong> (string): District where the property is located.</p>\n</li>\n<li><p><strong>municipality</strong> (string): Municipality of the property.</p>\n</li>\n<li><p><strong>borough</strong> (string): Borough of the property.</p>\n</li>\n<li><p><strong>neighborhood</strong> (string): Neighborhood where the property is situated.</p>\n</li>\n<li><p><strong>datePublication</strong> (string): Date the property was published.</p>\n</li>\n<li><p><strong>description</strong> (string): Description of the property.</p>\n</li>\n<li><p><strong>nbBedrooms</strong> (string): Number of bedrooms in the property.</p>\n</li>\n<li><p><strong>nbBathrooms</strong> (string): Number of bathrooms in the property.</p>\n</li>\n<li><p><strong>garage</strong> (string): Indicates if the property has a garage.</p>\n</li>\n<li><p><strong>propertyCondition</strong> (string): Condition of the property (e.g., new, used).</p>\n</li>\n<li><p><strong>andar</strong> (string): Floor number of the property.</p>\n</li>\n<li><p><strong>elevator</strong> (string): Indicates if there is an elevator in the building.</p>\n</li>\n<li><p><strong>heating</strong> (string): Type of heating available in the property.</p>\n</li>\n<li><p><strong>airConditioning</strong> (string): Indicates if air conditioning is present.</p>\n</li>\n<li><p><strong>energyClass</strong> (string): Energy efficiency class of the property.</p>\n</li>\n<li><p><strong>propertyType</strong> (string): Type of the property (e.g., apartment, house).</p>\n</li>\n<li><p><strong>balcony</strong> (string): Indicates if the property has a balcony.</p>\n</li>\n<li><p><strong>advertiserType</strong> (string): Type of advertiser (e.g., agency, owner).</p>\n</li>\n<li><p><strong>duplex</strong> (string): Indicates if the property is a duplex.</p>\n</li>\n<li><p><strong>source</strong> (string): Source of the property listing.</p>\n</li>\n<li><p><strong>url</strong> (string): URL to the property listing.</p>\n</li>\n<li><p><strong>status</strong> (string): Current status of the property (e.g., available, rented).</p>\n</li>\n<li><p><strong>updatedDate</strong> (string): Date when the property details were last updated.</p>\n</li>\n<li><p><strong>furnished</strong> (string): Indicates if the property is furnished.</p>\n</li>\n<li><p><strong>bathtub</strong> (string): Indicates if the property has a bathtub.</p>\n</li>\n<li><p><strong>washingMachine</strong> (string): Indicates if there is a washing machine.</p>\n</li>\n<li><p><strong>dryer</strong> (string): Indicates if there is a dryer.</p>\n</li>\n<li><p><strong>oven</strong> (string): Indicates if there is an oven.</p>\n</li>\n<li><p><strong>microwave</strong> (string): Indicates if there is a microwave.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Date when the property record was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Date when the property record was last updated.</p>\n</li>\n<li><p><strong>activeDays</strong> (string): Number of days the property has been active.</p>\n</li>\n<li><p><strong>priceEvaluation</strong> (string): Evaluation of the property's price.</p>\n</li>\n<li><p><strong>priceMetersquare</strong> (string): Price per square meter of the property.</p>\n</li>\n<li><p><strong>id</strong> (string): Another identifier for the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Property Details get successfully\",\n    \"data\": {\n        \"_id\": \"6874ddc860a28e938ac4d219\",\n        \"idAnnonce\": \"18797311\",\n        \"propertyIdAnnonce\": \"18797311\",\n        \"title\": \"Arrendamento Apartamento T3 Novo\",\n        \"rentPrice\": \"2.200\",\n        \"surface\": \"130 m²\",\n        \"address\": \"Constituição, Cedofeita, Ildefonso, Sé, Miragaia, Nicolau, Vitória, Porto, Porto\",\n        \"district\": \"Porto\",\n        \"municipality\": \"Porto\",\n        \"borough\": \"Vitória\",\n        \"neighborhood\": \"Nicolau\",\n        \"datePublication\": \"2025-07-14\",\n        \"description\": \"Apartamento T3, (sendo duas suítes), com 130 m2 de área bruta, localizado na Rua da Constituição, Porto.\\n A fração situa-se em empreendimento novo, construído em 2024, implantado em zona de cariz maioritariamente habitacional com existência de grandes superfícies comerciais e serviços na proximidade.\\nEste apartamento esta totalmente mobiliado, com equipamentos e produtos de alta qualidade, para trazer todo conforto e um toque especial do aconchego do seu lar.\\nEquipado com: \\n- Cozinha totalmente equipada\\n- Bomba de calor \\n- Ar-condicionado\\n- Máquina de lavar/secar roupa e máquina da louça\\n- Roupeiros embutidos\\n- Vídeo porteiro\\n- Elevador\\n- Vidros duplos\\n- Garagem com portão elétrico\\nDestaca-se nas proximidades, restaurantes, hospitais, farmácias e transportes públicos incluindo metro a 300 metros.\\nEssa é a sua oportunidade de desfrutar desse lar moderno e altamente confortável para criar lindas memórias com sua família. \\nAgende já a sua visita e encante-se! \\nCategoria Energética: Isento\",\n        \"nbBedrooms\": \"T3\",\n        \"nbBathrooms\": \"3\",\n        \"garage\": \"Yes\",\n        \"propertyCondition\": \"\",\n        \"andar\": \"\",\n        \"elevator\": \"1\",\n        \"heating\": \"1\",\n        \"airConditioning\": \"No\",\n        \"energyClass\": \"Em curso / Isentos\",\n        \"propertyType\": \"Garagem\",\n        \"balcony\": \"No\",\n        \"advertiserType\": \"Profissional\",\n        \"duplex\": \"\",\n        \"source\": \"imovirtual\",\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/arrendamento-apartamento-t3-novo-ID1gS2r\",\n        \"status\": \"active\",\n        \"updatedDate\": \"2025-07-14T10:53:13.998Z\",\n        \"furnished\": \"No\",\n        \"bathtub\": \"No\",\n        \"washingMachine\": \"No\",\n        \"dryer\": \"No\",\n        \"oven\": \"No\",\n        \"microwave\": \"No\",\n        \"createdAt\": \"2025-07-14T10:36:56.127Z\",\n        \"updatedAt\": \"2025-07-24T12:00:41.877Z\",\n        \"activeDays\": \"10\",\n        \"priceEvaluation\": \"0\",\n        \"priceMetersquare\": \"16,92\",\n        \"id\": \"6874ddc860a28e938ac4d219\"\n    }\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","rent-properties","6874ddc860a28e938ac4d219"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"cbd154ec-e29b-4119-8866-50dd1a02769b","name":"Get Rent Properties Deatils","originalRequest":{"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/rent-properties/6874ddc860a28e938ac4d219"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2216"},{"key":"ETag","value":"W/\"8a8-kPXNnuFT8QVnhgVKdH/gUGLQWU8\""},{"key":"Date","value":"Thu, 24 Jul 2025 12:08:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Property Details get successfully\",\n    \"data\": {\n        \"_id\": \"6874ddc860a28e938ac4d219\",\n        \"idAnnonce\": \"18797311\",\n        \"propertyIdAnnonce\": \"18797311\",\n        \"title\": \"Arrendamento Apartamento T3 Novo\",\n        \"rentPrice\": \"2.200\",\n        \"surface\": \"130 m²\",\n        \"address\": \"Constituição, Cedofeita, Ildefonso, Sé, Miragaia, Nicolau, Vitória, Porto, Porto\",\n        \"district\": \"Porto\",\n        \"municipality\": \"Porto\",\n        \"borough\": \"Vitória\",\n        \"neighborhood\": \"Nicolau\",\n        \"datePublication\": \"2025-07-14\",\n        \"description\": \"Apartamento T3, (sendo duas suítes), com 130 m2 de área bruta, localizado na Rua da Constituição, Porto.\\n A fração situa-se em empreendimento novo, construído em 2024, implantado em zona de cariz maioritariamente habitacional com existência de grandes superfícies comerciais e serviços na proximidade.\\nEste apartamento esta totalmente mobiliado, com equipamentos e produtos de alta qualidade, para trazer todo conforto e um toque especial do aconchego do seu lar.\\nEquipado com: \\n- Cozinha totalmente equipada\\n- Bomba de calor \\n- Ar-condicionado\\n- Máquina de lavar/secar roupa e máquina da louça\\n- Roupeiros embutidos\\n- Vídeo porteiro\\n- Elevador\\n- Vidros duplos\\n- Garagem com portão elétrico\\nDestaca-se nas proximidades, restaurantes, hospitais, farmácias e transportes públicos incluindo metro a 300 metros.\\nEssa é a sua oportunidade de desfrutar desse lar moderno e altamente confortável para criar lindas memórias com sua família. \\nAgende já a sua visita e encante-se! \\nCategoria Energética: Isento\",\n        \"nbBedrooms\": \"T3\",\n        \"nbBathrooms\": \"3\",\n        \"garage\": \"Yes\",\n        \"propertyCondition\": \"\",\n        \"andar\": \"\",\n        \"elevator\": \"1\",\n        \"heating\": \"1\",\n        \"airConditioning\": \"No\",\n        \"energyClass\": \"Em curso / Isentos\",\n        \"propertyType\": \"Garagem\",\n        \"balcony\": \"No\",\n        \"advertiserType\": \"Profissional\",\n        \"duplex\": \"\",\n        \"source\": \"imovirtual\",\n        \"url\": \"https://www.imovirtual.com/pt/anuncio/arrendamento-apartamento-t3-novo-ID1gS2r\",\n        \"status\": \"active\",\n        \"updatedDate\": \"2025-07-14T10:53:13.998Z\",\n        \"furnished\": \"No\",\n        \"bathtub\": \"No\",\n        \"washingMachine\": \"No\",\n        \"dryer\": \"No\",\n        \"oven\": \"No\",\n        \"microwave\": \"No\",\n        \"createdAt\": \"2025-07-14T10:36:56.127Z\",\n        \"updatedAt\": \"2025-07-24T12:00:41.877Z\",\n        \"activeDays\": \"10\",\n        \"priceEvaluation\": \"0\",\n        \"priceMetersquare\": \"16,92\",\n        \"id\": \"6874ddc860a28e938ac4d219\"\n    }\n}"}],"_postman_id":"7a5296a8-a8f1-4d15-b334-44672adbb67b"},{"name":"Save User Favorite Properties","id":"21791574-8635-4472-b72c-c30eae3118f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"propertyId\": [\r\n        \"6874f583ae4e5cb353e06cfc\"\r\n    ],\r\n    \"isFavorite\": \"favourite\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/favorites/user-favorite-properties","description":"<h3 id=\"add-user-favorite-properties\">Add User Favorite Properties</h3>\n<p>This endpoint allows users to add properties to their favorites list. By sending a POST request with the required parameters, users can specify which property they want to mark as a favorite.</p>\n<ul>\n<li><p><strong>Endpoint:</strong> <code>https://api.imoradar.pt/api/v1/favorites/user-favorite-properties</code></p>\n</li>\n<li><p><strong>Method:</strong> Post</p>\n</li>\n</ul>\n<h4 id=\"body-parameters\">Body Parameters:</h4>\n<ul>\n<li><p><strong>userId</strong> (string): The unique identifier of the user.</p>\n</li>\n<li><p><strong>propertyId</strong> (array of strings): An array containing the unique identifiers of the properties to be added to the user's favorites.</p>\n</li>\n<li><p><strong>isFavorite</strong> (string): A status indicating that the property is to be marked as a favorite (e.g., \"favourite\").</p>\n</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p><strong>Status Code:</strong> <code>201 Created</code> - Indicates that the property has been successfully added to the user's favorites.</p>\n</li>\n<li><p><strong>Response Body:</strong></p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates the success of the operation.</p>\n</li>\n<li><p><strong>message</strong> (string): Additional information regarding the operation (may be empty).</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This request is essential for users who want to manage their favorite properties efficiently.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Property added to favorites.\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","favorites","user-favorite-properties"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"10dd3d88-d92a-4f9b-9645-4cb40532ea4f","name":"Save User Favorite Properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"propertyId\": [\r\n        \"6874f583ae4e5cb353e06cfc\"\r\n    ],\r\n    \"isFavorite\": \"favourite\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/favorites/user-favorite-properties"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"ETag","value":"W/\"38-jnnMuRon/kvxSPqVBIa5NKXKDg4\""},{"key":"Date","value":"Thu, 24 Jul 2025 12:21:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Property added to favorites.\"\n}"}],"_postman_id":"21791574-8635-4472-b72c-c30eae3118f1"},{"name":"Favourite Property List","id":"84e5bfe4-35b0-4eb7-8540-3596fd577eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/favorites/favourite-list?page=1&limit=4","description":"<h2 id=\"retrieve-favorite-listings\">Retrieve Favorite Listings</h2>\n<p>This endpoint allows users to retrieve a paginated list of their favorite property listings. It requires the user ID to fetch the relevant data associated with the user's favorites.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/favorites/favourite-list?page=1&amp;limit=4</code></p>\n</li>\n<li><p><strong>Params</strong>: userId</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameter:</p>\n<ul>\n<li><strong>userId</strong> (string): The unique identifier for the user whose favorite listings are being requested.</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"684bdfa5648724bc2149b355\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates the success of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): A message related to the request status (can be empty).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of favorite property listings, where each listing contains:</p>\n<ul>\n<li><p><strong>_id</strong> (string): Unique identifier for the listing.</p>\n</li>\n<li><p><strong>idAnnonce</strong> (string): Identifier for the advertisement.</p>\n</li>\n<li><p><strong>propertyIdAnnonce</strong> (string): Property ID associated with the advertisement.</p>\n</li>\n<li><p><strong>title</strong> (string): Title of the property.</p>\n</li>\n<li><p><strong>sellPrice</strong> (string): Selling price of the property.</p>\n</li>\n<li><p><strong>surface</strong> (string): Surface area of the property.</p>\n</li>\n<li><p><strong>address</strong> (string): Address of the property.</p>\n</li>\n<li><p><strong>district</strong> (string): District where the property is located.</p>\n</li>\n<li><p><strong>municipality</strong> (string): Municipality of the property.</p>\n</li>\n<li><p><strong>borough</strong> (string): Borough of the property.</p>\n</li>\n<li><p><strong>neighborhood</strong> (string): Neighborhood of the property.</p>\n</li>\n<li><p><strong>datePublication</strong> (string): Publication date of the listing.</p>\n</li>\n<li><p><strong>description</strong> (string): Description of the property.</p>\n</li>\n<li><p><strong>priceChange</strong> (array): An array of price change records, each containing:</p>\n<ul>\n<li><p><strong>Date</strong> (string): Date of the price change.</p>\n</li>\n<li><p><strong>Price</strong> (string): New price.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>nbBedrooms</strong> (string): Number of bedrooms.</p>\n</li>\n<li><p><strong>nbBathrooms</strong> (string): Number of bathrooms.</p>\n</li>\n<li><p><strong>garage</strong> (string): Indicates if there is a garage.</p>\n</li>\n<li><p><strong>propertyCondition</strong> (string): Condition of the property.</p>\n</li>\n<li><p><strong>andar</strong> (string): Floor number.</p>\n</li>\n<li><p><strong>elevator</strong> (string): Indicates if there is an elevator.</p>\n</li>\n<li><p><strong>heating</strong> (string): Type of heating.</p>\n</li>\n<li><p><strong>airConditioning</strong> (string): Indicates if there is air conditioning.</p>\n</li>\n<li><p><strong>energyClass</strong> (string): Energy classification of the property.</p>\n</li>\n<li><p><strong>propertyType</strong> (string): Type of the property.</p>\n</li>\n<li><p><strong>balcony</strong> (string): Indicates if there is a balcony.</p>\n</li>\n<li><p><strong>advertiserType</strong> (string): Type of advertiser.</p>\n</li>\n<li><p><strong>duplex</strong> (string): Indicates if the property is a duplex.</p>\n</li>\n<li><p><strong>source</strong> (string): Source of the listing.</p>\n</li>\n<li><p><strong>url</strong> (string): URL to the listing.</p>\n</li>\n<li><p><strong>status</strong> (string): Current status of the listing.</p>\n</li>\n<li><p><strong>bathtub</strong> (string): Indicates if there is a bathtub.</p>\n</li>\n<li><p><strong>washingMachine</strong> (string): Indicates if there is a washing machine.</p>\n</li>\n<li><p><strong>dryer</strong> (string): Indicates if there is a dryer.</p>\n</li>\n<li><p><strong>oven</strong> (string): Indicates if there is an oven.</p>\n</li>\n<li><p><strong>microwave</strong> (string): Indicates if there is a microwave.</p>\n</li>\n<li><p><strong>updatedDate</strong> (string): Last updated date of the listing.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Creation date of the listing.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Last updated timestamp.</p>\n</li>\n<li><p><strong>__v</strong> (number): Version key for the document.</p>\n</li>\n<li><p><strong>activeDays</strong> (string): Number of active days the listing has been available.</p>\n</li>\n<li><p><strong>priceEvaluation</strong> (string): Evaluation of the price.</p>\n</li>\n<li><p><strong>priceMetersquare</strong> (string): Price per square meter.</p>\n</li>\n<li><p><strong>favourites</strong> (array): An array of favorites associated with the listing, each containing:</p>\n<ul>\n<li><p><strong>_id</strong> (string): Unique identifier for the favorite.</p>\n</li>\n<li><p><strong>userId</strong> (string): User ID of the person who favorited the listing.</p>\n</li>\n<li><p><strong>propertyId</strong> (string): Property ID of the favorite.</p>\n</li>\n<li><p><strong>isFavorite</strong> (boolean): Indicates if it is a favorite.</p>\n</li>\n<li><p><strong>created_at</strong> (string): Creation timestamp.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Creation date.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Last updated timestamp.</p>\n</li>\n<li><p><strong>__v</strong> (number): Version key for the favorite document.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>pagination</strong> (object): Contains pagination details:</p>\n<ul>\n<li><p><strong>currentPage</strong> (number): The current page number.</p>\n</li>\n<li><p><strong>totalPages</strong> (number): Total number of pages available.</p>\n</li>\n<li><p><strong>totalCount</strong> (number): Total number of favorite listings.</p>\n</li>\n<li><p><strong>pageSize</strong> (number): Number of listings per page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Favourite properties fetched successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6874f583ae4e5cb353e06cfc\",\n            \"idAnnonce\": \"34336653\",\n            \"propertyIdAnnonce\": \"21750/A\",\n            \"title\": \"Estúdio t0 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"150.000\",\n            \"surface\": \"67 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-07-03\",\n            \"description\": \"Pronto a estrear, este apartamento poderá ser exatamente aquilo que precisa!Localizado no centro da bela localidade de Águeda, perfeito para quem procura conforto e praticidade, para si temos apartamento T0 novo, inserido no rés do chão, com cerca de 67m2.Este imóvel oferece um espaço acolhedor e funcional. A cozinha equipada com placa vitrocerâmica e exaustor proporciona a comodidade necessária para preparar deliciosas refeições.O apartamento conta ainda com um WC completo e uma zona de arrumos, ideal para manter tudo organizado.Seja para habitação própria ou como investimento em arrendamento, esta é uma oportunidade imperdível.Aproveite a vida urbana com todas as comodidades à porta, numa localização privilegiada.Não perca a chance de conhecer este espaço que pode ser o seu novo lar ou uma excelente fonte de rendimento!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"150.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"0\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"c\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34336653/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:18:11.918Z\",\n            \"createdAt\": \"2025-07-14T12:18:11.920Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"21\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"2.238,81\",\n            \"favourites\": [\n                {\n                    \"_id\": \"68822543e1aeaeb0c799d67b\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"6874f583ae4e5cb353e06cfc\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-24T12:21:23.614Z\",\n                    \"createdAt\": \"2025-07-24T12:21:23.617Z\",\n                    \"updatedAt\": \"2025-07-24T12:21:23.617Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"6874f5ffae4e5cb353e06d47\",\n            \"idAnnonce\": \"33532602\",\n            \"propertyIdAnnonce\": \"APA_593\",\n            \"title\": \"Apartamento t2 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"250.000\",\n            \"surface\": \"141 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-04-14\",\n            \"description\": \"Apartamento T2+1 no Centro de Águeda com Garagem e ArrecadaçãoApresentamos este encantador apartamento de 2 quartos + 1, localizado no coração de Águeda, junto ao Jardim da Praça do Município. Ideal para quem procura conforto e conveniência, esta propriedade oferece as seguintes características:Dois Quartos: Ambos os quartos são espaçosos e bem iluminados, com roupeiros embutidos, proporcionando um ambiente acolhedor e funcional.Sala de Estar: Uma ampla sala de estar, perfeita para relaxar e receber convidados, com janelas grandes que garantem uma excelente entrada de luz natural.Cozinha: A cozinha está equipada e tem bastante espaço para refeições diárias + 1 espaço contiguo com possibilidade para mais um quarto.Casa de Banho: A casa de banho é moderna e prática, equipada com todos os elementos essenciais para o seu conforto.Garagem Privativa: O apartamento inclui lugar de garagem, garantindo um espaço seguro e conveniente para o seu veículo.Arrecadação: Dispõe de uma ampla arrecadação adicional no sótão do prédio, ideal para armazenamento de itens extra.Localização Central: Situado no centro de Águeda, este apartamento oferece fácil acesso a todas as comodidades locais, incluindo lojas, restaurantes, escolas e transportes públicos.Este é o lar perfeito para quem deseja viver com todas as vantagens de um apartamento bem localizado. Não perca a oportunidade de conhecer este maravilhoso espaço! Categoria Energética: E ref: APA_593.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"250.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"1\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"e\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/33532602/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:20:15.516Z\",\n            \"createdAt\": \"2025-07-14T12:20:15.518Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"101\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"1.773,05\",\n            \"favourites\": [\n                {\n                    \"_id\": \"687f84494226b372155a5cae\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"6874f5ffae4e5cb353e06d47\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-22T12:30:01.793Z\",\n                    \"createdAt\": \"2025-07-22T12:30:01.794Z\",\n                    \"updatedAt\": \"2025-07-22T12:30:01.794Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"687decc5e8d0aa69d258fd09\",\n            \"idAnnonce\": \"18359887\",\n            \"propertyIdAnnonce\": \"18359887\",\n            \"title\": \"Loja para Comercio e Serviços – Paul - Torres Vedras\",\n            \"sellPrice\": \"115.000\",\n            \"surface\": \"66 m²\",\n            \"address\": \"Rua Lucindo Adriano Dias Martinho - Paúl, Santa Maria, São Pedro e Matacães, Torres Vedras, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Torres Vedras\",\n            \"borough\": \"São Pedro e Matacães\",\n            \"neighborhood\": \"Santa Maria\",\n            \"datePublication\": \"2025-07-21\",\n            \"description\": \"Loja para Comercio e Serviços – Paul - Torres Vedras\\nLocalizada numa zona habitacional, junto a um parque com equipamentos desportivos \\nEspaço comercial de fácil estacionamento, com possibilidade de transformar em habitação\\n\\nLoja para Comercio e Serviços – Paul - Torres Vedras \\nLoja com pavimento e equipamentos novos\\nApta para transformar em habitação\\n\\nInterior da Loja\\nLoja composta por sala ampla com muita luz natural\\nUma sala interior com cozinha em open space, também com luz natural\\nCasa de banho totalmente equipada incluindo base de duche, sem janelas\\n\\nMedidas do Imóvel:\\nSala Ampla 36,48m2\\nSala Interior com Cozinha 25,77m2\\n•\\tSala Interior 22,36m2\\n•\\tCozinha 3,41m2\\nCasa de Banho 1,97m2\\n\\nEquipamento:\\nPlaca, exaustor, termoacumulador, soalho em mosaico na cozinha e wc e em cerâmica a imitar madeira nas restantes divisões.\\n\\nInformações Adicionais:\\nApenas a 7 minutos do Arena Shopping\\nFácil estacionamento \\nExcelente oportunidade de negócio/investimento\\n\\nOutras distâncias:\\n5 Km Arena Shopping\\n5 Km Torres Vedras (centro)\\n7 Km Autoestrada A8\\n49 Km Aeroporto Lisboa\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-21\",\n                    \"Price\": \"115.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/loja-para-comercio-e-servicos-paul-torres-vedras-ID1f2fd\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-21T07:31:17.708Z\",\n            \"createdAt\": \"2025-07-21T07:31:17.713Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"3\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"1.742,42\",\n            \"favourites\": [\n                {\n                    \"_id\": \"687f88ad4226b372155a5ebd\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"687decc5e8d0aa69d258fd09\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-22T12:48:45.109Z\",\n                    \"createdAt\": \"2025-07-22T12:48:45.109Z\",\n                    \"updatedAt\": \"2025-07-22T12:48:45.109Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 3,\n        \"pageSize\": 3\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","favorites","favourite-list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"4"}],"variable":[]}},"response":[{"id":"58175ded-0f92-4f4f-a78e-57d6df41d55b","name":"Favourite Property List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.imoradar.pt/api/v1/favorites/favourite-list?page=1&limit=4","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","favorites","favourite-list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9224"},{"key":"ETag","value":"W/\"2408-AASbQWrgBqxSHTZVZdLu31neDi0\""},{"key":"Date","value":"Thu, 24 Jul 2025 12:30:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Favourite properties fetched successfully\",\n    \"data\": [\n        {\n            \"_id\": \"6874f583ae4e5cb353e06cfc\",\n            \"idAnnonce\": \"34336653\",\n            \"propertyIdAnnonce\": \"21750/A\",\n            \"title\": \"Estúdio t0 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"150.000\",\n            \"surface\": \"67 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-07-03\",\n            \"description\": \"Pronto a estrear, este apartamento poderá ser exatamente aquilo que precisa!Localizado no centro da bela localidade de Águeda, perfeito para quem procura conforto e praticidade, para si temos apartamento T0 novo, inserido no rés do chão, com cerca de 67m2.Este imóvel oferece um espaço acolhedor e funcional. A cozinha equipada com placa vitrocerâmica e exaustor proporciona a comodidade necessária para preparar deliciosas refeições.O apartamento conta ainda com um WC completo e uma zona de arrumos, ideal para manter tudo organizado.Seja para habitação própria ou como investimento em arrendamento, esta é uma oportunidade imperdível.Aproveite a vida urbana com todas as comodidades à porta, numa localização privilegiada.Não perca a chance de conhecer este espaço que pode ser o seu novo lar ou uma excelente fonte de rendimento!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"150.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"0\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"c\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34336653/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:18:11.918Z\",\n            \"createdAt\": \"2025-07-14T12:18:11.920Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"21\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"2.238,81\",\n            \"favourites\": [\n                {\n                    \"_id\": \"68822543e1aeaeb0c799d67b\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"6874f583ae4e5cb353e06cfc\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-24T12:21:23.614Z\",\n                    \"createdAt\": \"2025-07-24T12:21:23.617Z\",\n                    \"updatedAt\": \"2025-07-24T12:21:23.617Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"6874f5ffae4e5cb353e06d47\",\n            \"idAnnonce\": \"33532602\",\n            \"propertyIdAnnonce\": \"APA_593\",\n            \"title\": \"Apartamento t2 à venda em Águeda e Borralha\",\n            \"sellPrice\": \"250.000\",\n            \"surface\": \"141 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"municipality\": \"Águeda\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-04-14\",\n            \"description\": \"Apartamento T2+1 no Centro de Águeda com Garagem e ArrecadaçãoApresentamos este encantador apartamento de 2 quartos + 1, localizado no coração de Águeda, junto ao Jardim da Praça do Município. Ideal para quem procura conforto e conveniência, esta propriedade oferece as seguintes características:Dois Quartos: Ambos os quartos são espaçosos e bem iluminados, com roupeiros embutidos, proporcionando um ambiente acolhedor e funcional.Sala de Estar: Uma ampla sala de estar, perfeita para relaxar e receber convidados, com janelas grandes que garantem uma excelente entrada de luz natural.Cozinha: A cozinha está equipada e tem bastante espaço para refeições diárias + 1 espaço contiguo com possibilidade para mais um quarto.Casa de Banho: A casa de banho é moderna e prática, equipada com todos os elementos essenciais para o seu conforto.Garagem Privativa: O apartamento inclui lugar de garagem, garantindo um espaço seguro e conveniente para o seu veículo.Arrecadação: Dispõe de uma ampla arrecadação adicional no sótão do prédio, ideal para armazenamento de itens extra.Localização Central: Situado no centro de Águeda, este apartamento oferece fácil acesso a todas as comodidades locais, incluindo lojas, restaurantes, escolas e transportes públicos.Este é o lar perfeito para quem deseja viver com todas as vantagens de um apartamento bem localizado. Não perca a oportunidade de conhecer este maravilhoso espaço! Categoria Energética: E ref: APA_593.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"250.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"1\",\n            \"elevator\": \"Yes\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"e\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/33532602/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:20:15.516Z\",\n            \"createdAt\": \"2025-07-14T12:20:15.518Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"101\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"1.773,05\",\n            \"favourites\": [\n                {\n                    \"_id\": \"687f84494226b372155a5cae\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"6874f5ffae4e5cb353e06d47\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-22T12:30:01.793Z\",\n                    \"createdAt\": \"2025-07-22T12:30:01.794Z\",\n                    \"updatedAt\": \"2025-07-22T12:30:01.794Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"687decc5e8d0aa69d258fd09\",\n            \"idAnnonce\": \"18359887\",\n            \"propertyIdAnnonce\": \"18359887\",\n            \"title\": \"Loja para Comercio e Serviços – Paul - Torres Vedras\",\n            \"sellPrice\": \"115.000\",\n            \"surface\": \"66 m²\",\n            \"address\": \"Rua Lucindo Adriano Dias Martinho - Paúl, Santa Maria, São Pedro e Matacães, Torres Vedras, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Torres Vedras\",\n            \"borough\": \"São Pedro e Matacães\",\n            \"neighborhood\": \"Santa Maria\",\n            \"datePublication\": \"2025-07-21\",\n            \"description\": \"Loja para Comercio e Serviços – Paul - Torres Vedras\\nLocalizada numa zona habitacional, junto a um parque com equipamentos desportivos \\nEspaço comercial de fácil estacionamento, com possibilidade de transformar em habitação\\n\\nLoja para Comercio e Serviços – Paul - Torres Vedras \\nLoja com pavimento e equipamentos novos\\nApta para transformar em habitação\\n\\nInterior da Loja\\nLoja composta por sala ampla com muita luz natural\\nUma sala interior com cozinha em open space, também com luz natural\\nCasa de banho totalmente equipada incluindo base de duche, sem janelas\\n\\nMedidas do Imóvel:\\nSala Ampla 36,48m2\\nSala Interior com Cozinha 25,77m2\\n•\\tSala Interior 22,36m2\\n•\\tCozinha 3,41m2\\nCasa de Banho 1,97m2\\n\\nEquipamento:\\nPlaca, exaustor, termoacumulador, soalho em mosaico na cozinha e wc e em cerâmica a imitar madeira nas restantes divisões.\\n\\nInformações Adicionais:\\nApenas a 7 minutos do Arena Shopping\\nFácil estacionamento \\nExcelente oportunidade de negócio/investimento\\n\\nOutras distâncias:\\n5 Km Arena Shopping\\n5 Km Torres Vedras (centro)\\n7 Km Autoestrada A8\\n49 Km Aeroporto Lisboa\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-21\",\n                    \"Price\": \"115.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/loja-para-comercio-e-servicos-paul-torres-vedras-ID1f2fd\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-21T07:31:17.708Z\",\n            \"createdAt\": \"2025-07-21T07:31:17.713Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"3\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"1.742,42\",\n            \"favourites\": [\n                {\n                    \"_id\": \"687f88ad4226b372155a5ebd\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"687decc5e8d0aa69d258fd09\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-22T12:48:45.109Z\",\n                    \"createdAt\": \"2025-07-22T12:48:45.109Z\",\n                    \"updatedAt\": \"2025-07-22T12:48:45.109Z\",\n                    \"__v\": 0\n                }\n            ]\n        },\n        {\n            \"_id\": \"687ded1ae8d0aa69d258fdac\",\n            \"idAnnonce\": \"18652655\",\n            \"propertyIdAnnonce\": \"18652655\",\n            \"title\": \"Loja no Centro de  Sintra\",\n            \"sellPrice\": \"500.000\",\n            \"surface\": \"96 m²\",\n            \"address\": \"Avenida Heliodoro Salgado, Centro de Sintra - Portela de Sintra, S. Maria, S. Miguel, S. Martinho e S. Pedro de Penaferrim, Sintra, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Sintra\",\n            \"borough\": \"S. Martinho e S. Pedro de Penaferrim\",\n            \"neighborhood\": \"S. Miguel\",\n            \"datePublication\": \"2025-07-21\",\n            \"description\": \"Excelente oportunidade de investimento se está á espera de um espaço estratégico  encontra-se este  espaço comercial /Loja no centro de Sintra.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-21\",\n                    \"Price\": \"500.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/loja-no-centro-de-sintra-ID1ggph\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-21T07:32:42.649Z\",\n            \"createdAt\": \"2025-07-21T07:32:42.651Z\",\n            \"updatedAt\": \"2025-07-24T12:21:16.181Z\",\n            \"__v\": 0,\n            \"activeDays\": \"3\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"5.208,33\",\n            \"favourites\": [\n                {\n                    \"_id\": \"687f88ac4226b372155a5eb8\",\n                    \"userId\": \"684bdfa5648724bc2149b355\",\n                    \"propertyId\": \"687ded1ae8d0aa69d258fdac\",\n                    \"isFavorite\": \"favourite\",\n                    \"created_at\": \"2025-07-22T12:48:44.217Z\",\n                    \"createdAt\": \"2025-07-22T12:48:44.217Z\",\n                    \"updatedAt\": \"2025-07-22T12:48:44.217Z\",\n                    \"__v\": 0\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 4,\n        \"pageSize\": 4\n    }\n}"}],"_postman_id":"84e5bfe4-35b0-4eb7-8540-3596fd577eaf"},{"name":"Get User Archive Properties","id":"a4295c24-fba2-4950-a7b7-b025ed5b945b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"propertyId\": [\r\n        \"6874f8213b495cf644b25f39\"\r\n    ],\r\n    \"isArchive\": \"archive\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/archives/user-archive-properties","description":"<h2 id=\"add-user-archive-properties\">Add User Archive Properties</h2>\n<p>This endpoint allows users to add properties to their archive. It is a POST request that requires specific parameters to be included in the request body to successfully archive a property associated with a user.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<p>This endpoint retrieves the details of a user based on their unique identifier.</p>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>Endpoint</strong>: <a href=\"https://api.imoradar.pt/api/v1/archives/user-archive-properties\">https://api.imoradar.pt/api/v1/archives/user-archive-properties</a></p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<ul>\n<li><p><strong>userId</strong> (string): The unique identifier of the user who is archiving the property.</p>\n</li>\n<li><p><strong>propertyId</strong> (array of strings): An array of unique identifiers for the properties that are to be archived.</p>\n</li>\n<li><p><strong>isArchive</strong> (string): A status indicator that specifies the action to be performed, in this case, it should be set to \"archive\".</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"684bdfa5648724bc2149b355\",\n  \"propertyId\": [\"6874f8213b495cf644b25f39\"],\n  \"isArchive\": \"archive\"\n}\n\n</code></pre>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Upon successful execution, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request (may be empty).</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Properties archived successfully.\"\n}\n\n</code></pre>\n<h3 id=\"status-codes\">Status Codes</h3>\n<ul>\n<li><strong>200 OK</strong>: The request was successful, and the property has been archived.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","archives","user-archive-properties"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"864428df-4101-4e67-a458-ad0cf8c005fc","name":"Get User Archive Properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\",\r\n    \"propertyId\": [\r\n        \"6874f8213b495cf644b25f39\"\r\n    ],\r\n    \"isArchive\": \"archive\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/archives/user-archive-properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-saSXYZGSB4UpK8hKSJbRsvSG4D0\""},{"key":"Date","value":"Thu, 24 Jul 2025 12:43:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Properties archived successfully.\"\n}"}],"_postman_id":"a4295c24-fba2-4950-a7b7-b025ed5b945b"},{"name":"Archives List","id":"0d672fac-1c29-4690-8dda-00d2c5fc3c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/archives/list?page=1&limit=10","description":"<h2 id=\"archives-list\">Archives List</h2>\n<p>This endpoint allows users to retrieve a list of archived properties associated with a specific user. The request is made via an HTTP POST method to the URL <code>https://api.imoradar.pt/api/v1/archives/list</code>, with pagination parameters included in the query string.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>page</code> (integer): The page number of results to retrieve. In this example, it is set to <code>1</code>.</p>\n</li>\n<li><p><code>limit</code> (integer): The maximum number of results to return per page. In this example, it is set to <code>10</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Request Body:</strong></p>\n<ul>\n<li><code>userId</code> (string): The unique identifier for the user whose archived properties are being requested. In this example, the user ID is <code>\"684bdfa5648724bc2149b355\"</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>On a successful request, the API returns a <code>201 Created</code> status with a JSON response containing the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (typically empty).</p>\n</li>\n<li><p><strong>message</strong> (string): A message related to the request (typically empty).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of archived property objects, each containing:</p>\n<ul>\n<li><p><code>_id</code> (string): The unique identifier for the archive entry.</p>\n</li>\n<li><p><code>userId</code> (string): The ID of the user associated with the property.</p>\n</li>\n<li><p><code>propertyId</code> (object): An object containing details about the property, including:</p>\n<ul>\n<li><code>_id</code>, <code>idAnnonce</code>, <code>propertyIdAnnonce</code>, <code>title</code>, <code>sellPrice</code>, <code>surface</code>, <code>address</code>, <code>district</code>, <code>borough</code>, <code>neighborhood</code>, <code>datePublication</code>, <code>description</code>, <code>priceChange</code>, <code>nbBedrooms</code>, <code>nbBathrooms</code>, <code>garage</code>, <code>propertyCondition</code>, <code>andar</code>, <code>elevator</code>, <code>heating</code>, <code>airConditioning</code>, <code>energyClass</code>, <code>propertyType</code>, <code>balcony</code>, <code>advertiserType</code>, <code>duplex</code>, <code>source</code>, <code>url</code>, <code>status</code>, <code>bathtub</code>, <code>washingMachine</code>, <code>dryer</code>, <code>oven</code>, <code>microwave</code>, <code>updatedDate</code>, <code>activeDays</code>, <code>priceEvaluation</code>, <code>priceMetersquare</code>, <code>id</code> (all strings or objects as applicable).</li>\n</ul>\n</li>\n<li><p><code>isArchive</code> (string): Indicates whether the property is archived.</p>\n</li>\n<li><p><code>created_at</code> (string): The timestamp when the archive was created.</p>\n</li>\n<li><p><code>__v</code> (integer): The version key for the document.</p>\n</li>\n<li><p><code>createdAt</code> (string): The creation date of the document.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The last updated date of the document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pagination</strong> (object): Contains pagination information:</p>\n<ul>\n<li><p><code>currentPage</code> (integer): The current page number.</p>\n</li>\n<li><p><code>totalPages</code> (integer): The total number of pages available.</p>\n</li>\n<li><p><code>totalCount</code> (integer): The total number of items available.</p>\n</li>\n<li><p><code>pageSize</code> (string): The size of the page.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure the <code>userId</code> is valid to retrieve the correct archived properties.</p>\n</li>\n<li><p>The response will include pagination details to help navigate through multiple pages of results.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"message\": \"Archive Property get successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"687f845c4226b372155a5d85\",\n            \"userId\": \"684bdfa5648724bc2149b355\",\n            \"propertyId\": {\n                \"_id\": \"6874f5cdae4e5cb353e06d2c\",\n                \"idAnnonce\": \"34128918\",\n                \"propertyIdAnnonce\": \"6688_278\",\n                \"title\": \"Moradia independente à venda em Águeda e Borralha\",\n                \"sellPrice\": \"340.000\",\n                \"surface\": \"455 m²\",\n                \"address\": \"Águeda, Aveiro\",\n                \"district\": \"Aveiro\",\n                \"borough\": \"\",\n                \"neighborhood\": \"\",\n                \"datePublication\": \"2025-04-11\",\n                \"description\": \"Esta elegante moradia combina o charme da arquitetura clássica com o conforto moderno, oferecendo um refúgio tranquilo sem abrir mão da proximidade ao centro da cidade.A moradia é composta por: . Suite com roupeiros embutidos e casa de banho completa; . Três quartos, dois com roupeiros embutidos e varanda; . Cozinha muito espaçosa; . Sala de estar e jantar; . Lavandaria; . GaragemA moradia tem uma área exterior excelente.Não perca esta oportunidade e agende a sua visita.\",\n                \"priceChange\": [\n                    {\n                        \"Date\": \"2025-07-14\",\n                        \"Price\": \"340.000\"\n                    }\n                ],\n                \"nbBedrooms\": \"T4\",\n                \"nbBathrooms\": \"3\",\n                \"garage\": \"Yes\",\n                \"propertyCondition\": \"\",\n                \"andar\": \"\",\n                \"elevator\": \"No\",\n                \"heating\": \"No\",\n                \"airConditioning\": \"No\",\n                \"energyClass\": \"f\",\n                \"propertyType\": \"Arrecadação\",\n                \"balcony\": \"Yes\",\n                \"advertiserType\": \"Profissional\",\n                \"duplex\": \"\",\n                \"source\": \"idealista\",\n                \"url\": \"https://www.idealista.pt/imovel/34128918/\",\n                \"status\": \"active\",\n                \"bathtub\": \"No\",\n                \"washingMachine\": \"No\",\n                \"dryer\": \"No\",\n                \"oven\": \"No\",\n                \"microwave\": \"No\",\n                \"updatedDate\": \"2025-07-14T12:19:25.862Z\",\n                \"activeDays\": \"102\",\n                \"priceEvaluation\": \"0\",\n                \"priceMetersquare\": \"747,25\",\n                \"id\": \"6874f5cdae4e5cb353e06d2c\"\n            },\n            \"isArchive\": \"archive\",\n            \"created_at\": \"2025-07-22T12:30:20.829Z\",\n            \"__v\": 0,\n            \"createdAt\": \"2025-07-22T12:30:20.829Z\",\n            \"updatedAt\": \"2025-07-22T12:30:20.829Z\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 1,\n        \"pageSize\": \"10\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","archives","list"],"host":["api","imoradar","pt"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"32ed2fd3-b021-4090-8dfa-38e677a90503","name":"Archives List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.imoradar.pt/api/v1/archives/list?page=1&limit=10","protocol":"https","host":["api","imoradar","pt"],"path":["api","v1","archives","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1802"},{"key":"ETag","value":"W/\"70a-lnB5CLc4aoiokDWiCCi2bHfGh2U\""},{"key":"Date","value":"Thu, 24 Jul 2025 13:08:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Archive Property get successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"687f845c4226b372155a5d85\",\n            \"userId\": \"684bdfa5648724bc2149b355\",\n            \"propertyId\": {\n                \"_id\": \"6874f5cdae4e5cb353e06d2c\",\n                \"idAnnonce\": \"34128918\",\n                \"propertyIdAnnonce\": \"6688_278\",\n                \"title\": \"Moradia independente à venda em Águeda e Borralha\",\n                \"sellPrice\": \"340.000\",\n                \"surface\": \"455 m²\",\n                \"address\": \"Águeda, Aveiro\",\n                \"district\": \"Aveiro\",\n                \"borough\": \"\",\n                \"neighborhood\": \"\",\n                \"datePublication\": \"2025-04-11\",\n                \"description\": \"Esta elegante moradia combina o charme da arquitetura clássica com o conforto moderno, oferecendo um refúgio tranquilo sem abrir mão da proximidade ao centro da cidade.A moradia é composta por: . Suite com roupeiros embutidos e casa de banho completa; . Três quartos, dois com roupeiros embutidos e varanda; . Cozinha muito espaçosa; . Sala de estar e jantar; . Lavandaria; . GaragemA moradia tem uma área exterior excelente.Não perca esta oportunidade e agende a sua visita.\",\n                \"priceChange\": [\n                    {\n                        \"Date\": \"2025-07-14\",\n                        \"Price\": \"340.000\"\n                    }\n                ],\n                \"nbBedrooms\": \"T4\",\n                \"nbBathrooms\": \"3\",\n                \"garage\": \"Yes\",\n                \"propertyCondition\": \"\",\n                \"andar\": \"\",\n                \"elevator\": \"No\",\n                \"heating\": \"No\",\n                \"airConditioning\": \"No\",\n                \"energyClass\": \"f\",\n                \"propertyType\": \"Arrecadação\",\n                \"balcony\": \"Yes\",\n                \"advertiserType\": \"Profissional\",\n                \"duplex\": \"\",\n                \"source\": \"idealista\",\n                \"url\": \"https://www.idealista.pt/imovel/34128918/\",\n                \"status\": \"active\",\n                \"bathtub\": \"No\",\n                \"washingMachine\": \"No\",\n                \"dryer\": \"No\",\n                \"oven\": \"No\",\n                \"microwave\": \"No\",\n                \"updatedDate\": \"2025-07-14T12:19:25.862Z\",\n                \"activeDays\": \"102\",\n                \"priceEvaluation\": \"0\",\n                \"priceMetersquare\": \"747,25\",\n                \"id\": \"6874f5cdae4e5cb353e06d2c\"\n            },\n            \"isArchive\": \"archive\",\n            \"created_at\": \"2025-07-22T12:30:20.829Z\",\n            \"__v\": 0,\n            \"createdAt\": \"2025-07-22T12:30:20.829Z\",\n            \"updatedAt\": \"2025-07-22T12:30:20.829Z\"\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 1,\n        \"pageSize\": \"10\"\n    }\n}"}],"_postman_id":"0d672fac-1c29-4690-8dda-00d2c5fc3c1f"},{"name":"Archives Deatils","id":"90736861-7946-43d4-adfa-0dbbe20d86a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/archives/deatils/6874f5cdae4e5cb353e06d2c","description":"<h2 id=\"get-archive-details\">Get Archive Details</h2>\n<p>This endpoint allows users to retrieve detailed information about a specific archive based on the provided user ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/archives/deatils</code></p>\n</li>\n<li><p><strong>Params</strong>: <code>archiveId</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be sent in JSON format and includes the following parameter:</p>\n<ul>\n<li><strong>userId</strong> (string): The unique identifier for the user whose archive details are being requested.</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"684bdfa5648724bc2149b355\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information (may be empty).</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the detailed information about the archive, including:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the archive.</p>\n</li>\n<li><p><strong>userId</strong> (string): The user ID associated with the archive.</p>\n</li>\n<li><p><strong>propertyId</strong> (object): Contains detailed information about the property, including:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the property.</p>\n</li>\n<li><p><strong>idAnnonce</strong> (string): The advertisement ID for the property.</p>\n</li>\n<li><p><strong>title</strong> (string): The title of the property.</p>\n</li>\n<li><p><strong>sellPrice</strong> (string): The selling price of the property.</p>\n</li>\n<li><p><strong>surface</strong> (string): The surface area of the property.</p>\n</li>\n<li><p><strong>address</strong> (string): The address of the property.</p>\n</li>\n<li><p><strong>district</strong> (string): The district where the property is located.</p>\n</li>\n<li><p><strong>borough</strong> (string): The borough of the property.</p>\n</li>\n<li><p><strong>neighborhood</strong> (string): The neighborhood of the property.</p>\n</li>\n<li><p><strong>datePublication</strong> (string): The date when the property was published.</p>\n</li>\n<li><p><strong>description</strong> (string): A description of the property.</p>\n</li>\n<li><p><strong>priceChange</strong> (array): An array of objects detailing price changes, each containing:</p>\n<ul>\n<li><p><strong>Date</strong> (string): The date of the price change.</p>\n</li>\n<li><p><strong>Price</strong> (string): The new price.</p>\n</li>\n</ul>\n</li>\n<li><p>Additional fields related to property features (e.g., number of bedrooms, bathrooms, garage, etc.).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>isArchive</strong> (string): Indicates if the entry is an archive.</p>\n</li>\n<li><p><strong>created_at</strong> (string): The timestamp when the archive was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): The timestamp when the archive was last updated.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> provided in the request body is valid to receive the correct archive details.</p>\n</li>\n<li><p>The response will contain various fields related to the property, which can be used for further processing or display in applications.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": true,\n    \"message\": \"Archive Property get successfully!\",\n    \"data\": {\n        \"_id\": \"687f845c4226b372155a5d85\",\n        \"userId\": \"684bdfa5648724bc2149b355\",\n        \"propertyId\": {\n            \"_id\": \"6874f5cdae4e5cb353e06d2c\",\n            \"idAnnonce\": \"34128918\",\n            \"propertyIdAnnonce\": \"6688_278\",\n            \"title\": \"Moradia independente à venda em Águeda e Borralha\",\n            \"sellPrice\": \"340.000\",\n            \"surface\": \"455 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-04-11\",\n            \"description\": \"Esta elegante moradia combina o charme da arquitetura clássica com o conforto moderno, oferecendo um refúgio tranquilo sem abrir mão da proximidade ao centro da cidade.A moradia é composta por: . Suite com roupeiros embutidos e casa de banho completa; . Três quartos, dois com roupeiros embutidos e varanda; . Cozinha muito espaçosa; . Sala de estar e jantar; . Lavandaria; . GaragemA moradia tem uma área exterior excelente.Não perca esta oportunidade e agende a sua visita.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"340.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"f\",\n            \"propertyType\": \"Arrecadação\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34128918/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:19:25.862Z\",\n            \"activeDays\": \"102\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"747,25\",\n            \"id\": \"6874f5cdae4e5cb353e06d2c\"\n        },\n        \"isArchive\": \"archive\",\n        \"created_at\": \"2025-07-22T12:30:20.829Z\",\n        \"__v\": 0,\n        \"createdAt\": \"2025-07-22T12:30:20.829Z\",\n        \"updatedAt\": \"2025-07-22T12:30:20.829Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","archives","deatils","6874f5cdae4e5cb353e06d2c"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"a5f690fb-06aa-42d7-acc9-f80e322e25d8","name":"Archives Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"684bdfa5648724bc2149b355\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.imoradar.pt/api/v1/archives/deatils/6874f5cdae4e5cb353e06d2c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1718"},{"key":"ETag","value":"W/\"6b6-lG9XXqexfFs3+bz1/LypCH2n4JQ\""},{"key":"Date","value":"Thu, 24 Jul 2025 13:17:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Archive Property get successfully!\",\n    \"data\": {\n        \"_id\": \"687f845c4226b372155a5d85\",\n        \"userId\": \"684bdfa5648724bc2149b355\",\n        \"propertyId\": {\n            \"_id\": \"6874f5cdae4e5cb353e06d2c\",\n            \"idAnnonce\": \"34128918\",\n            \"propertyIdAnnonce\": \"6688_278\",\n            \"title\": \"Moradia independente à venda em Águeda e Borralha\",\n            \"sellPrice\": \"340.000\",\n            \"surface\": \"455 m²\",\n            \"address\": \"Águeda, Aveiro\",\n            \"district\": \"Aveiro\",\n            \"borough\": \"\",\n            \"neighborhood\": \"\",\n            \"datePublication\": \"2025-04-11\",\n            \"description\": \"Esta elegante moradia combina o charme da arquitetura clássica com o conforto moderno, oferecendo um refúgio tranquilo sem abrir mão da proximidade ao centro da cidade.A moradia é composta por: . Suite com roupeiros embutidos e casa de banho completa; . Três quartos, dois com roupeiros embutidos e varanda; . Cozinha muito espaçosa; . Sala de estar e jantar; . Lavandaria; . GaragemA moradia tem uma área exterior excelente.Não perca esta oportunidade e agende a sua visita.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"340.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"No\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"f\",\n            \"propertyType\": \"Arrecadação\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"idealista\",\n            \"url\": \"https://www.idealista.pt/imovel/34128918/\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-14T12:19:25.862Z\",\n            \"activeDays\": \"102\",\n            \"priceEvaluation\": \"0\",\n            \"priceMetersquare\": \"747,25\",\n            \"id\": \"6874f5cdae4e5cb353e06d2c\"\n        },\n        \"isArchive\": \"archive\",\n        \"created_at\": \"2025-07-22T12:30:20.829Z\",\n        \"__v\": 0,\n        \"createdAt\": \"2025-07-22T12:30:20.829Z\",\n        \"updatedAt\": \"2025-07-22T12:30:20.829Z\"\n    }\n}"}],"_postman_id":"90736861-7946-43d4-adfa-0dbbe20d86a8"},{"name":"Get Property Price Update List","id":"20ee7875-2564-441f-bab5-59aefa17e939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/properties","description":"<h2 id=\"get-property-price-update-list\">Get Property Price Update List</h2>\n<p>This endpoint retrieves a list of properties from the API. It provides information about various properties available, including details such as price, location, and characteristics.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://api.imoradar.pt/api/v1/properties</code></p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>status</strong>: A string indicating the status of the request.</p>\n</li>\n<li><p><strong>count</strong>: An integer representing the total number of properties found.</p>\n</li>\n<li><p><strong>message</strong>: A string that may contain additional information about the request.</p>\n</li>\n<li><p><strong>data</strong>: An array of property objects, each containing the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: Unique identifier for the property.</p>\n</li>\n<li><p><strong>idAnnonce</strong>: Advertisement ID for the property.</p>\n</li>\n<li><p><strong>propertyIdAnnonce</strong>: Property advertisement ID.</p>\n</li>\n<li><p><strong>title</strong>: Title of the property.</p>\n</li>\n<li><p><strong>sellPrice</strong>: Selling price of the property.</p>\n</li>\n<li><p><strong>surface</strong>: Surface area of the property.</p>\n</li>\n<li><p><strong>address</strong>: Address where the property is located.</p>\n</li>\n<li><p><strong>district</strong>: District of the property.</p>\n</li>\n<li><p><strong>municipality</strong>: Municipality where the property is located.</p>\n</li>\n<li><p><strong>borough</strong>: Borough of the property.</p>\n</li>\n<li><p><strong>neighborhood</strong>: Neighborhood of the property.</p>\n</li>\n<li><p><strong>datePublication</strong>: Date when the property was published.</p>\n</li>\n<li><p><strong>description</strong>: Description of the property.</p>\n</li>\n<li><p><strong>priceChange</strong>: An array of price change records, each containing:</p>\n<ul>\n<li><p><strong>Date</strong>: The date of the price change.</p>\n</li>\n<li><p><strong>Price</strong>: The new price after the change.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>nbBedrooms</strong>: Number of bedrooms in the property.</p>\n</li>\n<li><p><strong>nbBathrooms</strong>: Number of bathrooms in the property.</p>\n</li>\n<li><p><strong>garage</strong>: Availability of a garage.</p>\n</li>\n<li><p><strong>propertyCondition</strong>: Condition of the property.</p>\n</li>\n<li><p><strong>andar</strong>: Floor number of the property.</p>\n</li>\n<li><p><strong>elevator</strong>: Availability of an elevator.</p>\n</li>\n<li><p><strong>heating</strong>: Heating type in the property.</p>\n</li>\n<li><p><strong>airConditioning</strong>: Air conditioning availability.</p>\n</li>\n<li><p><strong>energyClass</strong>: Energy classification of the property.</p>\n</li>\n<li><p><strong>propertyType</strong>: Type of the property.</p>\n</li>\n<li><p><strong>balcony</strong>: Availability of a balcony.</p>\n</li>\n<li><p><strong>advertiserType</strong>: Type of advertiser.</p>\n</li>\n<li><p><strong>duplex</strong>: Indicates if the property is a duplex.</p>\n</li>\n<li><p><strong>source</strong>: Source of the property listing.</p>\n</li>\n<li><p><strong>url</strong>: URL of the property listing.</p>\n</li>\n<li><p><strong>status</strong>: Current status of the property.</p>\n</li>\n<li><p><strong>bathtub</strong>: Availability of a bathtub.</p>\n</li>\n<li><p><strong>washingMachine</strong>: Availability of a washing machine.</p>\n</li>\n<li><p><strong>dryer</strong>: Availability of a dryer.</p>\n</li>\n<li><p><strong>oven</strong>: Availability of an oven.</p>\n</li>\n<li><p><strong>microwave</strong>: Availability of a microwave.</p>\n</li>\n<li><p><strong>updatedDate</strong>: Date of the last update to the property.</p>\n</li>\n<li><p><strong>createdAt</strong>: Date when the property was created.</p>\n</li>\n<li><p><strong>updatedAt</strong>: Date when the property was last updated.</p>\n</li>\n<li><p><strong>activeDays</strong>: Number of active days the property has been listed.</p>\n</li>\n<li><p><strong>priceEvaluation</strong>: Evaluation of the price.</p>\n</li>\n<li><p><strong>priceMetersquare</strong>: Price per square meter.</p>\n</li>\n<li><p><strong>id</strong>: Identifier for the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The <code>count</code> field indicates the number of properties returned, which may be zero if no properties match the query.</p>\n</li>\n<li><p>The <code>data</code> array contains detailed information about each property, which can be used for display or further processing.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"count\": 1,\n    \"message\": \"Properties fetched successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"68886ed0388cb70366f4633e\",\n            \"idAnnonce\": \"18797863\",\n            \"propertyIdAnnonce\": \"18797863\",\n            \"title\": \"Moradia de 3 quartos reabilitada com garagem e boa localização\",\n            \"sellPrice\": \"395.000\",\n            \"surface\": \"124 m²\",\n            \"address\": \"8200-001, Ferreiras, Albufeira, Faro\",\n            \"district\": \"Faro\",\n            \"municipality\": \"Albufeira\",\n            \"borough\": \"Ferreiras\",\n            \"neighborhood\": \"8200-001\",\n            \"datePublication\": \"2025-07-01\",\n            \"description\": \"Esta moradia de um piso foi construída em 1980 com materiais de alta qualidade.Foi totalmente reabilitada há 1 ano e meio. A renovação incluiu canalização, eletricidade, cozinha, WCs, chão, janelas e portas.Dispõe de 3 quartos, 2 casas de banho e uma garagem. A casa está pronta para usar, com acessos asfaltados.O interior tem um estilo contemporâneo, com muita luz natural e acabamentos de qualidade.No exterior, encontra um pátio com espaço para convívios e um muro de vedação de tijolo.A sua localização na cidade oferece fácil acesso a várias comodidades.Perto de escolas, clínicas, supermercados e áreas de lazer.Tem boas ligações de transporte, incluindo estações de comboio próximas.Se procura uma casa confortável, bem localizada e pronta a habitar, contacte-me para agendar uma visita.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-01\",\n                    \"Price\": \"422.000\"\n                },\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"395.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"395.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"E\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Particular\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/moradia-de-3-quartos-reabilitada-com-garagem-e-boa-localizacao-ID1gSbl\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:48:48.249Z\",\n            \"createdAt\": \"2025-07-29T06:48:48.251Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.645Z\",\n            \"activeDays\": \"28\",\n            \"priceEvaluation\": \"-6.4\",\n            \"priceMetersquare\": \"3.185,48\",\n            \"id\": \"68886ed0388cb70366f4633e\"\n        }\n]\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","properties"],"host":["api","imoradar","pt"],"query":[],"variable":[]}},"response":[{"id":"5c2aa959-c6cc-4598-b0a2-878ab356bb8f","name":"Get Property Price Update List","originalRequest":{"method":"GET","header":[],"url":"https://api.imoradar.pt/api/v1/properties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"30074"},{"key":"ETag","value":"W/\"757a-jSMtq7uqeF7K0qr7I8evTQP/EHY\""},{"key":"Date","value":"Tue, 29 Jul 2025 07:24:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 10,\n    \"message\": \"Properties fetched successfully!\",\n    \"data\": [\n        {\n            \"_id\": \"68886ed0388cb70366f4633e\",\n            \"idAnnonce\": \"18797863\",\n            \"propertyIdAnnonce\": \"18797863\",\n            \"title\": \"Moradia de 3 quartos reabilitada com garagem e boa localização\",\n            \"sellPrice\": \"395.000\",\n            \"surface\": \"124 m²\",\n            \"address\": \"8200-001, Ferreiras, Albufeira, Faro\",\n            \"district\": \"Faro\",\n            \"municipality\": \"Albufeira\",\n            \"borough\": \"Ferreiras\",\n            \"neighborhood\": \"8200-001\",\n            \"datePublication\": \"2025-07-01\",\n            \"description\": \"Esta moradia de um piso foi construída em 1980 com materiais de alta qualidade.Foi totalmente reabilitada há 1 ano e meio. A renovação incluiu canalização, eletricidade, cozinha, WCs, chão, janelas e portas.Dispõe de 3 quartos, 2 casas de banho e uma garagem. A casa está pronta para usar, com acessos asfaltados.O interior tem um estilo contemporâneo, com muita luz natural e acabamentos de qualidade.No exterior, encontra um pátio com espaço para convívios e um muro de vedação de tijolo.A sua localização na cidade oferece fácil acesso a várias comodidades.Perto de escolas, clínicas, supermercados e áreas de lazer.Tem boas ligações de transporte, incluindo estações de comboio próximas.Se procura uma casa confortável, bem localizada e pronta a habitar, contacte-me para agendar uma visita.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-01\",\n                    \"Price\": \"422.000\"\n                },\n                {\n                    \"Date\": \"2025-07-14\",\n                    \"Price\": \"395.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"395.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"E\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Particular\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/moradia-de-3-quartos-reabilitada-com-garagem-e-boa-localizacao-ID1gSbl\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:48:48.249Z\",\n            \"createdAt\": \"2025-07-29T06:48:48.251Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.645Z\",\n            \"activeDays\": \"28\",\n            \"priceEvaluation\": \"-6.4\",\n            \"priceMetersquare\": \"3.185,48\",\n            \"id\": \"68886ed0388cb70366f4633e\"\n        },\n        {\n            \"_id\": \"68886dd9388cb70366f46291\",\n            \"idAnnonce\": \"18747170\",\n            \"propertyIdAnnonce\": \"18747170\",\n            \"title\": \"Restaurante churrasqueira cozinha equipada e salas mobiladas em Qui...\",\n            \"sellPrice\": \"6.000\",\n            \"surface\": \"288 m²\",\n            \"address\": \"Quinta do Conde, Sesimbra, Setúbal\",\n            \"district\": \"Setúbal\",\n            \"municipality\": \"\",\n            \"borough\": \"Sesimbra\",\n            \"neighborhood\": \"Quinta do Conde\",\n            \"datePublication\": \"2025-05-15\",\n            \"description\": \"Restaurante Churrasqueira com Cozinha Totalmente Equipada e Salas Mobiladas - Quinta do Conde, Sesimbra\\nApresentamos uma excelente oportunidade de negócio no sector da restauração: restaurante churrasqueira localizado em zona estratégica da Quinta do Conde, no concelho de Sesimbra, a poucos minutos da costa e de zonas residenciais em franco crescimento.\\nEste espaço encontra-se totalmente operacional e pronto a receber novos proprietários. A cozinha está completamente equipada com todos os aparelhos, nomeadamente uma grelha que consegue grelhar 20 espetadas de carne ou peixe, numa só vez, conseguindo satisfazer 20 mesas ao mesmo tempo e infraestruturas necessárias para garantir um funcionamento eficiente e de alta qualidade, ideal para quem pretende dar continuidade a um negócio estabelecido ou iniciar um novo projecto gastronómico.\\nO restaurante dispõe de salas amplas, já mobiladas, com capacidade para receber um número considerável de clientes num ambiente acolhedor, funcional e cuidadosamente decorado. A disposição do espaço favorece o conforto e a fluidez do serviço, proporcionando uma excelente experiência tanto para os clientes como para a equipa.\\nCom boa visibilidade e fácil acesso, o imóvel beneficia ainda de estacionamento nas imediações e de uma localização privilegiada numa zona habitacional consolidada, com grande afluência local e potencial para atrair clientela regular.\\nEste é o momento ideal para investir num espaço com características únicas, inserido numa região em crescimento e com forte tradição na gastronomia portuguesa.\\nNão perca esta oportunidade de tornar realidade o seu negócio de restauração na bela região de Sesimbra. \\nCategoria Energética: C\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-05-15\",\n                    \"Price\": \"60.000\"\n                },\n                {\n                    \"Date\": \"2025-05-16\",\n                    \"Price\": \"6.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"6.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/restaurante-churrasqueira-cozinha-equipada-e-salas-mobiladas-em-qui-ID1gEZI\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:44:41.725Z\",\n            \"createdAt\": \"2025-07-29T06:44:41.726Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"75\",\n            \"priceEvaluation\": \"-90\",\n            \"priceMetersquare\": \"20,83\",\n            \"id\": \"68886dd9388cb70366f46291\"\n        },\n        {\n            \"_id\": \"68886d13388cb70366f461bd\",\n            \"idAnnonce\": \"18757204\",\n            \"propertyIdAnnonce\": \"18757204\",\n            \"title\": \"Loja  para arrendamento\",\n            \"sellPrice\": \"1.290\",\n            \"surface\": \"108 m²\",\n            \"address\": \"Rua de Olavo Bilac, Bonfim, S. Julião, N. S. da Anunciada e S. Maria da Graça, Setúbal, Setúbal\",\n            \"district\": \"Setúbal\",\n            \"municipality\": \"Setúbal\",\n            \"borough\": \"N. S. da Anunciada e S. Maria da Graça\",\n            \"neighborhood\": \"S. Julião\",\n            \"datePublication\": \"2025-05-24\",\n            \"description\": \" Excelente oportunidade de Negócio! \\nSe procura um espaço para instalar o seunegócio, este é o local prefeito! \\nLoja para arrendamento na Praça doBrasil, junto a vários comércios e serviços e do Terminal de Interface deTransporte, este espaço oferece inúmeras possibilidades para vários tipos denegócios em localização privilegiada. \\nA loja situa-se numa zona muito movimentadada cidade de carros e peões, garantindo um fluxo constante de potenciaisclientes.  \\nA proximidade ao Interface de transporte deautocarros e comboios e a facilidade de aceder ás principais artérias dacidade, um dos pontos de referência de Setúbal, aumenta a visibilidade e aatratividade do espaço e características. \\nA loja está preparada com várias divisórias. \\nArrendar este espaço na Praça do Brasil trazvárias vantagens, Visibilidade e acessibilidade. \\nNão perca esta oportunidade única deposicionar o seu negócio em Setúbal. \\nAgende já a sua visita e venha conhecer oespaço que vai dinamizar o seu sucesso! \\nCondições: \\n2 rendas + 1 caução de 4000€ \\nLicença de utilização nº 27 emitida em21/02/1979 pela Câmara Municipal de Setúbal \\n-\\nExcellent business opportunity! \\nIf you're looking for a space to set up your\\nbusiness, this is the perfect place! \\n216m2 shop for rent in Praça do\\nBrasil, next to various shops and services and the Transport Interface Terminal.\\nTerminal, this space offers countless possibilities for various types of\\nbusiness in a privileged location. \\nThe shop is located in a very busy area\\nof the city with cars and pedestrians, guaranteeing a constant flow of potential\\ncustomers.  \\nIts proximity to the bus and train\\nbus and train transport interface and easy access to the city's main arteries, one of Setúbal's\\ncity, one of Setúbal's landmarks, increases the visibility and\\nattractiveness of the space and features. \\nThe shop is equipped with several partitions. \\nLeasing this space in Praça do Brasil brings\\nseveral advantages, visibility and accessibility. \\nDon't miss out on this unique opportunity to\\nposition your business in Setúbal. \\nBook your visit now and come and see the\\nspace that will energise your success! \\nConditions: \\n2 rents + 1 deposit of 4000€ \\nLicence no. 27 issued on\\n21/02/1979 by Setúbal Municipal Council _\\nExcellente opportunité commerciale ! \\nSi vous êtes à la recherche d'un espace pour installer votre entreprise, c'est l'endroit idéal !\\nvotre entreprise, c'est l'endroit idéal ! \\nBoutique de 216m2 à louer à Praça do\\nBrasil, à proximité de divers magasins et services et du terminal d'interface de transport.\\nAvec le Terminal Interface Transport, cet espace offre d'innombrables possibilités pour divers types d'activités dans un emplacement privilégié.\\nd'affaires dans un emplacement privilégié. \\nLa boutique est située dans une zone très animée de la ville, avec des voitures et des piétons.\\ntrès fréquenté par les voitures et les piétons, ce qui garantit un flux constant de\\npotentiels.  \\nLa proximité des bus et des trains\\nLa proximité de l'interface de transport bus et train et l'accès facile aux principales artères de la ville, l'une des plus grandes villes de Setúbal, l'une des plus grandes métropoles du monde, sont autant d'atouts pour l'entreprise.\\nville, l'un des points de repère de Setúbal, accroît la visibilité et l'attractivité de l'espace et de ses caractéristiques.\\nl'attractivité de l'espace et des fonctionnalités. \\nLa boutique est équipée de plusieurs cloisons. \\nLa location de cet espace à Praça do Brasil présente plusieurs\\nplusieurs avantages, visibilité et accessibilité. \\nNe manquez pas cette occasion unique de positionner votre entreprise à Setúbal.\\npositionner votre entreprise à Setúbal. \\nRéservez votre visite dès maintenant et venez voir l'espace\\nl'espace qui dynamisera votre succès ! \\nConditions : \\n2 loyers + 1 dépôt de garantie de 4000€ \\nLicence n° 27 délivrée le\\n21/02/1979 par le Conseil Municipal de Setúbal \\n Licença de Utilização - 27\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-05-24\",\n                    \"Price\": \"1.450\"\n                },\n                {\n                    \"Date\": \"2025-07-28\",\n                    \"Price\": \"1.290\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"1.290\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"C\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/loja-para-arrendamento-ID1gHBy\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:41:23.371Z\",\n            \"createdAt\": \"2025-07-29T06:41:23.372Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"66\",\n            \"priceEvaluation\": \"-11.03\",\n            \"priceMetersquare\": \"11,94\",\n            \"id\": \"68886d13388cb70366f461bd\"\n        },\n        {\n            \"_id\": \"68886cc4388cb70366f4616e\",\n            \"idAnnonce\": \"18596740\",\n            \"propertyIdAnnonce\": \"18596740\",\n            \"title\": \"T3 Novo a estrear com varanda e Garagem Box, em empreendimento de char\",\n            \"sellPrice\": \"740.000\",\n            \"surface\": \"134 m²\",\n            \"address\": \"Rua Doutor José Joaquim de Almeida, Carcavelos Centro, Carcavelos e Parede, Cascais, Lisboa\",\n            \"district\": \"Lisboa\",\n            \"municipality\": \"Cascais\",\n            \"borough\": \"Carcavelos e Parede\",\n            \"neighborhood\": \"Carcavelos Centro\",\n            \"datePublication\": \"2025-01-09\",\n            \"description\": \"Apartamento T3 com Varandas em Empreendimento de Charme – Quinta das Marianas, Carcavelos\\n\\nApresentamos este elegante apartamento T3 inserido num dos  empreendimentos residenciais da Linha de Cascais – a Quinta das Marianas, em Carcavelos.\\n\\nCom 134 m² de área útil, este imóvel distingue-se pelas suas varandas generosas, acabamentos de alta qualidade e características tecnológicas e de conforto de última geração.\\n\\nCaracterísticas do Imóvel:\\t\\nSala ampla e luminosa com acesso direto a varanda.\\t\\n3 quartos com excelente arrumação e varandas privadas.\\t\\n3 casas de banho, incluindo uma social.\\t\\nCozinha moderna totalmente equipada com eletrodomésticos SMEG e varanda com deck em madeira.\\t\\nEstores elétricos em alumínio com isolamento térmico e acústico (interior em poliuretano).\\t\\nPavimento vinílico de alta resistência.\\t\\nCaixilharia em PVC, janelas oscilobatentes e vidros triplos.\\t\\nClimatização com certificação energética A, incluindo painéis solares com depósito na cobertura para aquecimento de águas.\\t\\nAspiração central, alarme wireless MEO (sem mensalidade) e ligação à rede de gás natural.\\t\\nInfraestrutura adaptada a pessoas com mobilidade reduzida.\\t\\nVideo porteiro de última geração, porta blindada de alta segurança.\\nZonas Comuns e Extras:\\t\\nElevadores Schindler (9 pessoas) com tecnologia de variação de frequência.\\t\\nPorta corta-fogo nos acessos às escadas e parqueamento.\\t\\nGaragem box privativa com carregador para carro elétrico.\\t\\nArrecadação com renovação de ar.\\t\\nSistemas de deteção de monóxido de carbono e combate a incêndios nas garagens.\\t\\nPortão da garagem automático com telecomando.\\t\\nAntena Digital Terrestre coletiva.\\nEmpreendimento:\\nLocalizado numa zona residencial de excelência, o empreendimento encontra-se rodeado por espaços verdes, parques infantis, campos de futebol e ténis, promovendo um estilo de vida saudável e familiar.\\n\\nLocalização Privilegiada:\\nSituado a poucos minutos da praia, com excelentes acessos à A5, à marginal, à estação de comboios e próximo de escolas nacionais e internacionais, como o St. Julian’s e o Colégio Maristas.\\nNa envolvente encontra diversificado comércio local: Pingo Doce, CTT, restaurantes, cabeleireiros, farmácias e todo o tipo de serviços essenciais.\\n\\nCertificação Energética: A\\nÁrea Útil: 134 m²\\nValor Unitário: 5.522 €/m²\\n\\nContacte-me para mais informações ou agendar a sua visita:\\n\\nAlexandra Silva\\n#128222; \",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-01-09\",\n                    \"Price\": \"730\"\n                },\n                {\n                    \"Date\": \"2025-01-10\",\n                    \"Price\": \"730.000\"\n                },\n                {\n                    \"Date\": \"2025-03-07\",\n                    \"Price\": \"740.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"740.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"1\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"Yes\",\n            \"energyClass\": \"A\",\n            \"propertyType\": \"Garagem\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/t3-novo-a-estrear-com-varanda-e-garagem-box-em-empreendimento-de-char-ID1g1Rq\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:40:04.687Z\",\n            \"createdAt\": \"2025-07-29T06:40:04.688Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"201\",\n            \"priceEvaluation\": \"1.37\",\n            \"priceMetersquare\": \"5.522,39\",\n            \"id\": \"68886cc4388cb70366f4616e\"\n        },\n        {\n            \"_id\": \"68886bcb388cb70366f460c5\",\n            \"idAnnonce\": \"18804050\",\n            \"propertyIdAnnonce\": \"18804050\",\n            \"title\": \"Trespasse clínica de medicina dentária\",\n            \"sellPrice\": \"117.000\",\n            \"surface\": \"100 m²\",\n            \"address\": \"Ermesinde, Valongo, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"\",\n            \"borough\": \"Valongo\",\n            \"neighborhood\": \"Ermesinde\",\n            \"datePublication\": \"2025-07-07\",\n            \"description\": \"Clínica em funcionamento, com 3 gabinetes. Tem sala de ortopantomografia, copa, sala de esterilização, vestuários e duas casas de banho de pacientes e funcionários.\\nEstá equipada com mecanizada, motor e equipamentos de implantologia e scanner 3D\\nA clínica tem estacionamento  à porta e não possui nenhum acordo com seguros.\\nA renda mensal são 400 euros\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-07\",\n                    \"Price\": \"127.000\"\n                },\n                {\n                    \"Date\": \"2025-07-09\",\n                    \"Price\": \"117.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"117.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"A\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/trespasse-clinica-de-medicina-dentaria-ID1gTN8\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:35:55.338Z\",\n            \"createdAt\": \"2025-07-29T06:35:55.340Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"22\",\n            \"priceEvaluation\": \"-7.87\",\n            \"priceMetersquare\": \"1.170,00\",\n            \"id\": \"68886bcb388cb70366f460c5\"\n        },\n        {\n            \"_id\": \"68886b6a388cb70366f46076\",\n            \"idAnnonce\": \"18610743\",\n            \"propertyIdAnnonce\": \"18610743\",\n            \"title\": \"Restaurante De Requinte Vista Mar Vila do Conde\",\n            \"sellPrice\": \"149.900\",\n            \"surface\": \"300 m²\",\n            \"address\": \"Vila do Conde, Vila do Conde, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"\",\n            \"borough\": \"Vila do Conde\",\n            \"neighborhood\": \"Vila do Conde\",\n            \"datePublication\": \"2025-01-22\",\n            \"description\": \"O espaço está pronto a funcionar., torna-se uma excelente oportunidade para investidores ou empreendedores que desejam adquirir um espaço comercial já preparado para restauração, localizado numa das zonas mais movimentadas e estratégicas de Vila do Conde.Este imóvel combina localização privilegiada, áreas generosas e todo o potencial para dar início ou expandir o seu negócio. O terreno situado a sul e a poente oferece um enorme potencial para a criação de novas zonas de trabalho e armazenamento, bem como salas exclusivas com vista mar, através de uma construção, com estrutura moderna em ferro e vidro. Permitindo manter a beleza natural da casa rústica, integrando-a harmoniosamente com uma arquitetura contemporânea..Valor relativo a trespasse e negociável aindaRenda 2000€Possibilidade de adquirir imóvel tambémTotalmente equipado com boa carteira de clientes!Decoração requintada e de luxo.Várias áreas. Esplanada vista mar com possibilidade de expansão para mais de 100 lugares em terreno próprio e outras opções possíveis também.Só são dadas mais informações pessoalmente mediante agendamento de reunião.Não pretendo ser contactado por agências imobiliárias, excepto se ja tiverem cliente para o trespasse.Algumas características/equipamentos:- Área de cozinha divide-se em 3 áreas, armazém, pastelaria, cozinha e copa- Forno Rational Selfcooking 10 níveis- Fogão industrial 8 bocas- Forno grelhador \\\"Josper\\\"- Hotte de cozinha de 6 filtros (cobre forno, fogão, fritadeira e grelhador)- Ilha frigorifica 3 portas- Ecrã tátil para pedidos com impressora- Bancada inox com armários de pratos e gavetas- 3 Frios verticais positivos- 1 Frio Vertical Negativo- 3 frios horizontais negativos- Máquina vácuo profissional- Varinha profissional- Fritadeira de 10L- Bimby Tm5- Zona de pastelaria com bancada de frio e armários superiores em inox- Zona de copa com bancadas de inox, duas pias e máquina de lavar louça profissional- Zona de armazém toda equipada com com estantaria para além dos equipamentos de frio- Elavador porta-pratos com dois níveis- Bar totalmente equipado no primeiro andar com bancada frigorífica, máquina de gelo, máquina café, máquina lavar, estufa de pratos etc…- Duas garrafeiras, uma delas com duas caves de vinhos para diferentes temperaturas com capacidade ar armazenamento de centenas de garrafas_______________________________________________________________________________The space is ready to operate, making it an excellent opportunity for investors or entrepreneurs looking to acquire a fully prepared commercial space for a restaurant business, located in one of the busiest and most strategic areas of Vila do Conde.This property combines a prime location, generous areas, and all the potential to start or expand your business. The land to the south and west offers great potential for creating new work and storage areas, as well as exclusive sea-view rooms through a construction with a modern iron and glass structure — allowing the natural beauty of the rustic house to be preserved while harmoniously integrating it with contemporary architecture.The asking price is for the lease transfer and is negotiable.Monthly rent: €2000There is also the possibility of acquiring the property.Fully equipped with a solid client base!Sophisticated and luxurious décor.Various areas. Sea-view terrace with potential to expand to over 100 seats on private land, with other expansion possibilities also available.Further information is only provided in person and by scheduled appointment.I do not wish to be contacted by real estate agencies, unless you already have a client for the lease transfer.Some Features/Equipment:- Kitchen area divided into 3 zones: storage, pastry, kitchen, and scullery- Rational SelfCooking 10-level oven- 8 burner industrial stove- \\\"Josper\\\" grill oven- 6-filter kitchen hood (covering oven, stove, fryer, and grill)- 3-door refrigerated island- Touchscreen ordering system with printer- Stainless steel workbench with plate cabinets and drawers- 3 upright positive refrigerators- 1 upright negative freezer- 3 horizontal negative freezers- Professional vacuum machine- Professional immersion blender- 10L fryer- Bimby TM5- Pastry area with cold bench and stainless steel upper cabinets- Scullery area with stainless steel countertops, two sinks, and a professional dishwasher- Storage area fully equipped with shelving and refrigeration units- Two-level plate lift- Fully equipped bar on the first floor with refrigerated counter, ice machine, coffee machine, dishwasher, plate warmer, etc.- Two wine cellars, one with two wine coolers set at different temperatures, with capacity to store hundreds of bottles\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-01-22\",\n                    \"Price\": \"160.000\"\n                },\n                {\n                    \"Date\": \"2025-07-10\",\n                    \"Price\": \"149.900\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"149.900\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"0\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"Em curso / Isentos\",\n            \"propertyType\": \"\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Particular\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/restaurante-de-requinte-vista-mar-vila-do-conde-ID1g5wh\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:34:18.634Z\",\n            \"createdAt\": \"2025-07-29T06:34:18.636Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"188\",\n            \"priceEvaluation\": \"-6.31\",\n            \"priceMetersquare\": \"499,67\",\n            \"id\": \"68886b6a388cb70366f46076\"\n        },\n        {\n            \"_id\": \"68886ab5cf91ce302c8c54df\",\n            \"idAnnonce\": \"18584881\",\n            \"propertyIdAnnonce\": \"18584881\",\n            \"title\": \"Charmosa Casa com Quintal e Excelente Vista\",\n            \"sellPrice\": \"65.000\",\n            \"surface\": \"290 m²\",\n            \"address\": \"Areias e Pias, Ferreira do Zêzere, Santarém\",\n            \"district\": \"Santarém\",\n            \"municipality\": \"\",\n            \"borough\": \"Ferreira do Zêzere\",\n            \"neighborhood\": \"Areias e Pias\",\n            \"datePublication\": \"2024-12-24\",\n            \"description\": \"Moradia em pedra para restaurar, com 185m2 de área e com ampliação ainda em construção, com projeto.\\nEsta Moradia tem uma vista excelente e um terreno com 290 m2.\\nEncontra-se a 15 minutos de Ferreira do Zêzere e de Alvaiázere.\\nSitua-se numa aldeia tranquila e próxima de Tomar, a cerca de 20 minutos.\\nVisite esta moradia e conheça o seu potencial.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2024-12-24\",\n                    \"Price\": \"62.000\"\n                },\n                {\n                    \"Date\": \"2025-07-03\",\n                    \"Price\": \"65.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"65.000\"\n                }\n            ],\n            \"nbBedrooms\": \"\",\n            \"nbBathrooms\": \"1\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"Em curso / Isentos\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/charmosa-casa-com-quintal-e-excelente-vista-ID1fYM9\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:31:17.160Z\",\n            \"createdAt\": \"2025-07-29T06:31:17.162Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"217\",\n            \"priceEvaluation\": \"4.84\",\n            \"priceMetersquare\": \"224,14\",\n            \"id\": \"68886ab5cf91ce302c8c54df\"\n        },\n        {\n            \"_id\": \"68886770a2e323054b55d332\",\n            \"idAnnonce\": \"18740256\",\n            \"propertyIdAnnonce\": \"18740256\",\n            \"title\": \"Moradia T3, 1 barracão e 1 lote construível\",\n            \"sellPrice\": \"99.900\",\n            \"surface\": \"1123 m²\",\n            \"address\": \"Freixianda, Ribeira do Farrio e Formigais, Ourém, Santarém\",\n            \"district\": \"Santarém\",\n            \"municipality\": \"Ourém\",\n            \"borough\": \"Ribeira do Farrio e Formigais\",\n            \"neighborhood\": \"Freixianda\",\n            \"datePublication\": \"2025-05-09\",\n            \"description\": \"Moradia T3, 1 barracão, 1 lote construível independente a 850 metros do centro da Freixianda onde tem todos os serviços.\\nTerreno plano vedado e com 1 poço\\nBoa exposição solar\\n\\nNo rés do chão da moradia tem várias divisões para arrumos ou para outros fins\\nNo 1º piso encontramos: \\n1 cozinha.\\n1 sala.\\n1 casa de banho.\\n3 Quartos.\\n\\nBarracão de 2 pisos com placa em madeira e com várias divisões no rés do chão.\\n\\nLote totalmente independente, para construção de uma moradia\\n\\nNeste imóvel existe várias árvores de fruto e oliveiras.\\nPoço\\n\\nZona com fibra, saneamento\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-05-09\",\n                    \"Price\": \"110.000\"\n                },\n                {\n                    \"Date\": \"2025-06-17\",\n                    \"Price\": \"99.900\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"99.900\"\n                }\n            ],\n            \"nbBedrooms\": \"T3\",\n            \"nbBathrooms\": \"N.º de casas de banho:sem informação\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"F\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"No\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/moradia-t3-1-barracao-e-1-lote-construivel-ID1gDcc\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:17:20.304Z\",\n            \"createdAt\": \"2025-07-29T06:17:20.307Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"81\",\n            \"priceEvaluation\": \"-9.18\",\n            \"priceMetersquare\": \"88,96\",\n            \"id\": \"68886770a2e323054b55d332\"\n        },\n        {\n            \"_id\": \"6888665dbdb6024d51fcc818\",\n            \"idAnnonce\": \"18159340\",\n            \"propertyIdAnnonce\": \"18159340\",\n            \"title\": \"Moradia T2 localizada em Alvorge, Ansião\",\n            \"sellPrice\": \"55.000\",\n            \"surface\": \"1500 m²\",\n            \"address\": \"Chão de Couce, Ansião, Leiria\",\n            \"district\": \"Leiria\",\n            \"municipality\": \"\",\n            \"borough\": \"Ansião\",\n            \"neighborhood\": \"Chão de Couce\",\n            \"datePublication\": \"2024-03-19\",\n            \"description\": \"Moradia em fase de construção, inserida em terreno com cerca de 1500m2.Composta por 2 pisos, no rés do chão podemos encontrar uma sala de estar/jantar, uma cozinha, e 1 wc.O 1º andar tem 2 quartos preparados para colocar roupeiros embutidos, e uma casa de banho. Neste piso, tem ainda acesso a um sótão.A moradia é composta, também, um anexo com boa área que poderá converter em garagem ou ampliar a zona habitacional. Localizada numa zona calma e de excelente acessibilidade, encontra-se a 20 minutos de Pombal e a 15 de Ansião.Grande potencial de negocio!!Ao estar a escolher viver no centro de Portugal vai encontrar o prazer da natureza, não esquecendo a magnífica gastronomia, e enriquecer a sua alma num patrimônio cultural inigualável, na maior e mais diversificada região turística de Portugal.A INFORMAÇÃO DISPONIBILIZADA AINDA QUE PRECISA, NÃO DISPENSA A SUA CONFIRMAÇÃO NEM PODE SER CONSIDERADA VINCULATIVA.\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2024-08-21\",\n                    \"Price\": \"59.000\"\n                },\n                {\n                    \"Date\": \"2025-07-08\",\n                    \"Price\": \"55.000\"\n                },\n                {\n                    \"Date\": \"2025-07-29\",\n                    \"Price\": \"55.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T2\",\n            \"nbBathrooms\": \"2\",\n            \"garage\": \"Yes\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"Em curso / Isentos\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/moradia-t2-localizada-em-alvorge-ansiao-ID1ec4A\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T06:12:45.565Z\",\n            \"createdAt\": \"2025-07-29T06:12:45.567Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"497\",\n            \"priceEvaluation\": \"-6.78\",\n            \"priceMetersquare\": \"36,67\",\n            \"id\": \"6888665dbdb6024d51fcc818\"\n        },\n        {\n            \"_id\": \"68885c4bc4fd9c196036ac27\",\n            \"idAnnonce\": \"18828342\",\n            \"propertyIdAnnonce\": \"18828342\",\n            \"title\": \"Moradia T4 Venda em São Félix da Marinha,Vila Nova de Gaia\",\n            \"sellPrice\": \"449.000\",\n            \"surface\": \"228 m²\",\n            \"address\": \"Granja, São Félix da Marinha, Vila Nova de Gaia, Porto\",\n            \"district\": \"Porto\",\n            \"municipality\": \"Vila Nova de Gaia\",\n            \"borough\": \"São Félix da Marinha\",\n            \"neighborhood\": \"Granja\",\n            \"datePublication\": \"2025-07-29\",\n            \"description\": \"Moradia T4+1 em São Félix da Marinha – A 600 metros da Praia!\\n\\nMoradia T4+1 situada numa das zonas mais privilegiadas de Vila Nova de Gaia – São Félix da Marinha, a apenas 600 metros da praia, ideal para quem procura viver perto do mar com conforto e tranquilidade.\\nCom apenas dois pisos, esta moradia destaca-se por incluir um quarto no rés do chão, uma mais-valia em termos de acessibilidade e funcionalidade, perfeita para idosos, visitas ou até um escritório.\\n\\nDistribuição do Imóvel:\\t\\n4 quartos, sendo um no rés do chão\\t\\n+1 divisão que pode funcionar como escritório, quarto extra ou zona de arrumos\\t\\nSala ampla com excelente luminosidade e lareira\\t\\nCozinha funcional com despensa\\t\\n3 casas de banho\\t\\nGaragem fechada para 1 carro, com espaço de arrumação adicional e lavandaria.\\nA nível de melhorias, o imóvel conta com intervenções recentes na caixilharia (no primeiro piso), oferecendo melhor isolamento térmico e acústico. Ainda assim, existe potencial para personalização e valorização com pequenas obras de renovação, ideal para quem pretende adaptar o espaço ao seu gosto.\\n\\nLocalização privilegiada, numa zona residencial calma, com bons acessos, proximidade de comércio, serviços, escolas e transportes.\\n\\nExcelente oportunidade para habitação própria ou investimento, numa zona em constante valorização.\\nNão perca esta oportunidade de viver junto ao mar!\\nContacte-nos para mais informações ou agende já a sua visita!\",\n            \"priceChange\": [\n                {\n                    \"Date\": \"2025-07-22\",\n                    \"Price\": \"399.000\"\n                }\n            ],\n            \"nbBedrooms\": \"T4\",\n            \"nbBathrooms\": \"3\",\n            \"garage\": \"No\",\n            \"propertyCondition\": \"\",\n            \"andar\": \"\",\n            \"elevator\": \"No\",\n            \"heating\": \"1\",\n            \"airConditioning\": \"No\",\n            \"energyClass\": \"D\",\n            \"propertyType\": \"Terreno\",\n            \"balcony\": \"Yes\",\n            \"advertiserType\": \"Profissional\",\n            \"duplex\": \"\",\n            \"source\": \"imovirtual\",\n            \"url\": \"https://www.imovirtual.com/pt/anuncio/moradia-t4-venda-em-sao-felix-da-marinha-vila-nova-de-gaia-ID1h06V\",\n            \"status\": \"active\",\n            \"bathtub\": \"No\",\n            \"washingMachine\": \"No\",\n            \"dryer\": \"No\",\n            \"oven\": \"No\",\n            \"microwave\": \"No\",\n            \"updatedDate\": \"2025-07-29T05:29:47.221Z\",\n            \"createdAt\": \"2025-07-29T05:29:47.222Z\",\n            \"updatedAt\": \"2025-07-29T07:24:07.646Z\",\n            \"activeDays\": \"0\",\n            \"priceEvaluation\": \"12.53\",\n            \"priceMetersquare\": \"1.969,30\",\n            \"id\": \"68885c4bc4fd9c196036ac27\"\n        }\n    ]\n}"}],"_postman_id":"20ee7875-2564-441f-bab5-59aefa17e939"}]}