{"info":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","description":"<html><head></head><body><h1 id=\"lystos-api\">📄 Lystos API</h1>\n<p>Welcome to the Lystos Real Estate API, a powerful tool designed to provide seamless access to real estate data across a variety of categories, including property listings, recent sales, and market analytics. This API is tailored for developers and businesses aiming to integrate up-to-date real estate information into applications, websites, and data platforms. With it, you can enhance your products with reliable, structured data covering different property types, geographic regions, and transaction statuses.</p>\n<h2 id=\"🔖-getting-started-guide\">🔖 <strong>Getting started guide</strong></h2>\n<p>To access and use the Lystos Real Estate API, you will need an <strong>API key</strong>. This key is essential for authenticating your requests and gaining access to the full suite of real estate data available.To obtain an API key:Once you receive your API key, you can start integrating Lystos's real estate data into your applications. Each API request must include this key in the authorization header to ensure seamless access and secure data transactions.</p>\n<ul>\n<li><p><strong>Contact Lystos Support</strong>: Email your request to <a href=\"https://null\">support@lystos.com</a>.</p>\n</li>\n<li><p><strong>Provide Necessary Information</strong>: In your email, include relevant details such as your intended use case, company or project name, and any specific requirements you might have.</p>\n</li>\n</ul>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>If you need assistance with the Lystos Real Estate API or have any questions regarding its use, please don’t hesitate to reach out:</p>\n<ul>\n<li><p><strong>Email Support</strong>: Contact us at <a href=\"https://null\">support@lystos.com</a> for personalized help and answers to your queries.</p>\n</li>\n<li><p><strong>Visit Our Website</strong>: Explore <a href=\"https://lystos.com\">lystos.com</a> for additional resources, documentation, and the latest updates about our services.</p>\n</li>\n</ul>\n<p>Our team is here to help ensure a smooth and successful integration of real estate data into your applications!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Lystos API","slug":"lystos-api"}],"owner":"21463513","collectionId":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","publishedId":"2sAY4vg2j4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-29T13:35:49.000Z"},"item":[{"name":"Listings","item":[{"name":"Search Listings","event":[{"listen":"test","script":{"id":"1d4cab50-6533-480a-aa4b-2aa3384d34ba","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2a1a2d1f-111c-4dc3-a4ef-db5bc140da43","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"polygon\":\"MULTIPOLYGON (((0.818513021124545 40.720453199772166, 0.843232259405795 40.720453199772166, 0.843232259405795 40.71692407819324, 0.818513021124545 40.71692407819324, 0.818513021124545 40.720453199772166)))\",\"limit\":10,\"offset\":0}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-explorer","description":"<p>Filter-based search functionality that allows you to retrieve listings tailored to specific criteria.</p>\n<ul>\n<li><p><code>ComparableRequestVo</code> — Filter object to search for listings</p>\n<ul>\n<li><p><code>polygon</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Filter listings by polygon area<br />  <strong>Example</strong>: \"POLYGON ((-3.698590632556149 40.4315015067885.........\"</p>\n</li>\n<li><p><code>sortBy</code><br />  <strong>Type</strong>: String (Enum below)<br />  <strong>Explanation</strong>: Sort the response by price, price per m2 etc...<br />  <strong>Example</strong>: \"PRICE_SQM\"</p>\n</li>\n<li><p><code>orderBy</code><br />  <strong>Type</strong>: String (Enum below)<br />  <strong>Explanation</strong>: Order the response based on the sortBy field (price ascending or descending)<br />  <strong>Example</strong>: \"DESC\"</p>\n</li>\n<li><p><code>limit</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Limit the number of listings returned<br />  <strong>Example</strong>: 100</p>\n</li>\n<li><p><code>isPublished</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Returns whether or not a listing is published<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>bedrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Search for listings with exact number of bedrooms<br />  <strong>Example</strong>: 3</p>\n</li>\n<li><p><code>bathrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Search for listings with exact number of bathrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>minBedrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Search for listings with minimum number of bedrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>minBathrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Search for listings with minimum number of bathrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>minPrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a minimum price<br />  <strong>Example</strong>: 300000.00</p>\n</li>\n<li><p><code>maxPrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a maximum price<br />  <strong>Example</strong>: 500000.00</p>\n</li>\n<li><p><code>minSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a minimum number of square meters<br />  <strong>Example</strong>: 100.00</p>\n</li>\n<li><p><code>maxSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a maximum number of square meters<br />  <strong>Example</strong>: 150.00</p>\n</li>\n<li><p><code>minPriceSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a minimum price per square meter<br />  <strong>Example</strong>: 1000.00</p>\n</li>\n<li><p><code>maxPriceSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Search for listings with a maximum price per square meter<br />  <strong>Example</strong>: 4000.00</p>\n</li>\n<li><p><code>hasAirCon</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with A/C<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasBuiltinWardrobes</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with built-in wardrobes<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasGarden</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a garden<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasLift</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a lift<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasPool</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a pool<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasStorage</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with an external storage room<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasTerrace</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a terrace<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>isExterior</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings(flats) that are exterior facing<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasParking</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a parking spot or garage<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>listingType</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Search for either listings for sale(1) or to rent(2)<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>dateFrom</code><br />  <strong>Type</strong>: timestamp <strong>(ISO 8601 format)</strong><br />  <strong>Explanation</strong>: Search for listings published from a certain date<br />  <strong>Example</strong>: \"2024-05-03T12:05:31.982Z\"</p>\n</li>\n<li><p><code>dateTo</code><br />  <strong>Type</strong>: timestamp <strong>(ISO 8601 format)</strong><br />  <strong>Explanation</strong>: Search for listings published up to a certain date<br />  <strong>Example</strong>: \"2024-10-01T00:00:00.000Z\"</p>\n</li>\n<li><p><code>modificationFrom</code><br />  <strong>Type</strong>: timestamp <strong>(ISO 8601 format)</strong><br />  <strong>Explanation</strong>: Search for listings modified from a certain date<br />  <strong>Example</strong>: \"2024-05-03T12:05:31.982Z\"</p>\n</li>\n<li><p><code>modificationTo</code><br />  <strong>Type</strong>: timestamp <strong>(ISO 8601 format)</strong><br />  <strong>Explanation</strong>: Search for listings modified up to a certain date<br />  <strong>Example</strong>: \"2024-10-01T00:00:00.000Z\"</p>\n</li>\n<li><p><code>advertiserTypeList(DEPRECATED -&gt; use advertiserTypeIdList)</code><br />  <strong>Type</strong>: Array of Strings (Enum below)<br />  <strong>Explanation</strong>: Filter by advertiser type<br />  <strong>Example</strong>: [\"Particular\", \"Banco\"]</p>\n</li>\n<li><p><code>advertiserTypeIdList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Filter by advertiser type<br />  <strong>Example</strong>: [1, 2, 3]</p>\n</li>\n<li><p><code>listingStatus</code><br />  <strong>Type</strong>: Array of integers (Enum below)<br />  <strong>Explanation</strong>: Filter by active listings or withdrawn listings<br />  <strong>Example</strong>: [2]</p>\n</li>\n<li><p><code>propertyTypeList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Filter by property type<br />  <strong>Example</strong>: [1,2,3,4]</p>\n</li>\n<li><p><code>stateTypeList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Filter by the condition of the property (1 = new build, 2 = good condition..)<br />  <strong>Example</strong>: [1,2]</p>\n</li>\n<li><p><code>heightList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Filter by floor/height of flats<br />  <strong>Example</strong>: [2,3]</p>\n</li>\n<li><p><code>risked</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter listings by whether or not they have squatters<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>auction</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter listings by whether or not they are up for auction<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>bareOwnership</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter listings by whether or not the owner holds bare ownership<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>touristLicense</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter listings by whether or not they have a tourist license<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>onlyFsbo</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings that are not advertised by any agencies, only FSBOs<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>minPlotSize</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Filter by a minimum plot size in meters squared<br />  <strong>Example</strong>: 500.00</p>\n</li>\n<li><p><code>maxPlotSize</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Filter by a maximum plot size in meters squared<br />  <strong>Example</strong>: 2000.00</p>\n</li>\n<li><p><code>hasHeating</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with heating<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasSmokeExtractor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for commercial properties with a smoke extractor<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasFullKitchen</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for commercial properties with a fully equipped kitchen<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>siteList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Search for listings by portal<br />  <strong>Example</strong>: [1,2,3,4]</p>\n</li>\n<li><p><code>hasTenants</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for buildings with tenants (Only applies to property type EDIFICIO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasMotoSpace</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for garages/parking spots that are apt for motorbikes (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasParkingCovered</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for garages/parking spots that are covered/indoors. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasParkingCovered</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for garages with an automatic door. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAlarm</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for garages with an alarm. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSecurityCamera</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for listings with a security camera. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAccess24h</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for storage rooms with 24h access. (Only applies to property type TRASTERO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasLoadingArea</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Search for storage rooms with loading area. (Only applies to property type TRASTERO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>openPlan</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter open plan offices. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>mixedUse</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter mixed use offices. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAccessControl</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter offices with controlled access(fob or access card). (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSecurityDoor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter offices with a security door. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasExtinguisher</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter offices with fire extinguishers. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasEmergencyExit</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter offices with emergency exits. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasFireResistantDoor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter offices with fire resistant doors. (Only applies to property type 'Office')<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasWaterSupply</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with a water supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasEnergySupply</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with an energy supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSewerSystem</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with a sewer supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasNaturalGas</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with a gas supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasStreetLighting</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with street lighting. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasPavement</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with pavements. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>buildable</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Filter terrains with that can be built upon. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>sortBy</code></p>\n<p>PRICE(\"PRICE\"),<br />DEED_DATE(\"DEED_DATE\"),<br />PRICE_SQM(\"PRICE_SQM\"),</p>\n<p><code>orderBy</code></p>\n<p>ASC(\"ASC\"),<br />DESC(\"DESC\");</p>\n<p><code>listingType</code></p>\n<p>SALE(1),<br />RENTAL(2);</p>\n<p><code>listingStatus</code></p>\n<p>ACTIVE(1),<br />INACTIVE(2);</p>\n<p><code>propertyTypeList</code></p>\n<p>CASA(1),<br />PISO(2),<br />ATICO(3),<br />DUPLEX(4),<br />LOCAL(5),<br />NAVE(6),<br />OTROS(7),<br />VIVIENDA_UNDEFINED(8),<br />GARAJE(9),<br />TRASTERO(10),<br />EDIFICIO(11),<br />OFICINA(12),<br />TERRENO(13),<br />HABITACION(14);</p>\n<p><code>siteList</code></p>\n<p>IDEALISTA(1),<br />FOTOCASA(2),<br />HABITACLIA(3),<br />ENGELVOLKERS(4),<br />LUCASFOX(5),<br />PISOSCOM(7),<br />ALISEDA(8),<br />INDOMIO(14),<br />TECNOCASA(15),<br />INMOCMS(16),<br />INMOVILLA(17),<br />PROPERTYTOP(18),<br />MALAGAMLS(19),<br />GREENACRES(20),<br />SOLVIA(21),<br />FACILITEA(22),<br />PROPERSTAR(23);</p>\n<p><code>stateTypeList</code></p>\n<p>OBRA_NUEVA(1),<br />BUEN_ESTADO(2),<br />A_REFORMAR(3);</p>\n<p><code>advertiserTypeIdList</code></p>\n<p>PROFESIONAL(1),<br />PARTICULAR(2),<br />BANCO(3),<br />PROMOTORA(4),</p>\n<p><code>heightList</code></p>\n<p>PLANTA_INTERMEDIA(1),<br />BAJO(2),<br />ULTIMA_PLANTA(3);</p>\n<p><strong>Note:</strong></p>\n<p>This endpoint returns a max of 10 results per request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","listings","search-explorer"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"1395b8ba-7fb9-4ddc-bf54-7eaca7f20d95","name":"Search Listings By polygon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"polygon\": \"MULTIPOLYGON (((0.818513021124545 40.720453199772166, 0.843232259405795 40.720453199772166, 0.843232259405795 40.71692407819324, 0.818513021124545 40.71692407819324, 0.818513021124545 40.720453199772166)))\",\n    \"limit\": 10,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-explorer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 10:11:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1791"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a84ee46-e987-43c5-9a5e-3f3c42dadb78"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdXsfHQtDoEEvMA="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"eda3ef1b-67ed-4ee0-9d75-39f5284f9bc9"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 10:11:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b7dfbf95-7105-4810-8a77-7c8fd8f866e5\",\n            \"siteId\": 1,\n            \"bedrooms\": 5,\n            \"bathrooms\": 4,\n            \"sqm\": 1300,\n            \"plotSize\": 70000,\n            \"title\": \"Masía en venta en Deltebre\",\n            \"description\": \"Masía de 1918 en el Parque Natural del Delta del Ebro. Rodeada de arrozales y con unas instalaciones impecables. Desde Deltebre, una carretera de horizonte infinito nos lleva hasta el mar Mediterráneo, y a tan sólo 500m de la playa de Riumar y sus dunas encontramos esta singular Masía en la que son expertos arroceros desde hace casi dos siglos. Localizado al sur de Tarragona, el delta del Ebro ofrece un paisaje genuino, cambiante y de gran belleza. Con más de 100km de playas, arenales prácticamente desiertos, pueblos y enclaves naturales verdaderamente únicos. Un territorio protegido como Parque Natural, que ha sido declarado Reserva de la Biosfera, y que es la segunda zona húmeda más importante de España tras el Parque Nacional de Doñana. Por todo ello, es hoy un destino excelente para el turismo y las rutas fluviales. Toda la masía está orientada con vistas al río Ebro e incluye dos viviendas totalmente equipadas. Una primera con terrazas de 310m2; y otra de 360m2. Entre las dos viviendas se encuentra un almacén de aprox. 253m2 completamente diáfano y restaurado siguiendo la estética de la época. Por otra parte, dispone de un taller-almacén de 300m2 y junto a él encontramos una de las joyas de esta propiedad: un Molino de Arroz, en funcionamiento desde hace casi dos siglos, de producción propia y con instalaciones con maquinaria de última generación. La finca tiene en total 7 hectáreas de cultivo propio para su explotación. Una propiedad única en su especie que está preparada para recibir a sus nuevos propietarios.\",\n            \"advertiserName\": \"Ana Vela Garcia\",\n            \"agencyName\": \"The Singular Space\",\n            \"latitude\": 40.7179918,\n            \"longitude\": 0.8308652,\n            \"price\": 2500000,\n            \"propertyType\": \"Masía\",\n            \"listingType\": 1,\n            \"propertyTypeId\": 7,\n            \"propertyCategoryId\": 14,\n            \"address\": \"Deltebre;Baix Ebre, Tarragona;\",\n            \"parking\": 0,\n            \"priceSqm\": 1923.08,\n            \"stateType\": \"Buen Estado\",\n            \"advertiserType\": \"Profesional\",\n            \"advertiserPhone\": \"\",\n            \"siteUrl\": \"https://www.idealista.com/inmueble/103933338/\",\n            \"batchDate\": \"2024-06-14\",\n            \"publicationDate\": \"2024-02-07T12:48:17.423Z\",\n            \"renovated\": true,\n            \"images\": [\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/87/e6/1204687779.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/64/68/78/1204687769.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9c/6c/bd/1204687780.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b8/89/27/1204687731.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fb/8f/d5/1204687739.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/b6/29/1204687783.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/74/21/cc/1204687770.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3d/10/a3/1204687781.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b6/83/54/1204687793.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/1b/1b/37/1204687791.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/89/b9/ba/1204687803.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/37/e8/45/1204687804.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/ce/11/1204687795.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3a/49/9d/1204687771.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/cf/3d/ca/1204687772.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2a/5e/66/1204687805.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5c/f1/58/1204687813.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f4/c2/62/1204687792.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/45/b3/1204687806.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/62/27/d3/1204687796.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2b/2b/c3/1204687814.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3b/6a/60/1204687824.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f8/78/c3/1204687807.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a9/87/ea/1204687808.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e5/8a/01/1204687815.webp\"\n            ],\n            \"hasGarden\": true,\n            \"hasTerrace\": false,\n            \"hasSwimmingPool\": false,\n            \"hasLift\": false,\n            \"hasAirCon\": false,\n            \"hasHeating\": false,\n            \"hasStoreRoom\": false,\n            \"hasSmokeExtractor\": false,\n            \"hasFullKitchen\": false,\n            \"advertisementReference\": \"S185\",\n            \"hasStorageRoom\": false,\n            \"stats\": [],\n            \"scrapeStats\": false,\n            \"externalId\": \"103933338\",\n            \"enabled\": true,\n            \"exterior\": false\n        }\n    ],\n    \"num\": 1\n}"},{"id":"3648362a-daeb-4570-abd6-f54f46bbd2e9","name":"Search Listings With Filters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"maxPrice\": 200000,\n    \"minPrice\": 75000,\n    \"maxSqm\": 100,\n    \"minSqm\": 40,\n    \"hasAirCon\": true,\n    \"hasBuiltinWardrobes\": true,\n    \"hasGarden\": true,\n    \"hasLift\": true,\n    \"hasPool\": true,\n    \"hasStorage\": true,\n    \"hasTerrace\": true,\n    \"isExterior\": true,\n    \"type\": 2,\n    \"saleCondition\": [],\n    \"listingStatus\": [\n        1,\n        2\n    ],\n    \"dateFrom\": \"2024-09-30T09:40:04.105Z\",\n    \"bathrooms\": null,\n    \"bedrooms\": null,\n    \"minBedrooms\": 3,\n    \"minBathrooms\": 3,\n    \"propertyTypeList\": [\n        1,\n        2,\n        3,\n        4,\n        7\n    ],\n    \"advertiserTypeList\": [\n        \"Profesional\",\n        \"Particular\",\n        \"Banco\"\n    ],\n    \"stateTypeList\": [\n        2,\n        3,\n        1\n    ],\n    \"heightList\": [\n        1,\n        2,\n        3\n    ],\n    \"isShareable\": null,\n    \"mySales\": false,\n    \"sortBy\": \"DEED_DATE\",\n    \"orderBy\": \"DESC\",\n    \"agencyList\": [],\n    \"excludeAgencies\": false,\n    \"buildingOptions\": [],\n    \"buildingUses\": [],\n    \"buildingDivision\": [],\n    \"premiseType\": 1,\n    \"quickSale\": null,\n    \"renovation\": null,\n    \"longTermRental\": null,\n    \"shortTermRental\": null,\n    \"auction\": true,\n    \"bareOwnership\": true,\n    \"risked\": true,\n    \"touristLicense\": true,\n    \"quickSaleSwitch\": false,\n    \"renovationSwitch\": false,\n    \"longTermSwitch\": false,\n    \"shortTermSwitch\": false,\n    \"listingType\": 1,\n    \"hasParking\": true,\n    \"dateTo\": null,\n    \"polygon\": \"POLYGON ((2.1301582744045313 41.41884716528607, 2.130223732563498 41.41866605387016, 2.1305230075115107 41.418316194279356, 2.1312737918538276 41.41821580325212, 2.1321407593975934 41.41856812590659, 2.1323046913038017 41.418542005317924, 2.134200708215538 41.41779739304483, 2.1351768207918718 41.41698105506675, 2.136279933817079 41.41597666825958, 2.136054653241495 41.415369480444646, 2.1363157175619887 41.41512835656038, 2.1371384515416145 41.414368462151856, 2.1376660141498682 41.414194123335356, 2.13784607293904 41.41404697941971, 2.1378711125026704 41.41402651250234, 2.1398077004680123 41.412543386153544, 2.139935727113102 41.412420539800685, 2.140196657052447 41.41222121994109, 2.140688143751801 41.41186434309557, 2.1409017390071146 41.411741818957495, 2.1409339060914436 41.41173692515885, 2.1409792878670375 41.41173000242201, 2.1410120647420836 41.41172516771104, 2.141908306447449 41.411619286575444, 2.142765156587944 41.41153701157096, 2.1431122468273514 41.41150613845323, 2.1445166541967504 41.411400178735875, 2.144997993797427 41.411326691764565, 2.1452121408119162 41.41120971142147, 2.145331429099486 41.41112167233054, 2.145352321611418 41.41109603835421, 2.1456915877769855 41.41067971333641, 2.145784173999321 41.410481689871226, 2.14595108689038 41.41010658429289, 2.1462919568544914 41.409676856656915, 2.1466876469697715 41.40916287934536, 2.1471652627127393 41.40855044009985, 2.147416614971949 41.40823815574446, 2.147584289321643 41.408061538093186, 2.1480500469346504 41.40767601058178, 2.1486541332835216 41.40719058999578, 2.1485849251350357 41.407139653561025, 2.148371439320612 41.40697854867841, 2.1484977928074285 41.4068790724718, 2.148388413376796 41.406802113457424, 2.148448263675001 41.406753310124564, 2.148479418512457 41.406775384148766, 2.148493190297012 41.406763398113135, 2.148518408474667 41.40676080906071, 2.1485246978647132 41.406765801757274, 2.148535542899631 41.40675711700226, 2.1487291696774466 41.406602074116385, 2.148792105437075 41.40664671338564, 2.148935477541706 41.4065254671976, 2.1490035103786824 41.40656905476259, 2.1488531504705044 41.40670062505973, 2.149069538398962 41.40683220928732, 2.149128513832149 41.40679243619753, 2.149503584785385 41.40648108611762, 2.149938557892703 41.40612473400886, 2.1500356580548297 41.40594388329093, 2.150054914742331 41.40578839093742, 2.149971500093646 41.405580262431755, 2.1499649173010846 41.405424577492354, 2.150019373496428 41.4052109834198, 2.1503578792022098 41.40435102303263, 2.150326300835716 41.404130307443936, 2.150029870119653 41.40374551960306, 2.1498902400370916 41.40322571227393, 2.149973138545815 41.403042838590366, 2.1501751305768417 41.40277568665322, 2.1508582700360948 41.401873551314445, 2.151030123627115 41.401671328411574, 2.151076884212251 41.40159535617352, 2.166072489620673 41.40159535617352, 2.166333422264878 41.401791948829384, 2.1665897397868137 41.40159535617352, 2.168352155769898 41.40159535617352, 2.16866765085276 41.401830667005555, 2.1697888851353246 41.40267084008738, 2.170904499726731 41.403501764923234, 2.172043263194042 41.4043500039059, 2.170898562953499 41.40523110795824, 2.1697978723893048 41.406081020466424, 2.1686560424774433 41.406965870807056, 2.167804334092969 41.40759190738164, 2.16713652222393 41.40808898337291, 2.166491928564809 41.40856877775311, 2.165874109989309 41.409034971459995, 2.165158854219465 41.409572912073116, 2.164409498771045 41.41015121666102, 2.1642794647516026 41.41031542661701, 2.1639020301563643 41.41049770715693, 2.163489620591264 41.41090452808048, 2.162640672407196 41.41193244446159, 2.1623284876552344 41.41232831758875, 2.1620528340639606 41.41260094364498, 2.1620179683906735 41.412642709700386, 2.1613034539005143 41.413498803488075, 2.1613184559967187 41.41361331960199, 2.161394566562535 41.41370266318613, 2.16138721478599 41.41381920482973, 2.1613622822414236 41.41390723515054, 2.161165477577967 41.4140807643284, 2.1610491612825227 41.41407342066391, 2.160720811641855 41.4139549323693, 2.160495114483042 41.41385128206856, 2.1600302165615632 41.41394915951405, 2.1599856311922916 41.41395854424925, 2.1596200619221615 41.4141219472891, 2.159294832437517 41.41436546018776, 2.1589112685901926 41.41466834903625, 2.158526854932961 41.41503584091555, 2.158191957313663 41.415403704819596, 2.157898752500406 41.415866307805544, 2.1575902591869487 41.41649033455722, 2.157457497230198 41.41654403863801, 2.157368242442254 41.4165533288247, 2.1572270001778286 41.41649761741877, 2.1571684498169863 41.41643009018946, 2.1566634363877673 41.41565594153609, 2.1565504465790335 41.41554572199756, 2.1563847435800363 41.415446953407695, 2.156170054712088 41.41530285791593, 2.1558728059490946 41.41512537742945, 2.1555831214998187 41.41509741617267, 2.1554538912318906 41.415010641639256, 2.1554365962495075 41.41500178635007, 2.155337972425037 41.41495123049875, 2.155227171267814 41.41492532186135, 2.1551102348621054 41.41494537821754, 2.155031954004415 41.41498244484384, 2.1547568924227507 41.415197932658394, 2.1546598795631944 41.415225206158055, 2.154520907084861 41.41535087783289, 2.1541653906082 41.41560560335246, 2.153661262393131 41.416036641307315, 2.1531495947230077 41.41649581616368, 2.1529426421607476 41.416623903292184, 2.152933402210836 41.41662962732359, 2.1526937324701567 41.416817573318305, 2.1519280514225505 41.416906157676614, 2.151898779946985 41.41701848382823, 2.1517474893598205 41.4171613203932, 2.1512356319504633 41.41750565453796, 2.150967515020319 41.41778423909524, 2.150928075414938 41.41789070764433, 2.1509369562124334 41.418005341657555, 2.151115082663957 41.418405041474834, 2.1514132117359397 41.41879804092928, 2.15143973272471 41.41884716528607, 2.1301582744045313 41.41884716528607))\",\n    \"limit\": 40,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-explorer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"371d288e-482a-4d4b-b87c-44408557abc7","name":"Search Listings With Results","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"polygon\": \"POLYGON ((2.1301582744045313 41.41884716528607, 2.130223732563498 41.41866605387016, 2.1305230075115107 41.418316194279356, 2.1312737918538276 41.41821580325212, 2.1321407593975934 41.41856812590659, 2.1323046913038017 41.418542005317924, 2.134200708215538 41.41779739304483, 2.1351768207918718 41.41698105506675, 2.136279933817079 41.41597666825958, 2.136054653241495 41.415369480444646, 2.1363157175619887 41.41512835656038, 2.1371384515416145 41.414368462151856, 2.1376660141498682 41.414194123335356, 2.13784607293904 41.41404697941971, 2.1378711125026704 41.41402651250234, 2.1398077004680123 41.412543386153544, 2.139935727113102 41.412420539800685, 2.140196657052447 41.41222121994109, 2.140688143751801 41.41186434309557, 2.1409017390071146 41.411741818957495, 2.1409339060914436 41.41173692515885, 2.1409792878670375 41.41173000242201, 2.1410120647420836 41.41172516771104, 2.141908306447449 41.411619286575444, 2.142765156587944 41.41153701157096, 2.1431122468273514 41.41150613845323, 2.1445166541967504 41.411400178735875, 2.144997993797427 41.411326691764565, 2.1452121408119162 41.41120971142147, 2.145331429099486 41.41112167233054, 2.145352321611418 41.41109603835421, 2.1456915877769855 41.41067971333641, 2.145784173999321 41.410481689871226, 2.14595108689038 41.41010658429289, 2.1462919568544914 41.409676856656915, 2.1466876469697715 41.40916287934536, 2.1471652627127393 41.40855044009985, 2.147416614971949 41.40823815574446, 2.147584289321643 41.408061538093186, 2.1480500469346504 41.40767601058178, 2.1486541332835216 41.40719058999578, 2.1485849251350357 41.407139653561025, 2.148371439320612 41.40697854867841, 2.1484977928074285 41.4068790724718, 2.148388413376796 41.406802113457424, 2.148448263675001 41.406753310124564, 2.148479418512457 41.406775384148766, 2.148493190297012 41.406763398113135, 2.148518408474667 41.40676080906071, 2.1485246978647132 41.406765801757274, 2.148535542899631 41.40675711700226, 2.1487291696774466 41.406602074116385, 2.148792105437075 41.40664671338564, 2.148935477541706 41.4065254671976, 2.1490035103786824 41.40656905476259, 2.1488531504705044 41.40670062505973, 2.149069538398962 41.40683220928732, 2.149128513832149 41.40679243619753, 2.149503584785385 41.40648108611762, 2.149938557892703 41.40612473400886, 2.1500356580548297 41.40594388329093, 2.150054914742331 41.40578839093742, 2.149971500093646 41.405580262431755, 2.1499649173010846 41.405424577492354, 2.150019373496428 41.4052109834198, 2.1503578792022098 41.40435102303263, 2.150326300835716 41.404130307443936, 2.150029870119653 41.40374551960306, 2.1498902400370916 41.40322571227393, 2.149973138545815 41.403042838590366, 2.1501751305768417 41.40277568665322, 2.1508582700360948 41.401873551314445, 2.151030123627115 41.401671328411574, 2.151076884212251 41.40159535617352, 2.166072489620673 41.40159535617352, 2.166333422264878 41.401791948829384, 2.1665897397868137 41.40159535617352, 2.168352155769898 41.40159535617352, 2.16866765085276 41.401830667005555, 2.1697888851353246 41.40267084008738, 2.170904499726731 41.403501764923234, 2.172043263194042 41.4043500039059, 2.170898562953499 41.40523110795824, 2.1697978723893048 41.406081020466424, 2.1686560424774433 41.406965870807056, 2.167804334092969 41.40759190738164, 2.16713652222393 41.40808898337291, 2.166491928564809 41.40856877775311, 2.165874109989309 41.409034971459995, 2.165158854219465 41.409572912073116, 2.164409498771045 41.41015121666102, 2.1642794647516026 41.41031542661701, 2.1639020301563643 41.41049770715693, 2.163489620591264 41.41090452808048, 2.162640672407196 41.41193244446159, 2.1623284876552344 41.41232831758875, 2.1620528340639606 41.41260094364498, 2.1620179683906735 41.412642709700386, 2.1613034539005143 41.413498803488075, 2.1613184559967187 41.41361331960199, 2.161394566562535 41.41370266318613, 2.16138721478599 41.41381920482973, 2.1613622822414236 41.41390723515054, 2.161165477577967 41.4140807643284, 2.1610491612825227 41.41407342066391, 2.160720811641855 41.4139549323693, 2.160495114483042 41.41385128206856, 2.1600302165615632 41.41394915951405, 2.1599856311922916 41.41395854424925, 2.1596200619221615 41.4141219472891, 2.159294832437517 41.41436546018776, 2.1589112685901926 41.41466834903625, 2.158526854932961 41.41503584091555, 2.158191957313663 41.415403704819596, 2.157898752500406 41.415866307805544, 2.1575902591869487 41.41649033455722, 2.157457497230198 41.41654403863801, 2.157368242442254 41.4165533288247, 2.1572270001778286 41.41649761741877, 2.1571684498169863 41.41643009018946, 2.1566634363877673 41.41565594153609, 2.1565504465790335 41.41554572199756, 2.1563847435800363 41.415446953407695, 2.156170054712088 41.41530285791593, 2.1558728059490946 41.41512537742945, 2.1555831214998187 41.41509741617267, 2.1554538912318906 41.415010641639256, 2.1554365962495075 41.41500178635007, 2.155337972425037 41.41495123049875, 2.155227171267814 41.41492532186135, 2.1551102348621054 41.41494537821754, 2.155031954004415 41.41498244484384, 2.1547568924227507 41.415197932658394, 2.1546598795631944 41.415225206158055, 2.154520907084861 41.41535087783289, 2.1541653906082 41.41560560335246, 2.153661262393131 41.416036641307315, 2.1531495947230077 41.41649581616368, 2.1529426421607476 41.416623903292184, 2.152933402210836 41.41662962732359, 2.1526937324701567 41.416817573318305, 2.1519280514225505 41.416906157676614, 2.151898779946985 41.41701848382823, 2.1517474893598205 41.4171613203932, 2.1512356319504633 41.41750565453796, 2.150967515020319 41.41778423909524, 2.150928075414938 41.41789070764433, 2.1509369562124334 41.418005341657555, 2.151115082663957 41.418405041474834, 2.1514132117359397 41.41879804092928, 2.15143973272471 41.41884716528607, 2.1301582744045313 41.41884716528607))\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-explorer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2a1a2d1f-111c-4dc3-a4ef-db5bc140da43"},{"name":"Get Listing Detail","event":[{"listen":"test","script":{"id":"1d4cab50-6533-480a-aa4b-2aa3384d34ba","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b161a930-54b5-4221-98cb-7660f11990de","request":{"method":"GET","header":[],"url":"https://apis.dev.lystos.com/v1/listings/63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7/views/providers?listingType=1","description":"<p>Retrieves detailed information for a specific listing, providing in-depth data and insights on the selected property.</p>\n<p>Key components include:</p>\n<ul>\n<li><p><strong>Basic details of main listing</strong>: <code>id</code>, <code>title</code>, <code>description</code>, <code>price</code></p>\n</li>\n<li><p><strong>historic</strong>: An array logging updates, like price changes or removals, with details (<code>batch_date</code>, <code>type</code>).</p>\n</li>\n<li><p><strong>providers</strong>: An array of duplicate listings (same property that has been posted on other real estate portals) each with its own <code>historic</code> for tracking changes made in that specific portal.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","listings","63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7","views","providers"],"host":["apis.dev.lystos.com"],"query":[{"description":{"content":"<p>Sales= 1, Rentals =2</p>\n","type":"text/plain"},"key":"listingType","value":"1"}],"variable":[]}},"response":[{"id":"a28a01b1-6b66-49fa-803d-d7da74f76e38","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.dev.lystos.com/v1/listings/63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7/views/providers?listingType=1","protocol":"https","host":["apis","dev","lystos","com"],"path":["v1","listings","63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7","views","providers"],"query":[{"key":"listingType","value":"1","description":"Sales= 1, Rentals =2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2024 10:36:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1501"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f4da91a7-5c0e-4b60-97c6-d94546aa641a"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"A0f3lE7QDoEEHTg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"6edcdd15-0933-4951-81ba-33b980bb8586"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 06 Nov 2024 10:36:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n    \"siteId\": 1,\n    \"parentListingId\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n    \"bedrooms\": 2,\n    \"bathrooms\": 2,\n    \"sqm\": 64,\n    \"plotSize\": 0,\n    \"title\": \"Piso en venta en calle de la Capadella, 53\",\n    \"description\": \"Apartamento de 2 habitaciones en la playa de Riumar, en el conjunto Salvagina, a 2 minutos andando del paseo Marítimo y chiringuitos. En la zona comunitaria existe un bar para servicio de la comunidad de propietarios, y una gran piscina. El apartamento consta de 52m² distribuidos en cocina-salón-comedor, 2 habitaciones dobles, 1 con armario empotrado, 2 baños, 1 con bañera. En la zona exterior existe una terraza de uso privado. La persiana que da acceso a la terraza, es eléctrica. Ideal para una pareja que busquen una segunda residencia en la playa. La casa está equipada con cocina de gas, horno y termo eléctricos, aire acondicionado (frío/calor).\",\n    \"advertiserName\": \"VICTOR ZARAGOZA GONZALVO\",\n    \"agencyName\": \"Finques Zaragoza\",\n    \"latitude\": 40.7277121,\n    \"longitude\": 0.8356227,\n    \"price\": 165000,\n    \"propertyType\": \"Piso\",\n    \"listingType\": 1,\n    \"propertyTypeId\": 2,\n    \"propertyCategoryId\": 2,\n    \"address\": \"Calle de la Capadella, 53;Deltebre;Baix Ebre, Tarragona;\",\n    \"streetName\": \"Calle de la Capadella\",\n    \"floor\": \"Bajo exterior\",\n    \"parking\": 0,\n    \"priceSqm\": 2578.13,\n    \"stateType\": \"Buen Estado\",\n    \"advertiserType\": \"Profesional\",\n    \"advertiserPhone\": \"\",\n    \"siteUrl\": \"https://www.idealista.com/inmueble/104421669/\",\n    \"batchDate\": \"2024-06-14\",\n    \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n    \"renovated\": true,\n    \"images\": [\n        \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP-L-L/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\"\n    ],\n    \"historic\": [\n        {\n            \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n            \"price\": 165000,\n            \"batchDate\": \"2024-03-26\",\n            \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n            \"images\": [\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e5/64/28/1220109617.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5b/4f/ca/1220109618.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/c6/05/1220109619.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/85/54/e8/1220109620.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/53/63/1220109621.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/25/c8/42/1220109622.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/73/24/6b/1220109623.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4c/32/79/1220109624.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/72/0e/c4/1220109625.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/1f/ba/1220109626.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/36/a3/54/1220109627.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8f/bc/c1/1220109628.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/45/fe/06/1220109629.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c2/a2/f2/1220109630.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/44/ea/d9/1220109631.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/46/e0/1220109632.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\"\n            ],\n            \"type\": 1,\n            \"creationDate\": \"2024-03-26T00:00:00Z\"\n        }\n    ],\n    \"hasGarden\": true,\n    \"hasTerrace\": true,\n    \"hasSwimmingPool\": true,\n    \"hasLift\": false,\n    \"hasAirCon\": true,\n    \"hasHeating\": false,\n    \"hasStoreRoom\": false,\n    \"hasSmokeExtractor\": false,\n    \"hasFullKitchen\": false,\n    \"constructionYear\": \"1985\",\n    \"advertisementReference\": \"FZR1111\",\n    \"hasStorageRoom\": false,\n    \"height\": 2,\n    \"stats\": [],\n    \"externalId\": \"104421669\",\n    \"energyConsumption\": \"G\",\n    \"energyEmission\": \"G\",\n    \"energyConsumptionVal\": 999,\n    \"energyEmissionVal\": 999,\n    \"providers\": [\n        {\n            \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n            \"siteId\": 1,\n            \"parentListingId\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n            \"bedrooms\": 2,\n            \"bathrooms\": 2,\n            \"sqm\": 64,\n            \"plotSize\": 0,\n            \"title\": \"Piso en venta en calle de la Capadella, 53\",\n            \"description\": \"Apartamento de 2 habitaciones en la playa de Riumar, en el conjunto Salvagina, a 2 minutos andando del paseo Marítimo y chiringuitos. En la zona comunitaria existe un bar para servicio de la comunidad de propietarios, y una gran piscina. El apartamento consta de 52m² distribuidos en cocina-salón-comedor, 2 habitaciones dobles, 1 con armario empotrado, 2 baños, 1 con bañera. En la zona exterior existe una terraza de uso privado. La persiana que da acceso a la terraza, es eléctrica. Ideal para una pareja que busquen una segunda residencia en la playa. La casa está equipada con cocina de gas, horno y termo eléctricos, aire acondicionado (frío/calor).\",\n            \"advertiserName\": \"VICTOR ZARAGOZA GONZALVO\",\n            \"agencyName\": \"Finques Zaragoza\",\n            \"latitude\": 40.7277121,\n            \"longitude\": 0.8356227,\n            \"price\": 165000,\n            \"propertyType\": \"Piso\",\n            \"listingType\": 1,\n            \"propertyTypeId\": 2,\n            \"propertyCategoryId\": 2,\n            \"address\": \"Calle de la Capadella, 53;Deltebre;Baix Ebre, Tarragona;\",\n            \"streetName\": \"Calle de la Capadella\",\n            \"floor\": \"Bajo exterior\",\n            \"parking\": 0,\n            \"priceSqm\": 2578.13,\n            \"stateType\": \"Buen Estado\",\n            \"advertiserType\": \"Profesional\",\n            \"advertiserPhone\": \"\",\n            \"siteUrl\": \"https://www.idealista.com/inmueble/104421669/\",\n            \"batchDate\": \"2024-06-14\",\n            \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n            \"renovated\": true,\n            \"images\": [\n                \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP-L-L/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\"\n            ],\n            \"historic\": [\n                {\n                    \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n                    \"price\": 165000,\n                    \"batchDate\": \"2024-03-26\",\n                    \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n                    \"images\": [\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e5/64/28/1220109617.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5b/4f/ca/1220109618.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/c6/05/1220109619.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/85/54/e8/1220109620.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/53/63/1220109621.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/25/c8/42/1220109622.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/73/24/6b/1220109623.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4c/32/79/1220109624.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/72/0e/c4/1220109625.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/1f/ba/1220109626.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/36/a3/54/1220109627.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8f/bc/c1/1220109628.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/45/fe/06/1220109629.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c2/a2/f2/1220109630.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/44/ea/d9/1220109631.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/46/e0/1220109632.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                        \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\"\n                    ],\n                    \"type\": 1,\n                    \"creationDate\": \"2024-03-26T00:00:00Z\"\n                }\n            ],\n            \"hasGarden\": true,\n            \"hasTerrace\": true,\n            \"hasSwimmingPool\": true,\n            \"hasLift\": false,\n            \"hasAirCon\": true,\n            \"hasHeating\": false,\n            \"hasStoreRoom\": false,\n            \"hasSmokeExtractor\": false,\n            \"hasFullKitchen\": false,\n            \"constructionYear\": \"1985\",\n            \"advertisementReference\": \"FZR1111\",\n            \"hasStorageRoom\": false,\n            \"height\": 2,\n            \"stats\": [],\n            \"externalId\": \"104421669\",\n            \"energyConsumption\": \"G\",\n            \"energyEmission\": \"G\",\n            \"energyConsumptionVal\": 999,\n            \"energyEmissionVal\": 999,\n            \"enabled\": true,\n            \"exterior\": true\n        }\n    ],\n    \"enabled\": true,\n    \"exterior\": true\n}"}],"_postman_id":"b161a930-54b5-4221-98cb-7660f11990de"},{"name":"Get Listing Detail With Addresses","event":[{"listen":"test","script":{"id":"1d4cab50-6533-480a-aa4b-2aa3384d34ba","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d7bcee14-9e6a-4553-adef-31a33234830f","request":{"method":"GET","header":[],"url":"https://apis.dev.lystos.com/v1/listings/63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7/views/addresses?listingType=1","description":"<p>Retrieves detailed information about a listing, including a list of potential address details. These address details will include official catastro information (building ID, unit ID, address ID), the coordinates of the address and a probability score. A higher score indicates a stronger likelihood that the address matches the listing.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","listings","63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7","views","addresses"],"host":["apis.dev.lystos.com"],"query":[{"description":{"content":"<p>Sales= 1, Rentals =2</p>\n","type":"text/plain"},"key":"listingType","value":"1"}],"variable":[]}},"response":[{"id":"f7d34b23-c468-43dc-98d7-9d2864b1a195","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.dev.lystos.com/v1/listings/63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7/views/addresses?listingType=1","protocol":"https","host":["apis.dev.lystos.com"],"path":["v1","listings","63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7","views","addresses"],"query":[{"key":"listingType","value":"1","description":"Sales= 1, Rentals =2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 15:42:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1768"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4e735fcc-639e-4083-982d-0f088576a9d0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AeIOmFtqjoEEWMQ="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"153d8e3a-ce25-477a-9ebd-7da9ba66c85b"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 15:42:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n    \"siteId\": 1,\n    \"parentListingId\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n    \"bedrooms\": 2,\n    \"bathrooms\": 2,\n    \"sqm\": 64,\n    \"plotSize\": 0,\n    \"title\": \"Piso en venta en calle de la Capadella, 53\",\n    \"description\": \"Apartamento de 2 habitaciones en la playa de Riumar, en el conjunto Salvagina, a 2 minutos andando del paseo Marítimo y chiringuitos. En la zona comunitaria existe un bar para servicio de la comunidad de propietarios, y una gran piscina. El apartamento consta de 52m² distribuidos en cocina-salón-comedor, 2 habitaciones dobles, 1 con armario empotrado, 2 baños, 1 con bañera. En la zona exterior existe una terraza de uso privado. La persiana que da acceso a la terraza, es eléctrica. Ideal para una pareja que busquen una segunda residencia en la playa. La casa está equipada con cocina de gas, horno y termo eléctricos, aire acondicionado (frío/calor).\",\n    \"advertiserName\": \"VICTOR ZARAGOZA GONZALVO\",\n    \"agencyName\": \"Finques Zaragoza\",\n    \"latitude\": 40.7277121,\n    \"longitude\": 0.8356227,\n    \"price\": 165000,\n    \"propertyType\": \"Piso\",\n    \"listingType\": 1,\n    \"propertyTypeId\": 2,\n    \"propertyCategoryId\": 2,\n    \"address\": \"Calle de la Capadella, 53;Deltebre;Baix Ebre, Tarragona;\",\n    \"streetName\": \"Calle de la Capadella\",\n    \"floor\": \"Bajo exterior\",\n    \"parking\": 0,\n    \"priceSqm\": 2578.13,\n    \"stateType\": \"Buen Estado\",\n    \"advertiserType\": \"Profesional\",\n    \"advertiserPhone\": \"\",\n    \"siteUrl\": \"https://www.idealista.com/inmueble/104421669/\",\n    \"batchDate\": \"2024-06-14\",\n    \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n    \"renovated\": true,\n    \"images\": [\n        \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP-L-L/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\"\n    ],\n    \"historic\": [\n        {\n            \"id\": \"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7\",\n            \"price\": 165000,\n            \"batchDate\": \"2024-03-26\",\n            \"publicationDate\": \"2024-03-26T06:37:27.614Z\",\n            \"images\": [\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/57/f3/9c/1220109612.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e5/64/28/1220109617.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5b/4f/ca/1220109618.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/c6/05/1220109619.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/85/54/e8/1220109620.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/53/63/1220109621.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/25/c8/42/1220109622.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/73/24/6b/1220109623.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4c/32/79/1220109624.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/72/0e/c4/1220109625.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/1f/ba/1220109626.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/36/a3/54/1220109627.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8f/bc/c1/1220109628.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/45/fe/06/1220109629.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c2/a2/f2/1220109630.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/44/ea/d9/1220109631.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/46/e0/1220109632.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/48/bb/1220109613.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/fb/8c/1220109614.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/f0/34/1220109615.webp\",\n                \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/50/1b/9f/1220109616.webp\"\n            ],\n            \"type\": 1,\n            \"creationDate\": \"2024-03-26T00:00:00Z\"\n        }\n    ],\n    \"hasGarden\": true,\n    \"hasTerrace\": true,\n    \"hasSwimmingPool\": true,\n    \"hasLift\": false,\n    \"hasAirCon\": true,\n    \"hasHeating\": false,\n    \"hasStoreRoom\": false,\n    \"hasSmokeExtractor\": false,\n    \"hasFullKitchen\": false,\n    \"constructionYear\": \"1985\",\n    \"advertisementReference\": \"FZR1111\",\n    \"hasStorageRoom\": false,\n    \"height\": 2,\n    \"stats\": [],\n    \"externalId\": \"104421669\",\n    \"energyConsumption\": \"G\",\n    \"energyEmission\": \"G\",\n    \"energyConsumptionVal\": 999,\n    \"energyEmissionVal\": 999,\n    \"providers\": [],\n    \"addresses\": [\n        {\n            \"buildingId\": \"ES.SDGC.BU.7009636CF1170N\",\n            \"unitId\": \"ES.SDGC.UN.43.181.7009636CF1170N0002FE\",\n            \"addressId\": \"ES.SDGC.AD.43.181.202.5.7009636CF1170N\",\n            \"score\": 0.5517241379310345,\n            \"addressRaw\": \"CL CULLEROT DEL 5 Es:1 Pl:00 Pt:02 43580 DELTEBRE (TARRAGONA)\",\n            \"distance\": 300.21295476,\n            \"latitude\": 40.72741363450467,\n            \"longitude\": 0.8320818509377582\n        },\n        {\n            \"buildingId\": \"ES.SDGC.BU.7309533CF1170N\",\n            \"unitId\": \"ES.SDGC.UN.43.181.7309533CF1170N0001RW\",\n            \"addressId\": \"ES.SDGC.AD.43.181.196.39.7309533CF1170N\",\n            \"score\": 0.3793103448275862,\n            \"addressRaw\": \"CL CAPADELLA DE LA 39 43580 DELTEBRE (TARRAGONA)\",\n            \"distance\": 34.72611051,\n            \"latitude\": 40.72762914383289,\n            \"longitude\": 0.8360199973496473\n        },\n        {\n            \"buildingId\": \"ES.SDGC.BU.7309532CF1170N\",\n            \"unitId\": \"ES.SDGC.UN.43.181.7309532CF1170N0001KW\",\n            \"addressId\": \"ES.SDGC.AD.43.181.196.41.7309532CF1170N\",\n            \"score\": 0.3793103448275862,\n            \"addressRaw\": \"CL CAPADELLA DE LA 41 43580 DELTEBRE (TARRAGONA)\",\n            \"distance\": 38.43921651,\n            \"latitude\": 40.72760732628764,\n            \"longitude\": 0.8360574099675626\n        }\n    ],\n    \"enabled\": true,\n    \"exterior\": true\n}"}],"_postman_id":"d7bcee14-9e6a-4553-adef-31a33234830f"},{"name":"Search Comparables","id":"6f89f88f-c4ff-4e58-93b2-ab93e09d2b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sortBy\": \"RELEVANCE\",\n    \"orderBy\": \"DESC\",\n    \"type\": 2,\n    \"listingStatus\": [],\n    \"stateTypeList\": [],\n    \"heightList\": [],\n    \"premiseType\": 1,\n    \"listingType\": 1,\n    \"propertyVo\": {\n        \"typeId\": 1,\n        \"sqm\": 168,\n        \"latitude\": 41.43661068,\n        \"longitude\": 2.18837155\n    },\n    \"dateFrom\": null,\n    \"dateTo\": null,\n    \"polygonArea\": \"MULTIPOLYGON (((2.18837155 41.4455938328412, 2.1892075235031077 41.44557194730685, 2.1900394225425583 41.44550639737211, 2.1908631925378836 41.445397502521274, 2.1916748185774857 41.44524579349568, 2.1924703450097898 41.44505200970367, 2.1932458947438174 41.44481709561255, 2.193997688164587 41.44454219613993, 2.194722061570668 41.44422865106727, 2.1954154850435996 41.4438779885029, 2.196074579661732 41.44349191742652, 2.196696133974286 41.4430723193518, 2.1972771196551615 41.44262123914788, 2.1978147062600435 41.44214087506474, 2.198306275014874 41.44163356801115, 2.198749431568517 41.44110179013797, 2.1991420176476097 41.44054813278231, 2.1994821215570157 41.439975293831715, 2.199768087474999 41.43938606457009, 2.1999985234982065 41.43878331606983, 2.2001723083976774 41.438169985196154, 2.2002885970534685 41.43754906029261, 2.2003468245419557 41.43692356661709, 2.200346708856489 41.43629655159974, 2.2002882522487544 41.43567106999443, 2.200171741184947 41.435050168996376, 2.199997744917609 41.43443687339817, 2.1997671126807186 41.43383417085678, 2.1994809695223134 41.433244997342875, 2.199140710795529 41.43267222284377, 2.198747995335445 41.43211863738892, 2.1983047373554534 41.43158693746639, 2.1978130971030643 41.431079712896086, 2.197275470321033 41.43059943422338, 2.1966944765654213 41.43014844069469, 2.1960729464377087 41.42972892887291, 2.1954139077932675 41.429342941948384, 2.1947205709934097 41.42899235979686, 2.1939963132727955 41.428678889832895, 2.1932446622981985 41.42840405870292, 2.192469278998497 41.42816920485816, 2.191673939749218 41.42797547204362, 2.1908625179980357 41.42782380373438, 2.190038965420282 41.427714938546295, 2.189207292695768 41.427649406643326, 2.18837155 41.427627527158805, 2.1875358073042315 41.427649406643326, 2.1867041345797182 41.427714938546295, 2.185880582001964 41.42782380373438, 2.1850691602507815 41.42797547204362, 2.1842738210015025 41.42816920485816, 2.183498437701801 41.42840405870292, 2.182746786727204 41.428678889832895, 2.18202252900659 41.42899235979686, 2.1813291922067326 41.429342941948384, 2.180670153562291 41.42972892887291, 2.1800486234345784 41.43014844069469, 2.1794676296789666 41.43059943422338, 2.1789300028969354 41.431079712896086, 2.1784383626445463 41.43158693746639, 2.177995104664554 41.43211863738892, 2.1776023892044702 41.43267222284377, 2.1772621304776862 41.433244997342875, 2.1769759873192807 41.43383417085678, 2.1767453550823905 41.43443687339817, 2.176571358815053 41.435050168996376, 2.1764548477512458 41.43567106999443, 2.1763963911435105 41.43629655159974, 2.176396275458044 41.43692356661709, 2.176454502946531 41.43754906029261, 2.1765707916023223 41.438169985196154, 2.1767445765017928 41.43878331606983, 2.1769750125250003 41.43938606457009, 2.177260978442984 41.439975293831715, 2.1776010823523895 41.44054813278231, 2.177993668431482 41.44110179013797, 2.1784368249851256 41.44163356801115, 2.178928393739956 41.44214087506474, 2.1794659803448386 41.44262123914788, 2.1800469660257136 41.4430723193518, 2.180668520338268 41.44349191742652, 2.1813276149563996 41.4438779885029, 2.182021038429332 41.44422865106727, 2.1827454118354126 41.44454219613993, 2.1834972052561827 41.44481709561255, 2.1842727549902103 41.44505200970367, 2.1850682814225144 41.44524579349568, 2.1858799074621165 41.445397502521274, 2.1867036774574413 41.44550639737211, 2.187535576496892 41.44557194730685, 2.18837155 41.4455938328412)))\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-comparables","description":"<p><strong>Note:</strong></p>\n<p>This endpoint returns a max of 20 results per request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","listings","search-comparables"],"host":["apis","dev","lystos","com"],"query":[],"variable":[]}},"response":[{"id":"fda58ed6-b601-473a-9c8e-03271db9be63","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sortBy\": \"RELEVANCE\",\n    \"orderBy\": \"DESC\",\n    \"type\": 2,\n    \"listingStatus\": [],\n    \"stateTypeList\": [],\n    \"heightList\": [],\n    \"premiseType\": 1,\n    \"listingType\": 1,\n    \"propertyVo\": {\n        \"typeId\": 1,\n        \"sqm\": 168,\n        \"latitude\": 41.43661068,\n        \"longitude\": 2.18837155\n    },\n    \"dateFrom\": null,\n    \"dateTo\": null,\n    \"polygonArea\": \"MULTIPOLYGON (((2.18837155 41.4455938328412, 2.1892075235031077 41.44557194730685, 2.1900394225425583 41.44550639737211, 2.1908631925378836 41.445397502521274, 2.1916748185774857 41.44524579349568, 2.1924703450097898 41.44505200970367, 2.1932458947438174 41.44481709561255, 2.193997688164587 41.44454219613993, 2.194722061570668 41.44422865106727, 2.1954154850435996 41.4438779885029, 2.196074579661732 41.44349191742652, 2.196696133974286 41.4430723193518, 2.1972771196551615 41.44262123914788, 2.1978147062600435 41.44214087506474, 2.198306275014874 41.44163356801115, 2.198749431568517 41.44110179013797, 2.1991420176476097 41.44054813278231, 2.1994821215570157 41.439975293831715, 2.199768087474999 41.43938606457009, 2.1999985234982065 41.43878331606983, 2.2001723083976774 41.438169985196154, 2.2002885970534685 41.43754906029261, 2.2003468245419557 41.43692356661709, 2.200346708856489 41.43629655159974, 2.2002882522487544 41.43567106999443, 2.200171741184947 41.435050168996376, 2.199997744917609 41.43443687339817, 2.1997671126807186 41.43383417085678, 2.1994809695223134 41.433244997342875, 2.199140710795529 41.43267222284377, 2.198747995335445 41.43211863738892, 2.1983047373554534 41.43158693746639, 2.1978130971030643 41.431079712896086, 2.197275470321033 41.43059943422338, 2.1966944765654213 41.43014844069469, 2.1960729464377087 41.42972892887291, 2.1954139077932675 41.429342941948384, 2.1947205709934097 41.42899235979686, 2.1939963132727955 41.428678889832895, 2.1932446622981985 41.42840405870292, 2.192469278998497 41.42816920485816, 2.191673939749218 41.42797547204362, 2.1908625179980357 41.42782380373438, 2.190038965420282 41.427714938546295, 2.189207292695768 41.427649406643326, 2.18837155 41.427627527158805, 2.1875358073042315 41.427649406643326, 2.1867041345797182 41.427714938546295, 2.185880582001964 41.42782380373438, 2.1850691602507815 41.42797547204362, 2.1842738210015025 41.42816920485816, 2.183498437701801 41.42840405870292, 2.182746786727204 41.428678889832895, 2.18202252900659 41.42899235979686, 2.1813291922067326 41.429342941948384, 2.180670153562291 41.42972892887291, 2.1800486234345784 41.43014844069469, 2.1794676296789666 41.43059943422338, 2.1789300028969354 41.431079712896086, 2.1784383626445463 41.43158693746639, 2.177995104664554 41.43211863738892, 2.1776023892044702 41.43267222284377, 2.1772621304776862 41.433244997342875, 2.1769759873192807 41.43383417085678, 2.1767453550823905 41.43443687339817, 2.176571358815053 41.435050168996376, 2.1764548477512458 41.43567106999443, 2.1763963911435105 41.43629655159974, 2.176396275458044 41.43692356661709, 2.176454502946531 41.43754906029261, 2.1765707916023223 41.438169985196154, 2.1767445765017928 41.43878331606983, 2.1769750125250003 41.43938606457009, 2.177260978442984 41.439975293831715, 2.1776010823523895 41.44054813278231, 2.177993668431482 41.44110179013797, 2.1784368249851256 41.44163356801115, 2.178928393739956 41.44214087506474, 2.1794659803448386 41.44262123914788, 2.1800469660257136 41.4430723193518, 2.180668520338268 41.44349191742652, 2.1813276149563996 41.4438779885029, 2.182021038429332 41.44422865106727, 2.1827454118354126 41.44454219613993, 2.1834972052561827 41.44481709561255, 2.1842727549902103 41.44505200970367, 2.1850682814225144 41.44524579349568, 2.1858799074621165 41.445397502521274, 2.1867036774574413 41.44550639737211, 2.187535576496892 41.44557194730685, 2.18837155 41.4455938328412)))\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/listings/search-comparables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:28:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23171"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e764bfad-908a-4e28-bc3e-2692898fade9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdrudEb6joEEA-w="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"0359e6ce-6b99-4ca7-a4fe-0b4f38b698e7"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:28:12 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"03ae5727-080a-408f-972a-bb5929441bbb\",\n        \"siteId\": 7,\n        \"bedrooms\": 4,\n        \"bathrooms\": 3,\n        \"sqm\": 175,\n        \"plotSize\": 0,\n        \"title\": \"Chalet en venta en Sant Andreu\",\n        \"description\": \"LA CASA AGENCY tiene el honor de presentar en exclusiva este maravilloso chalet en corazón del barrio de Sant Andreu. Totalmente reconstruido en el año 2007 y con acabados de calidad, el chalet cuenta con aproximadamente 150m2 útiles, distribuidos en 3 plantas. El estado de conservación es óptimo ya que la finca fue rehabilitada 100% hace 15 años y se hizo con los mejores materiales de la época. Cuenta con calefacción en todas las estancias. Cuenta con un patio de 6m2 y una terraza de 18m2. No cuenta con Parking privado pero hay posibilidad de adquirir hasta 1 o más plazas en la misma calle. PLANTA BAJA: - Habitación mediana exterior - Baño de 3 piezas con plato de ducha - Amplio salón de 23m2 con salida a un patio que lo dota de mucha luz natural - Cocina perfectamente equipada y muy luminosa de casi 10m2. - Patio de 6m2 con salida a un sótano el cual puede ser utilizado como bodega. Primera Planta: - Dotada 2 habitaciones dobles (una exterior con balcón y otra interior con salida a terraza) ambas con armario empotrado - Cuarto galería/trastero, sin ventana pero con extractor, ideal para tener la lavadora. - Baño totalmente reformado y sin estrenar de 4 piezas con hidromasaje. - Terraza de 18 metros cuadrados. Segunda Planta: - Es la planta buhardilla y esta dotada de una enorme habitación en suite dotada de un armario empotrado y con ventanal que da a la terraza privada de la 1º planta. Dispone de 21,50m2 y un baño de 12,75 m2 con ventanal al techo, jacuzzi, plato de ducha y doble pica. El chalet cuenta con calefacción, sistema eléctrico totalmente renovado, suelos de mármol y acabados de excelente calidad. Esta ubicado en el corazón del barrio de Sant Andreu de Palomar, a pocos metros de la nueva Plaza del Mercadal, de Gran de Sant Andreu, de las distintas líneas de metro y tren que hay en el barrio (L1, SANT ANDREU COMTAL Y CONCEPCION ARENAL). Cuenta además con un sin fin de servicios en la zona de la cual puede disfrutar una enorme oferta. A pocos minutos también del C.C. La Maquinista. Muy cercano también a varios complejos deportivo como el Can Drago, el club de natación de Sant Andreu, etc. *****CONSULTAR POR POSIBILIDAD DE PLAZA DE PARKING******* El precio del inmueble no incluye impuestos, gastos notariales y registrales, honorarios de agencia y gestión hipotecaria (si procede). REF: SA625FRAG\",\n        \"advertiserName\": \"Punt Sagrada Família, S.L.\",\n        \"agencyName\": \"Punt Sagrada Família, S.l.\",\n        \"latitude\": 41.4364761,\n        \"longitude\": 2.18865,\n        \"price\": 550000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Sant Andreu (Distrito Sant Andreu. Barcelona Capital) Accede a la vista 3D, activa el modo satélite y consulta puntos de interés como transporte, salud, educación u otros servicios.\",\n        \"parking\": 0,\n        \"priceSqm\": 3142.86,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"936 164 758\",\n        \"siteUrl\": \"https://www.pisos.com/comprar/chalet-sant_andreu_barrio08030-37539277707_101800/\",\n        \"batchDate\": \"2024-06-17\",\n        \"publicationDate\": \"2024-04-29T00:00:00Z\",\n        \"deleteDate\": \"2024-06-17\",\n        \"score\": 1657.0657392,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/fch-wp/1018/874/1018_34982874_1_2024032821031047791.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_2_2024032821031047796.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_3_2024032821031047799.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_4_2024032821031047801.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_5_2024032821031047803.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_6_2024032821031047806.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_7_2024032821031047808.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_8_2024032821031047812.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_9_2024032821031047815.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_10_2024032821031047817.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_11_2024032821031047819.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_12_2024032821031047822.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_13_2024032821031047824.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_14_2024032821031047826.webp\",\n            \"https://cdn.lystos.com/fchm-wp/1018/874/1018_34982874_15_2024032821031047828.webp\"\n        ],\n        \"distance\": 27.61776232,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": true,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"IF77020-LCB26371\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"37539277707.101800\",\n        \"energyConsumption\": \"G\",\n        \"energyEmission\": \"G\",\n        \"energyConsumptionVal\": 999,\n        \"energyEmissionVal\": 99,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"6f8e8517-efd5-411a-98dd-3c2108ad2b05\",\n        \"siteId\": 3,\n        \"bedrooms\": 4,\n        \"bathrooms\": 3,\n        \"sqm\": 181,\n        \"plotSize\": 0,\n        \"title\": \"Casa pareada gran oportunidad en Sant Andreu de Palomar Barcelona\",\n        \"description\": \"Excelente casa de obra seminueva en el centro de Sant Andreu Extensión total construida de 181 m² y distribuidos de la siguiente manera: Planta baja: amplio garage para dos coches más trastero y galería. Planta altillo actualmente con dormitorio doble y baño en suite y un pequeño patio interior. Planta primera: amplio salón comedor exterior de 30 m² con mucha luz natural todo el día y sol directo de mañana, cocina office y aseo de cortesía. Planta segunda 3 dormitorios dos de ellos dobles y exteriores a la calle y otro dormitorio individual amplio, baño completo de 4 piezas con bañera. Planta tercera: terraza tipo solarium de 40 m² excelente para todo tipo de actividades junto a tu familia. Acabados y terminaciones: suelos de parquet y marmol, cerramientos exteriores climalit doble cristal, puertas lacadas, calefacción de gas natural. Excelente estado de conservación. Ubicación privilegiada junto a la Calle Malats y Callle Servet, a 5 minutos del metro L1 Sant Andreu, y junto a todo tipo de servicios.\",\n        \"agencyName\": \"Nuevacasa\",\n        \"latitude\": 41.4366826,\n        \"longitude\": 2.1879195,\n        \"price\": 695000,\n        \"propertyType\": \"Casa\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 1,\n        \"address\": \"Sant Andreu de Palomar;Sant Andreu;Barcelona;\",\n        \"parking\": 1,\n        \"priceSqm\": 3839.78,\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"933464100\",\n        \"siteUrl\": \"https://www.habitaclia.com/i4553004324041.htm\",\n        \"batchDate\": \"2024-06-20\",\n        \"publicationDate\": \"2024-05-13T11:15:24.36Z\",\n        \"score\": 2311.3704858,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_ecd9e78a-6d76-426d-bb72-dd9bccd955b6XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_d770d86d-3d68-4cde-9166-81bb1f7ddb17XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_75b1729a-f619-4f57-8dea-05e954c5726eXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_5c6323af-b6d9-47cd-9e55-5090bcbebe06XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_78afea5b-a88a-4224-9b3a-019dd50a0234XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_6e2e8c17-0010-4d89-90bc-1b6b263d94eeXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_4b026c52-796a-4ac8-a1c6-2cb699951ed1XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_eeaf5a25-7583-436f-af07-2df93b72f550XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_a856a583-b58c-4cac-a2c1-f585cf2be00dXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_61a1826b-875f-4796-9560-74bc45bc7829XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_4c73e99b-7fc7-4ba5-bfd1-d6c539e36dcbXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_8ea31a51-cfad-4acb-9a4e-517136d63a58XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_74d87533-d716-48d1-a3ac-1d9d3bfffd6eXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_a1ef3455-bf36-487e-b763-0575b6676d0dXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_dc16e767-4730-4269-9415-bb2acf7dd043XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_9693b65c-4c0a-4e01-acc8-b9a4d29e3031XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_9e6f7235-13e7-46be-b07a-c915e1ec0c80XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_f0411a2b-c477-4dfc-8429-89ba366f8281XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_6c5db9f9-b982-4e28-88aa-d31a5a5380f1XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_eb528425-4add-440e-b26c-e2b82f20f904XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_64c2626d-8b80-4c33-90ad-d2e525dd8809XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_16934493-1e73-4dbc-b61f-2735a0fccd59XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_5e509abf-b932-4974-ba6a-15dbb7ea90c5XL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_f69d6056-fb5d-4a7a-a144-510de296c85eXL.webp\",\n            \"https://cdn.lystos.com/imgh/4553-4324041/gran-oportunidad-barcelona_d548e1b3-de6d-4b20-bf4b-529f57b0f9d3XL.webp\"\n        ],\n        \"distance\": 38.52284143,\n        \"hasGarden\": true,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"2004\",\n        \"advertisementReference\": \"NC1903\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"4553004324041\",\n        \"energyConsumption\": \"E\",\n        \"energyEmission\": \"E\",\n        \"energyConsumptionVal\": 50,\n        \"energyEmissionVal\": 100,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"e003f0ef-9b0c-49fb-aada-09b67129e80c\",\n        \"siteId\": 3,\n        \"bedrooms\": 3,\n        \"bathrooms\": 1,\n        \"sqm\": 90,\n        \"plotSize\": 0,\n        \"title\": \"Ático mágnifico en Sant Andreu de Palomar Barcelona\",\n        \"description\": \"IMMOFINANCIA les presenta éste magnífico ático de 90 m2 en Sant Andreu. Características de la vivienda: -Recibidor -Salón-comedor amplio -Cocina con acceso al lavadero -1 baño -3 habitaciones dobles (2 habitaciones exteriores que se comunican con el balcón) -Terraza de 16 m2 Más datos de interés: -Cocina reformada -Caldera nueva cambiada hace 1 mes. -La finca no dispone de ascensor pero se ha planteado de poner en un futuro. Para más información y concertar una visita contacte con nosotros.\",\n        \"agencyName\": \"Immofinancia\",\n        \"latitude\": 41.43631,\n        \"longitude\": 2.18877,\n        \"price\": 335000,\n        \"propertyType\": \"Ático\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 3,\n        \"propertyCategoryId\": 3,\n        \"address\": \"Sant Andreu de Palomar;Sant Andreu;Barcelona;\",\n        \"parking\": 0,\n        \"priceSqm\": 3722.22,\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.habitaclia.com/i44326000000012.htm\",\n        \"batchDate\": \"2023-09-01\",\n        \"publicationDate\": \"2023-06-13T12:05:17.884Z\",\n        \"deleteDate\": \"2023-09-01\",\n        \"score\": 2827.721034,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380155XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380156XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380157XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380158XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380159XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380160XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380161XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380162XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380163XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380164XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380165XL.webp\",\n            \"https://cdn.lystos.com/imgh/44326-12/magnifico-barcelona_44326-img12-370380166XL.webp\"\n        ],\n        \"distance\": 47.1286839,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"109\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"44326000000012\",\n        \"energyConsumption\": \"G\",\n        \"energyEmission\": \"G\",\n        \"energyConsumptionVal\": 999,\n        \"energyEmissionVal\": 999,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"97588576\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 2,\n        \"sqm\": 150,\n        \"plotSize\": 0,\n        \"title\": \"Chalet adosado en venta en calle de Sant Hipòlit\",\n        \"description\": \"¡Espectacular casa en el centro del barrio de Sant Andreu! En buen estado, para entrar a vivir. TODA EXTERIOR, SOLEADA Y MUY LUMINOSA. Posibilidad de levantar una planta más, según la normativa actual. Casa de 3 plantas: - Planta baja: Recibidor, salón comedor con cocina americana en perfecto estado con salida a un patio. Aseo. - Planta primera: 3 habitaciones (antes 4): 1 doble de 11m2 con vestidor de 5m2 y 2 individuales. Baño completo con bañera y mampara. - Última planta: terraza privada de 40m2, exterior a 2 calles con sol de mañanas y de tardes. Dispone de calefacción de radiadores y aire acondicionado. Aluminio blanco climalit en toda la casa. Gas natural. ¡Si desea más información no dude en ponerse en contacto con nosotros via WhatsApp al 689972777!\",\n        \"advertiserName\": \"Fincas Cumbre\",\n        \"agencyName\": \"Fincas Cumbre\",\n        \"latitude\": 41.4366132,\n        \"longitude\": 2.1877363,\n        \"price\": 599000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Calle de Sant Hipòlit;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle de Sant Hipòlit\",\n        \"parking\": 0,\n        \"priceSqm\": 3993.33,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/97588576/\",\n        \"batchDate\": \"2022-11-12\",\n        \"publicationDate\": \"2022-05-10T00:00:00Z\",\n        \"deleteDate\": \"2022-11-08\",\n        \"score\": 3177.3739476,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/37/72/3f/984071469.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/70/4f/3c/984071479.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f1/af/e1/984071472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/ef/f8/984071503.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/21/26/68/984071470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/55/5e/dd/984071478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fb/34/b5/984071477.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7a/d2/80/984071504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a3/5b/48/984071493.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/dd/37/e7/984071486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b3/50/eb/984071487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3d/23/6a/984071471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/bd/f1/984071494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c9/69/1c/984071481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/ef/f4/984071488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/ff/e1/984071480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c7/fa/90/984071412.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/76/04/17/984071490.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/56/4a/bd/984071495.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a2/32/7d/984071489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/d7/fb/984071482.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/1d/0e/fc/984071491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b8/61/75/984071496.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d4/48/8e/984071537.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/b2/d3/984071517.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/42/19/7f/984071514.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9d/21/04/984071497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/db/36/af/984071535.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/59/82/3c/984071500.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/6b/11/984071513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/27/bc/32/984071523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/57/94/46/984071498.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/d1/f3/984071524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/75/ec/2e/984071525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/61/4d/74/984071505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/0b/ac/984071506.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0f/4e/ca/984071492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/69/2e/32/984071499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/54/69/41/984071519.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/64/01/7a/984071507.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/69/30/fc/984071538.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f6/89/08/984071528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/87/a1/3f/984071533.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/18/cf/4c/984071527.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/43/8c/c9/984071516.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/dc/3a/984071534.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/46/73/984071508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f6/cf/b7/984071502.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/a4/b9/984071526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/29/ec/72/984071515.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/00/d0/984071501.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/be/e3/984071530.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d1/c6/42/984071529.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5d/f1/984071509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8b/5b/62/984071536.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/b2/a1/984071518.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c0/47/b0/984071510.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8f/f4/5a/984074355.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/66/47/ce/984074341.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/12/29/40/984074354.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/70/4f/3c/984071479.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f1/af/e1/984071472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/ef/f8/984071503.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/21/26/68/984071470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/55/5e/dd/984071478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fb/34/b5/984071477.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7a/d2/80/984071504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a3/5b/48/984071493.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/dd/37/e7/984071486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b3/50/eb/984071487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3d/23/6a/984071471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/bd/f1/984071494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c9/69/1c/984071481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/ef/f4/984071488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4d/ff/e1/984071480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c7/fa/90/984071412.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/76/04/17/984071490.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/56/4a/bd/984071495.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a2/32/7d/984071489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/d7/fb/984071482.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/1d/0e/fc/984071491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b8/61/75/984071496.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d4/48/8e/984071537.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/b2/d3/984071517.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/42/19/7f/984071514.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9d/21/04/984071497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/db/36/af/984071535.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/59/82/3c/984071500.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/6b/11/984071513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/27/bc/32/984071523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/57/94/46/984071498.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/d1/f3/984071524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/75/ec/2e/984071525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/61/4d/74/984071505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/0b/ac/984071506.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0f/4e/ca/984071492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/69/2e/32/984071499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/54/69/41/984071519.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/64/01/7a/984071507.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/69/30/fc/984071538.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f6/89/08/984071528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/87/a1/3f/984071533.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/18/cf/4c/984071527.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/43/8c/c9/984071516.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/dc/3a/984071534.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/46/73/984071508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f6/cf/b7/984071502.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/a4/b9/984071526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/29/ec/72/984071515.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/00/d0/984071501.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/be/e3/984071530.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d1/c6/42/984071529.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5d/f1/984071509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8b/5b/62/984071536.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/88/b2/a1/984071518.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c0/47/b0/984071510.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8f/f4/5a/984074355.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/66/47/ce/984074341.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/12/29/40/984074354.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/37/72/3f/984071469.jpg\"\n        ],\n        \"distance\": 52.95623246,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1996\",\n        \"advertisementReference\": \"012-7605\",\n        \"hasStorageRoom\": true,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"97588576\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"97481428\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 3,\n        \"sqm\": 186,\n        \"plotSize\": 447,\n        \"title\": \"Chalet adosado en venta en Sant Andreu\",\n        \"description\": \"La Casa Agency Sant Andreu tiene el honor de presentar este maravilloso chalet adosado de 2 plantas con patio y garaje en el casco histórico del mítico barrio de Sant Andreu. El mismo consta de 146 m2 construidos, un jardín de 75 m2, una terraza de 26 m2 y un garaje de 31 m2 (capacidad para 2 coches grandes). Al ingresar a la vivienda nos encontramos con un jardín colmado de verde y con unas hermosas palmeras. En la planta baja encontramos el salón con suelo de mármol y una chimenea que le dan una calidez única a la vivienda. Seguido tenemos un comedor de gran tamaño y la cocina con salida a un patio. En esta planta también tenemos un aseo de cortesía, y acceso al garaje. En la primer planta accedemos a la zona nocturna, donde encontramos la habitación principal la cual cuenta con un mirador y baño en suite de 4 piezas con plato de ducha. Luego tenemos en la misma plata las otras dos habitaciones (dobles) con salida a una terraza la cual tiene total privacidad, y un tercer baño, también de 4 piezas con plato de ducha. Por último contamos en esta planta con un lavadero, y una sala polivalente de 10 m2 que puede utilizarse como despacho, taller o trastero. Cabe destacar que tanto las habitaciones como el salón tiene suelo de parquet, puertas de madera hechas a mano, calefacción a gas y aire acondicionado en todas las estancias. El chalet cuenta con la posibilidad de construir una tercera planta según el plan urbanístico. Una casa de época, con estilo y en un barrio tradicional de Barcelona. Una gran oportunidad. En cuanto a la ubicación se encuentra en el centro histórico de Sant Andreu, a pocos metros de la Plaza Orfila, con muchas tiendas y servicios de todo tipo en los alrededores, cercanía con C. C. La Maquinista, instalaciones deportivas, comercios, bancos, colegios, etc. En lo que respecta al transporte, cercanías con el metro L1 (Línea Roja), Estación de Renfe (Sant Andreu de Arenal y Sant Andreu Comtal) y diversas paradas de autobús. No se pierda la oportunidad de visitar esta vivienda de época en un barrio tradicional y con mucho prestigio en la ciudad de Barcelona. ***El precio de venta no incluye los gastos de compra, de Transmisión Patrimonial, los Notariales, Registrales ni Honorarios de Agencia. ***.\",\n        \"advertiserName\": \"Sant Andreu 2021 Real Estate S.L.\",\n        \"agencyName\": \"La Casa San Andreu\",\n        \"latitude\": 41.4370971,\n        \"longitude\": 2.1882775,\n        \"price\": 890000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"parking\": 1,\n        \"priceSqm\": 4784.95,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"932 821 349\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/97481428/\",\n        \"batchDate\": \"2022-06-07\",\n        \"publicationDate\": \"2022-04-28T00:00:00Z\",\n        \"deleteDate\": \"2022-06-03\",\n        \"score\": 3279.1668864,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7f/12/c1/980733359.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/94/28/ea/980733484.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/d6/80/980733485.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2a/94/c2/980733470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3f/a1/0f/980733480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/54/4d/980733481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/32/9d/15/980733486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ca/13/6c/980733361.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5d/0d/b2/980733360.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b9/ab/4c/980733483.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/bd/fc/980733478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/2f/78/980733479.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/90/b1/a5/980733487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/96/a3/b7/980733471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6e/78/5a/980733488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/b2/73/980733362.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8e/ed/47/980733490.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/6b/d4/980733513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/40/a2/44/980733505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/3c/d4/980733472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/4a/d3/980733504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a9/86/b6/980733491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4f/9b/54/980733494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7e/b0/5a/980733489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d4/57/6a/980733503.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a9/a7/07/980733523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f9/e7/92/980733499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/eb/d2/980733497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6d/31/6c/980733534.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0c/15/47/980733492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/bc/2e/bb/980733525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e1/37/67/980733508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/23/1a/02/980733524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6b/37/33/980733507.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c3/17/bd/980733526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/08/38/71/980733530.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5e/ef/0e/980733515.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8b/0f/f5/980733529.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/02/00/980733514.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/df/d3/ff/980733528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/87/06/8e/980733509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/af/ce/fd/980733532.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/81/7c/3c/980733958.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f1/d6/10/980734054.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/00/58/ca/980733959.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/94/28/ea/980733484.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/d6/80/980733485.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2a/94/c2/980733470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3f/a1/0f/980733480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/54/4d/980733481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/32/9d/15/980733486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ca/13/6c/980733361.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5d/0d/b2/980733360.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b9/ab/4c/980733483.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/bd/fc/980733478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/2f/78/980733479.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/90/b1/a5/980733487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/96/a3/b7/980733471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6e/78/5a/980733488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/b2/73/980733362.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8e/ed/47/980733490.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/6b/d4/980733513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/40/a2/44/980733505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/3c/d4/980733472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/4a/d3/980733504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a9/86/b6/980733491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4f/9b/54/980733494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7e/b0/5a/980733489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d4/57/6a/980733503.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a9/a7/07/980733523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f9/e7/92/980733499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/eb/d2/980733497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6d/31/6c/980733534.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0c/15/47/980733492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/bc/2e/bb/980733525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e1/37/67/980733508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/23/1a/02/980733524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6b/37/33/980733507.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c3/17/bd/980733526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/08/38/71/980733530.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5e/ef/0e/980733515.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8b/0f/f5/980733529.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/02/00/980733514.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/df/d3/ff/980733528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/87/06/8e/980733509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/af/ce/fd/980733532.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/81/7c/3c/980733958.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f1/d6/10/980734054.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/00/58/ca/980733959.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/7f/12/c1/980733359.jpg\"\n        ],\n        \"distance\": 54.65278144,\n        \"hasGarden\": true,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1930\",\n        \"advertisementReference\": \"NIC890\",\n        \"hasStorageRoom\": true,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"97481428\",\n        \"energyConsumption\": \"G\",\n        \"energyEmission\": \"G\",\n        \"energyConsumptionVal\": 999,\n        \"energyEmissionVal\": 99,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"d7fdd191-a888-45f3-be99-9da4bfa202c3\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 3,\n        \"sqm\": 83,\n        \"plotSize\": 0,\n        \"title\": \"Chalet adosado en venta en calle Cerdà\",\n        \"description\": \"Si real estate ofrece una gran oportunidad para establecer tu residencia familiar en el centro histórico de Sant Andreu. Un barrio emblemático que te brinda todas las comodidades que necesitas a tu alcance, al mismo tiempo que disfrutas de un ambiente tranquilo. La propiedad está catalogada como patrimonio arquitectónico protegido y ha sido completamente reformada encontrándose así totalmente lista para entrar a vivir. Disponemos de tres plantas con una distribución que aprovecha todos los espacios. Al entrar nos encontramos con la planta baja con un amplio salón-comedor, una cocina abierta tipo americana y un aseo. En la siguiente planta hayamos la habitación principal y un baño completo. Llegamos a la última planta donde encontramos las dos habitaciones que restan, una doble y otra individual, con acceso a un altillo y otro baño. Cuenta con pavimento cerámico, calefacción, cerramientos de aluminio climalit, techos altos y una excelente orientación que te permite disfrutar del sol durante todo el día. La ubicación de la casa es excelente, en una encantadora calle peatonal y cerca de todos los servicios que puedas necesitar; la salida norte de Barcelona, la estación de metro línea 1 Plaza Orfila, trenes de cercanías y varios autobuses. También hay colegios, supermercados y el eje comercial de Gran de Sant Andreu cerca. Además, el centro comercial de la Maquinista está a tan solo 10 minutos de distancia. En resumen, esta casa es una excelente opción para establecer tu hogar. No pierdas tiempo y solicita una visita, te aseguramos que no te quedarás indiferente ante esta maravillosa propiedad. Nota: al precio indicado deberán añadir los gastos e impuestos de la compraventa, así como los honorarios de agencia de 3% + IVA.\",\n        \"advertiserName\": \"Si real estate\",\n        \"agencyName\": \"SI real estate\",\n        \"latitude\": 41.4363196,\n        \"longitude\": 2.1889922,\n        \"price\": 399990,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Calle Cerdà;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle Cerdà\",\n        \"parking\": 0,\n        \"priceSqm\": 4819.16,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/104857362/\",\n        \"batchDate\": \"2024-06-17\",\n        \"publicationDate\": \"2024-05-11T12:04:23.698Z\",\n        \"score\": 3661.7092086,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/dd/9d/19/1233762368.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/4a/97/2a/1233762373.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c6/1d/1b/1233762374.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/5b/8d/ae/1233762364.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/36/f3/53/1233762355.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/a7/16/bb/1233762365.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/cb/60/07/1233762366.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/09/1c/fd/1233762356.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/06/06/2d/1233762367.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/12/e3/1c/1233762338.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/f3/fe/2e/1233762354.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/e0/80/92/1233762357.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/d3/05/b1/1233762358.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/d7/96/5d/1233762369.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/07/64/0f/1233762359.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/42/9d/63/1233762339.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/0b/49/63/1233762360.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/07/72/d7/1233762361.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ba/55/70/1233762362.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/8e/8a/ef/1233762340.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/70/2e/67/1233762341.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3e/72/c8/1233762371.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/f5/93/ac/1233762383.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/93/38/92/1233762372.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/4a/97/2a/1233762373.webp\"\n        ],\n        \"distance\": 61.02848681,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1920\",\n        \"advertisementReference\": \"SI-0776\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"104857362\",\n        \"energyConsumption\": \"G\",\n        \"energyEmission\": \"G\",\n        \"energyConsumptionVal\": 376,\n        \"energyEmissionVal\": 79,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"cafcdc43-ab33-4ca6-8fe2-281eb3e94561\",\n        \"siteId\": 7,\n        \"bedrooms\": 4,\n        \"bathrooms\": 3,\n        \"sqm\": 173,\n        \"plotSize\": 0,\n        \"title\": \"Chalet en venta en Sant Andreu\",\n        \"description\": \"LA CASA AGENCY tiene el honor de presentar en exclusiva este maravilloso chalet en corazón del barrio de Sant Andreu. Totalmente reconstruido en el año 2007 y con acabados de calidad, el chalet cuenta con aproximadamente 150m2 útiles, distribuidos en 3 plantas. El estado de conservación es óptimo ya que la finca fue rehabilitada 100% hace 15 años y se hizo con los mejores materiales de la época. Cuenta con calefacción en todas las estancias. Cuenta con un patio de 6m2 y una terraza de 18m2. No cuenta con Parking privado pero hay posibilidad de adquirir hasta 1 o más plazas en la misma calle. PLANTA BAJA: - Habitación mediana exterior - Baño de 3 piezas con plato de ducha - Amplio salón de 23m2 con salida a un patio que lo dota de mucha luz natural - Cocina perfectamente equipada y muy luminosa de casi 10m2. - Patio de 6m2 con salida a un sótano el cual puede ser utilizado como bodega. Primera Planta: - Dotada 2 habitaciones dobles (una exterior con balcón y otra interior con salida a terraza) ambas con armario empotrado - Cuarto galería/trastero, sin ventana pero con extractor, ideal para tener la lavadora. - Baño totalmente reformado y sin estrenar de 4 piezas con hidromasaje. - Terraza de 18 metros cuadrados. Segunda Planta: - Es la planta buhardilla y esta dotada de una enorme habitación en suite dotada de un armario empotrado y con ventanal que da a la terraza privada de la 1º planta. Dispone de 21,50m2 y un baño de 12,75 m2 con ventanal al techo, jacuzzi, plato de ducha y doble pica. El chalet cuenta con calefacción, sistema eléctrico totalmente renovado, suelos de mármol y acabados de excelente calidad. Esta ubicado en el corazón del barrio de Sant Andreu de Palomar, a pocos metros de la nueva Plaza del Mercadal, de Gran de Sant Andreu, de las distintas líneas de metro y tren que hay en el barrio (L1, SANT ANDREU COMTAL Y CONCEPCION ARENAL). Cuenta además con un sin fin de servicios en la zona de la cual puede disfrutar una enorme oferta. A pocos minutos también del C.C. La Maquinista. Muy cercano también a varios complejos deportivo como el Can Drago, el club de natación de Sant Andreu, etc. *****CONSULTAR POR POSIBILIDAD DE PLAZA DE PARKING******* El precio del inmueble no incluye impuestos, gastos notariales y registrales, honorarios de agencia y gestión hipotecaria (si procede).\",\n        \"advertiserName\": \"CASA AGENCY GRANOLLERS\",\n        \"agencyName\": \"Casa Agency Granollers\",\n        \"latitude\": 41.4361883,\n        \"longitude\": 2.1877902,\n        \"price\": 550000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Sant Andreu (Distrito Sant Andreu. Barcelona Capital) Accede a la vista 3D, activa el modo satélite y consulta puntos de interés como transporte, salud, educación u otros servicios.\",\n        \"parking\": 0,\n        \"priceSqm\": 3179.19,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"936 165 136\",\n        \"siteUrl\": \"https://www.pisos.com/comprar/chalet-sant_andreu_barrio08030-43362475593_528050/\",\n        \"batchDate\": \"2024-06-04\",\n        \"publicationDate\": \"2024-05-07T00:00:00Z\",\n        \"deleteDate\": \"2024-06-04\",\n        \"score\": 4049.2084217999995,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/fch-wp/528050/43362475593.528050/528050_43362475593_23_20240416120255331.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_37_20240416120330105.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_11_20240416120227066.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_22_20240416120253964.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_5_20240416120209755.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_42_20240416120338974.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_7_20240416120215056.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_19_20240416120248051.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_38_20240416120332085.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_16_20240416120240092.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_2_20240416120204122.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_10_20240416120225063.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_6_20240416120213062.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_24_20240416120256765.webp\",\n            \"https://cdn.lystos.com/fchm-wp/528050/43362475593.528050/528050_43362475593_28_20240416120313623.webp\"\n        ],\n        \"distance\": 67.48680703,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"4528050-LCB26371-JORDI-SNTANDREU\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"43362475593.528050\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"0bb906af-9118-4e90-b518-94b9ae69b661\",\n        \"siteId\": 1,\n        \"bedrooms\": 4,\n        \"bathrooms\": 2,\n        \"sqm\": 108,\n        \"plotSize\": 0,\n        \"title\": \"Chalet adosado en venta en calle d'Agustí i Milà\",\n        \"description\": \"Dolça Llar Sant Andreu Nord presenta esta espectacular casa adosada de obra nueva en el centro de Sant Andreu te sorprenderá por su amplitud y distribución en dos plantas. Con una superficie construida de 108m², cuenta con un amplio y luminoso salón comedor abierto a la cocina, cuatro dormitorios espaciosos, dos cuartos de baño y una hermosa terraza para disfrutar de las vistas. La distribución de la vivienda se divide en planta baja y primera planta, con el salón comedor, cocina, dormitorio y baño en la planta baja y tres dormitorios, baño y terraza en la primera. La entrega de la vivienda está prevista para finales del 2024. Situada en una zona céntrica y tranquila, junto a Gran de Sant Andreu y la estación de metro L1 Sant Andreu, esta casa adosada es perfecta para aquellos que quieren vivir en una ubicación privilegiada sin renunciar a la tranquilidad. Para cualquier consulta no dudes en contactarnos El precio del inmueble no incluye los gastos de notaría, registro, impuestos y honorarios al comprador.\",\n        \"advertiserName\": \"Dolça llar St. Andreu Nord\",\n        \"agencyName\": \"Dolça Llar\",\n        \"latitude\": 41.4372545,\n        \"longitude\": 2.1882701,\n        \"price\": 460000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Calle d'Agustí i Milà;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle d'Agustí i Milà\",\n        \"parking\": 0,\n        \"priceSqm\": 4259.26,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/104803916/\",\n        \"batchDate\": \"2024-06-14\",\n        \"publicationDate\": \"2024-05-07T16:05:55.666Z\",\n        \"score\": 4325.2443042,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/d8/a4/6d/1232097007.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/b2/b9/b7/1232097008.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/b2/da/09/1232096969.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/af/00/23/1232096996.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c1/48/cf/1232097003.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/50/21/71/1232097006.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/75/41/b5/1232097591.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c1/de/2d/1232097427.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/e6/ab/45/1232097451.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/35/e5/ba/1232097473.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/b2/b9/b7/1232097008.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/b2/da/09/1232096969.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/af/00/23/1232096996.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c1/48/cf/1232097003.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/50/21/71/1232097006.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/75/41/b5/1232097591.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c1/de/2d/1232097427.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/e6/ab/45/1232097451.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/35/e5/ba/1232097473.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP_TOP/0/id.pro.es.image.master/d8/a4/6d/1232097007.webp\"\n        ],\n        \"distance\": 72.08740507,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"2024\",\n        \"advertisementReference\": \"3002\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"104803916\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"c7ce756e-a079-4acf-98b7-d5c3df7ea78f\",\n        \"siteId\": 3,\n        \"bedrooms\": 4,\n        \"bathrooms\": 3,\n        \"sqm\": 145,\n        \"plotSize\": 0,\n        \"title\": \"Casa pareada chalet pareado en venta en calle de fraga en Barcelona\",\n        \"description\": \"Nos puede contactar vía Whatssap al CASA REFORMADA EN 2008, con acabados de calidad. 145m2 construidos. 92m2 útiles de vivienda. Distribuidas en 3 plantas. Resumen de la casa: 4 habitaciones, 3 baños, patio de 6m2 y una terraza de 18m2. Planta baja o planta calle: - Recibidor - Salón de 23m2 con salida a un patio. - 1 habitación exterior - Baño de 3 piezas con plato de ducha - Cocina en perfecto estado - Patio de 6m2. - Bodega o sótano. Primera Planta: - 2 habitaciones dobles (una exterior con balcón y la otra con salida a la terraza) ambas con armario empotrado - Galería o trastero. - Baño reformado de 4 piezas con hidromasaje. - Terraza de 18 m2. Segunda Planta: - En esta última planta nos encontramos la 4ª habitación tipo buhardilla, en suite con un armario empotrado, exterior a la terraza privada de la 1ª planta. Dispone también, de un baño de 12m2 con jacuzzi y plato de ducha. El chalet cuenta con calefacción de radiadores en todas las estancias, instalación eléctrica actualizada, suelos de mármol y acabados de buena calidad. Cerca del metro L1 Sant Andreu. Disponemos de plano.\",\n        \"agencyName\": \"Fincas Cumbre\",\n        \"latitude\": 41.4360502,\n        \"longitude\": 2.1879286,\n        \"price\": 550000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Sant Andreu de Palomar;Sant Andreu;Barcelona;\",\n        \"parking\": 1,\n        \"priceSqm\": 3793.1,\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"933466464\",\n        \"siteUrl\": \"https://www.habitaclia.com/i3369004324431.htm\",\n        \"batchDate\": \"2024-06-10\",\n        \"publicationDate\": \"2024-04-22T18:05:11.982Z\",\n        \"deleteDate\": \"2024-06-10\",\n        \"score\": 4346.410734,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_abcd10e5-2fe8-43f7-84fe-c31a81d0529aXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_549f5cb3-6e83-47bb-8d87-8951825a2d5fXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_323f81ce-83d5-4ac3-aa29-6a4a9172292bXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_73b64a5a-5aa8-4d44-953d-3bfb50c9e0b0XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_4fa75376-7cb3-4f58-8567-382da73cdc32XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_62a41729-cf0f-41de-81de-685927d01debXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_3eb3312a-73f4-4d38-9864-59bc6f2f02bbXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_0d2b7b2d-1f96-43d3-a9c9-62e48ce5067dXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_cc28d7a6-f9f1-49da-aae2-bb46945bfefeXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_764d0c6f-9526-4888-acc6-a026eb5c9464XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_2a08801c-99cd-4438-8b26-6c2983fde6cdXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_d7dda025-f3e3-4671-a91e-0475433a1d28XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_295bef7a-591f-40f2-a4dd-3aaed993ccf0XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_2c3b5d7c-d555-42d8-b6b4-f74d8c31a47bXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_f745d6d0-cb91-4187-9d8e-b46a081393a3XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_9c8a046b-09fd-4523-88f2-000895ed2f05XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_2fa2cd81-624b-4efa-9004-ecd03a11eb4eXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_3f457a21-e5fa-4213-bad2-f3f63ebe0a61XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_541ae44e-df6d-4366-9629-755085fd7bf7XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_8c8b7a97-ec5c-41da-8c2f-27c4a7a16b95XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_d65790e5-fd59-4a01-910e-25387a3d176cXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_889fbad2-6cd8-456c-83f0-920babc8753fXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_4aaa9a1c-2dc8-439c-b116-03f82283ecacXL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_5bee481c-eba8-438b-8d31-9ea5223f1287XL.webp\",\n            \"https://cdn.lystos.com/imgh/3369-4324431/chalet-pareado-en-venta-en-calle-de-fraga-barcelona_44fede05-1c4e-4fb8-a32c-b92243bac7e4XL.webp\"\n        ],\n        \"distance\": 72.4401789,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1936\",\n        \"advertisementReference\": \"008-7858\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"3369004324431\",\n        \"energyConsumption\": \"E\",\n        \"energyEmission\": \"E\",\n        \"energyConsumptionVal\": 181,\n        \"energyEmissionVal\": 34,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"96455012\",\n        \"siteId\": 1,\n        \"bedrooms\": 5,\n        \"bathrooms\": 2,\n        \"sqm\": 220,\n        \"plotSize\": 0,\n        \"title\": \"Chalet adosado en venta en calle Pons i Gallarza\",\n        \"description\": \"Magnifica casa con características únicas. Finca Regia construida en 1895. La casa se distribuye en 3 plantas, la planta baja cuenta con recibidor, salón, cocina, aseo y pasillo con salida al patio. También dispone de un Altillo con una habitación amplia exterior ideal para tipo estudio o sala de juego, la primera planta dispone de dos grandes habitaciones, una exterior a la calle y la otra exterior al patio con baño en suite. La segunda planta también cuenta con dos habitaciones dobles, de iguales características a la planta inferior. Cuenta con un sótano de 25 m² con encanto especial para una bodega y una entrada independiente para parking para coche pequeño o trastero, imposible no destacar su gran patio / jardín de 60 m² muy soleado con un trastero / almacén de 20 m² el cual tiene a otro terrado con mucho sol. Casa con la estructura rehabilitada e interiormente para actualizar, suelos hidráulicos, techos de bovedilla catalana con vigas de madera y terrado recién impermeabilizado. El inmueble posee la Inspección Técnica con el certificado de aptitud, Cédula de Habitabilidad y Certificado de Eficiencia Energética. Inmejorable ubicación en el casco antiguo del barrio de Sant Andreu, Se encuentra en una calle tranquila junto al Mercado. La casa tiene muchas posibilidades debido a su gran potencial y encanto y hacer de ella la vivienda que tanto has soñado.\",\n        \"advertiserName\": \"nuevacasa bonpa\",\n        \"agencyName\": \"Nuevacasa\",\n        \"latitude\": 41.436065,\n        \"longitude\": 2.1878479,\n        \"price\": 573000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Calle Pons i Gallarza;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle Pons i Gallarza\",\n        \"parking\": 1,\n        \"priceSqm\": 2604.55,\n        \"stateType\": \"Para Reformar\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"932 931 138\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/96455012/\",\n        \"batchDate\": \"2022-02-24\",\n        \"publicationDate\": \"2022-01-24T00:00:00Z\",\n        \"deleteDate\": \"2022-02-21\",\n        \"score\": 4484.8673628,\n        \"renovated\": false,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/58/73/947686613.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/39/f3/947686609.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/de/bc/08/947686996.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/6e/3d/947687142.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a6/e1/2e/947686612.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/53/bc/c3/947686997.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d3/7f/d2/947687143.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/cb/27/947687144.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c0/e7/e6/947687148.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/76/e3/947686615.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/83/ee/fa/947686610.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fe/08/cf/947687147.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9b/07/0c/947686999.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/65/73/40/947687000.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/12/b6/46/947687146.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/16/f6/947687153.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ed/db/14/947686611.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/df/ab/11/947686998.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/06/73/4d/947687151.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ec/6c/1d/947686614.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/97/8e/947687150.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0a/e4/00/947687001.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ae/69/11/947687152.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/39/f3/947686609.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/de/bc/08/947686996.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/6e/3d/947687142.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a6/e1/2e/947686612.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/53/bc/c3/947686997.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d3/7f/d2/947687143.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/cb/27/947687144.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c0/e7/e6/947687148.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/76/e3/947686615.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/83/ee/fa/947686610.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fe/08/cf/947687147.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9b/07/0c/947686999.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/65/73/40/947687000.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/12/b6/46/947687146.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/16/f6/947687153.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ed/db/14/947686611.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/df/ab/11/947686998.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/06/73/4d/947687151.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ec/6c/1d/947686614.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/97/8e/947687150.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0a/e4/00/947687001.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ae/69/11/947687152.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/95/58/73/947686613.jpg\"\n        ],\n        \"distance\": 74.74778938,\n        \"hasGarden\": true,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"NC1213\",\n        \"hasStorageRoom\": true,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"96455012\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"98242682\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 2,\n        \"sqm\": 115,\n        \"plotSize\": 0,\n        \"title\": \"Dúplex en venta en calle de Servet\",\n        \"description\": \"Maravilloso dúplex en finca de obra seminueva en una de las mejores Calles del Barrio de Sant Andreu del Palomar, con una superficie construida de 115 m² y superficie útil de 95 m² distribuidos de la siguiente manera: en planta baja encontramos el recibidor ( 2,20m²), salón-comedor ( 23m²) con salida a un patio privativo de (17m²) el cual da a una zona comunitaria con una linda piscina para el disfrute de tu familia en estos tiempos de verano, en la misma planta baja se encuentra la cocina ( 6,50m² ) y una habitación matrimonial que da a la Calle ( 9m² ) con baño en suite ( 3,55m² ). Continuando el recorrido subimos a la primera planta y tenemos una habitación individual amplia ( 8,50m² ) y otra habitación doble ( 10 m² ) con balcón Francés ambas con mucha luz natural ya que dan al espacio de la zona comunitaria, y el segundo baño ( 3m² ). La vivienda cuenta con una gran plaza de parking (YA INCLUIDA EN EL PRECIO) en la misma finca con acceso directo desde el ascensor y queda justo a la salida del mismo. El suelo de la vivienda es de mármol, las ventanas de aluminio blanco, las puertas de madera moderna y tiene calefacción de gas natural, aire acondicionado por conductos, y también cuenta con armarios empotrados ( 4 ). Calle muy tranquila. Finca con placas solares y terrado comunitario. Cerca de todo tipo de servicios como supermercados, farmacias, centro de salud, comisaria, Estación de metro y Renfe, panaderías, centro comercial, centros deportivos, parques, etc.\",\n        \"advertiserName\": \"nuevacasa bonpa\",\n        \"agencyName\": \"Nuevacasa\",\n        \"latitude\": 41.4373661,\n        \"longitude\": 2.1882993,\n        \"price\": 448000,\n        \"propertyType\": \"Dúplex\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 4,\n        \"propertyCategoryId\": 4,\n        \"address\": \"Calle de Servet;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle de Servet\",\n        \"floor\": \"Bajo exterior\",\n        \"parking\": 1,\n        \"priceSqm\": 3895.65,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/98242682/\",\n        \"batchDate\": \"2022-07-23\",\n        \"publicationDate\": \"2022-07-09T00:00:00Z\",\n        \"deleteDate\": \"2022-07-19\",\n        \"score\": 5052.8780105999995,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/76/39/34/1005214921.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/13/24/24/1005214920.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/07/c7/bd/1005214935.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/c1/c7/1005214924.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/0c/98/1005214936.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/60/53/1005214938.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/46/26/98/1005214900.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d8/4c/8a/1005214929.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/55/f9/11/1005214933.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f3/35/70/1005214928.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/1a/7e/1005214925.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0f/dc/6c/1005214934.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b6/ce/50/1005214912.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c1/b1/b9/1005214937.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b7/3c/d7/1005214922.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5d/7f/1005214944.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/40/d1/c5/1005214943.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6c/8b/25/1005214927.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6a/08/53/1005214926.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/13/24/24/1005214920.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/07/c7/bd/1005214935.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/c1/c7/1005214924.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/0c/98/1005214936.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/60/53/1005214938.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/46/26/98/1005214900.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d8/4c/8a/1005214929.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/55/f9/11/1005214933.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f3/35/70/1005214928.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/1a/7e/1005214925.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0f/dc/6c/1005214934.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b6/ce/50/1005214912.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c1/b1/b9/1005214937.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b7/3c/d7/1005214922.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5d/7f/1005214944.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/40/d1/c5/1005214943.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6c/8b/25/1005214927.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6a/08/53/1005214926.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/76/39/34/1005214921.jpg\"\n        ],\n        \"distance\": 84.21463351,\n        \"hasGarden\": true,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": true,\n        \"hasLift\": true,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"2008\",\n        \"advertisementReference\": \"NC1373\",\n        \"hasStorageRoom\": false,\n        \"height\": 2,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"98242682\",\n        \"energyConsumption\": \"E\",\n        \"energyEmission\": \"E\",\n        \"energyConsumptionVal\": 50,\n        \"energyEmissionVal\": 100,\n        \"enabled\": true,\n        \"exterior\": true\n    },\n    {\n        \"id\": \"5513a86b-949f-414e-96dd-f7a126668329\",\n        \"siteId\": 1,\n        \"bedrooms\": 2,\n        \"bathrooms\": 1,\n        \"sqm\": 84,\n        \"plotSize\": 60,\n        \"title\": \"Finca rústica en venta en recesvint\",\n        \"description\": \"Dolça Llar presenta en exclusiva Casa antigua de 1960. Superficie construida de 84 m2 y 130 m² habitables en proyecto. 2 plantas con posibilidad de una 3r planta con terraza. Mantiene la estructura original, conservando elementos originales de la casa vigas de madera, suelos originales) precisa de reforma completa y redistribución de los espacios. Actualmente dispone de tres habitaciones. Existe la posibilidad de construir una planta más. Situada a cinco minutos caminando de Gran de Sant Andreu. Muy bien comunicada por metro y autobuses. Rodeada de todo tipo de servicios (colegios, institutos, mercado, comercios) Presupuesto de obra y asesoramiento financiero gratuito! Oportunidad de construirte una casa a tu gusto en Sant Andreu No dudes en visitarla!\",\n        \"advertiserName\": \"Dolça llar St. Andreu Nord\",\n        \"agencyName\": \"Dolça Llar\",\n        \"latitude\": 41.4374125,\n        \"longitude\": 2.1882565,\n        \"price\": 236000,\n        \"propertyType\": \"Finca\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 7,\n        \"propertyCategoryId\": 20,\n        \"address\": \"recesvint;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"recesvint\",\n        \"parking\": 0,\n        \"priceSqm\": 2809.52,\n        \"stateType\": \"Para Reformar\",\n        \"advertiserType\": \"Profesional\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/100109450/\",\n        \"batchDate\": \"2023-04-25\",\n        \"publicationDate\": \"2023-01-11T15:13:23.345Z\",\n        \"deleteDate\": \"2023-04-17\",\n        \"score\": 5380.36722,\n        \"renovated\": false,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/10/96/02/1069466149.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/30/ab/1c/1069466174.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7c/78/22/1069464421.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/86/63/1c/1069464444.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e7/f7/3c/1069464445.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/29/22/94/1069464457.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/e8/86/1069464454.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/21/ca/b0/1069464449.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/94/a8/7d/1069464422.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d1/ec/b4/1069466175.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/52/7b/c5/1069464443.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/10/f3/78/1069466177.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/71/49/b7/1069464447.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3f/01/ef/1069464430.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/14/39/7d/1069466111.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/67/f0/00/1069466110.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/46/55/29/1069464429.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/49/fd/04/1069466148.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/94/ee/1069466139.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/98/08/d4/1069464456.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/26/7e/08/1069464431.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/95/f4/ec/1069464432.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/dd/04/33/1069464446.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/77/ba/5f/1069464448.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/0a/ea/37/1069464455.webp\"\n        ],\n        \"distance\": 89.672787,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1960\",\n        \"advertisementReference\": \"3010\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"100109450\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"96514530\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 2,\n        \"sqm\": 150,\n        \"plotSize\": 0,\n        \"title\": \"Dúplex en venta en Sant Andreu\",\n        \"description\": \"Propiedad situada en una calle semi peatonal en Sant Andreu. La vivienda consta de unos 180m2 construidos, divididos en tres plantas. En la primera planta nos encontramos con un amplio y luminoso salón comedor a doble altura y con salida a una terraza. En esta misma planta dispone de una cocina americana y un cuarto de baño completo. La segunda planta consta de tres habitaciones exteriores y un cuarto de baño completo. La habitación principal tiene acceso directo a dos terrazas, una de ellas de unos 40 m2 situada en la planta de arriba con acceso desde una escalera de caracol. Propiedad en muy buen estado de conservación, con suelos de parquet, aire acondicionado por conductos y carpintería de aluminio.\",\n        \"advertiserName\": \"Premium Houses\",\n        \"agencyName\": \"Premium Houses\",\n        \"latitude\": 41.4369374,\n        \"longitude\": 2.1871872,\n        \"price\": 490000,\n        \"propertyType\": \"Dúplex\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 4,\n        \"propertyCategoryId\": 4,\n        \"address\": \"Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"floor\": \"Planta 1ª exterior \",\n        \"parking\": 0,\n        \"priceSqm\": 3266.67,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"932 930 983\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/96514530/\",\n        \"batchDate\": \"2022-02-16\",\n        \"publicationDate\": \"2022-01-25T00:00:00Z\",\n        \"deleteDate\": \"2022-01-26\",\n        \"score\": 6312.0698286,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/63/1e/3e/949423434.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/5b/89/949423547.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/0c/f1/949423548.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/20/28/949423470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/94/7b/0d/949423395.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fd/21/13/949423550.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/31/26/0d/949423396.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/c7/44/949423477.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8e/c3/04/949423478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/e5/0c/949423399.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6e/25/35/949423480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/53/93/949423481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ab/20/73/949423439.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/65/cd/949423401.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f8/ed/49/949423554.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/90/a8/949423485.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/02/1c/cb/949423402.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/d0/2b/949423555.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fc/f7/bf/949423556.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/f4/04/949423488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5b/5e/6b/949423489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f8/06/0d/949423442.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/35/ee/02/949423492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/c0/72/949423443.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5f/5b/89/949423547.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/0c/f1/949423548.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/20/28/949423470.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/94/7b/0d/949423395.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fd/21/13/949423550.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/31/26/0d/949423396.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/c7/44/949423477.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8e/c3/04/949423478.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/e5/0c/949423399.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6e/25/35/949423480.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/97/53/93/949423481.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ab/20/73/949423439.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d6/65/cd/949423401.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f8/ed/49/949423554.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/90/a8/949423485.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/02/1c/cb/949423402.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/92/d0/2b/949423555.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fc/f7/bf/949423556.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/f4/04/949423488.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5b/5e/6b/949423489.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/f8/06/0d/949423442.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/35/ee/02/949423492.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ef/c0/72/949423443.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/63/1e/3e/949423434.jpg\"\n        ],\n        \"distance\": 105.20116381,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"P-014590\",\n        \"hasStorageRoom\": true,\n        \"height\": 1,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"96514530\",\n        \"enabled\": true,\n        \"exterior\": true\n    },\n    {\n        \"id\": \"97582174\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 3,\n        \"sqm\": 186,\n        \"plotSize\": 0,\n        \"title\": \"Finca rústica en venta en Sant Andreu\",\n        \"description\": \"REF: LCB17029. Casa de época, tipo Chalet de 186m2. cuenta con 146m2 construidos, jardín de 75m2, terraza de 26m2 y garaje de 31m2 con capacidad para 2 coches grandes. Amplio Chalet adosado de dos plantas con patio y garaje. Al ingreso del chalet se puede apreciar zona verde lleno de bellas palmeras. En primera planta se encuentra el salón y chimenea que le dan un ambiente de acogida y gran calidez, comedor de gran tamaño y cocina, aseo de cortesía y acceso al garaje, 1 habitación que cuenta con mirador y baño en suite de 4 piezas con plato de ducha, 2 habitaciones (dobles) con salida a terraza con baño de 4 piezas con plato de ducha, lavadero y trastero. Suelo en Mármol y parquet, puertas de madera, calefacción a gas y aire acondicionado en todos los espacios. Cuenta con posibilidad de construir una tercer planta. Buena ubicación a metros de la Plaza Orfila, cercanía con C. C. La Maquinista. * El precio no incluye impuesto, gastos de compra ni honorarios de agencia. Consúltenos!\",\n        \"advertiserName\": \"LA CASA AGENCY\",\n        \"agencyName\": \"La Casa Agency\",\n        \"latitude\": 41.4372971,\n        \"longitude\": 2.1874775,\n        \"price\": 890000,\n        \"propertyType\": \"Finca\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 7,\n        \"propertyCategoryId\": 20,\n        \"address\": \"Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"parking\": 0,\n        \"priceSqm\": 4784.95,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"932 829 678\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/97582174/\",\n        \"batchDate\": \"2022-06-07\",\n        \"publicationDate\": \"2022-05-10T00:00:00Z\",\n        \"deleteDate\": \"2022-06-03\",\n        \"score\": 6400.7162592,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/24/2e/39/983908453.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5e/a6/7a/983908454.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e9/44/f2/983908450.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/81/9c/09/983908451.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fb/a5/2c/983908452.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/93/32/0c/983908463.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/26/b1/983908431.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/63/b6/9f/983908466.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e4/6f/cb/983908468.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/51/f9/76/983908484.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/52/69/c1/983908486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/93/48/3b/983908487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/d7/32/983908471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/77/c4/46/983908472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5c/64/983908493.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/04/73/983908494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/b8/f6/983908495.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a7/29/45/983908497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3b/40/bd/983908498.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/00/9e/fb/983908491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9c/51/c2/983908318.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/cf/8f/983908504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/ff/21/983908499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/7f/bd/983908500.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/cf/82/ff/983908501.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e6/b4/c9/983908505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ee/60/f5/983908502.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c3/d9/93/983908513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4b/39/3d/983908516.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/35/04/db/983908517.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/11/bf/983908518.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/22/88/04/983908508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/56/33/81/983908519.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/14/46/ec/983908520.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/28/e8/983908521.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/f1/35/983908522.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/81/d4/983908319.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/6f/85/983908523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/00/40/983908524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ce/2a/fb/983908509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fc/2c/7e/983908525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/98/be/ce/983908526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/07/8d/e2/983908527.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/64/31/a7/983908528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b0/3a/c7/983908510.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/5e/a6/7a/983908454.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e9/44/f2/983908450.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/81/9c/09/983908451.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fb/a5/2c/983908452.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/93/32/0c/983908463.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a0/26/b1/983908431.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/63/b6/9f/983908466.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e4/6f/cb/983908468.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/51/f9/76/983908484.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/52/69/c1/983908486.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/93/48/3b/983908487.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/d7/32/983908471.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/77/c4/46/983908472.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ea/5c/64/983908493.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ba/04/73/983908494.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b1/b8/f6/983908495.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a7/29/45/983908497.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3b/40/bd/983908498.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/00/9e/fb/983908491.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9c/51/c2/983908318.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/cf/8f/983908504.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/91/ff/21/983908499.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/7f/bd/983908500.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/cf/82/ff/983908501.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e6/b4/c9/983908505.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ee/60/f5/983908502.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c3/d9/93/983908513.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4b/39/3d/983908516.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/35/04/db/983908517.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/11/bf/983908518.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/22/88/04/983908508.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/56/33/81/983908519.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/14/46/ec/983908520.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/28/e8/983908521.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/f1/35/983908522.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e3/81/d4/983908319.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d9/6f/85/983908523.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c6/00/40/983908524.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ce/2a/fb/983908509.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fc/2c/7e/983908525.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/98/be/ce/983908526.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/07/8d/e2/983908527.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/64/31/a7/983908528.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b0/3a/c7/983908510.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/24/2e/39/983908453.jpg\"\n        ],\n        \"distance\": 106.67860432,\n        \"hasGarden\": true,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1930\",\n        \"advertisementReference\": \"LCB17029\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"97582174\",\n        \"energyConsumption\": \"G\",\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"96917886\",\n        \"siteId\": 1,\n        \"bedrooms\": 4,\n        \"bathrooms\": 3,\n        \"sqm\": 207,\n        \"plotSize\": 0,\n        \"title\": \"Chalet pareado en venta en calle d'Agustí i Milà\",\n        \"description\": \"Espectacular casa con jardín en Sant Andreu Casita con encanto del 1866 en el casco antiguo de Sant Andreu con garage y jardín, Totalmente reformada y lista para estrenar. Reforma de calidad que combina con buen gusto el carácter original de la vivienda (techos altos y grandes puertas de madera acristaladas) con confort y un diseño moderno (parket, calefacción de gas en toda la casa y baños y cocina totalmente equipados) La vivienda consta de 151 m2, un jardín 60 m2, una terraza en la azotea de 13 m2 y un garaje de 15 m2. En la primera planta nos encontramos con un dormitorio doble exterior con baño con ducha, un amplio salón-comedor con chimenea y una cocina con zona office, ambos con acceso al porche y jardín. Al fondo del jardín el garaje con capacidad para un coche grande, dos motos y espacio de almacenamiento. En la segunda planta se encuentran los 3 dormitorios (dos individuales y uno doble, con dos baños completos) . En la azotea se habilitado una solárium donde tomar el sol con privacidad absoluta. La casa que siempre has soñado en el corazón de Sant Andreu! Ubicado en Sant Andreu, al lado de tiendas, comercios y restaurantes. A cinco minutos a pié de Plaça Orfila. Muy bien comunicado en metro, bus y tren.\",\n        \"advertiserName\": \"Barcelona MMC\",\n        \"agencyName\": \"Engel & Völkers Barcelona\",\n        \"latitude\": 41.4374643,\n        \"longitude\": 2.1890247,\n        \"price\": 830000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Calle d'Agustí i Milà;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle d'Agustí i Milà\",\n        \"parking\": 1,\n        \"priceSqm\": 4009.66,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"932 754 215\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/96917886/\",\n        \"batchDate\": \"2024-06-17\",\n        \"publicationDate\": \"2022-03-01T00:00:00Z\",\n        \"score\": 6565.546803,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/8e/69/43/960381014.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4e/63/be/960381015.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/80/f1/20/960381016.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a5/36/27/960381017.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/dd/74/d9/960381018.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/61/00/ae/960381019.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/9f/f9/960381020.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/58/08/960381021.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/37/a8/07/960381022.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/98/20/9c/960381023.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/da/23/960381024.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/af/82/af/960381075.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/36/1f/960381076.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b8/d0/c0/960381077.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/89/3b/2d/960381078.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/72/2c/a8/960381079.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/4d/23/960381080.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/3b/95/960381081.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fd/22/a0/960381083.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d5/af/dc/960381084.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d3/a2/f3/960381085.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/43/29/960381086.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/22/b6/ce/960381087.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/51/16/ec/960381088.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/15/63/ac/960381089.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/42/27/32/960381090.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/cf/d9/9b/960381091.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/d7/0f/960381092.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9e/11/76/960381093.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c2/89/ab/960381094.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3c/c1/ae/960381095.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4e/df/c8/960381096.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/db/43/7a/960381097.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ee/d8/1f/960381098.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/1a/3a/2e/965151290.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/84/60/6a/973404037.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/b0/6a/973404039.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fe/ed/a6/973074413.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/84/8f/a2/973074459.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4e/63/be/960381015.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/80/f1/20/960381016.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/a5/36/27/960381017.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/dd/74/d9/960381018.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/61/00/ae/960381019.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/04/9f/f9/960381020.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/58/08/960381021.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/37/a8/07/960381022.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/98/20/9c/960381023.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/28/da/23/960381024.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/af/82/af/960381075.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/7d/36/1f/960381076.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/b8/d0/c0/960381077.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/89/3b/2d/960381078.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/72/2c/a8/960381079.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/20/4d/23/960381080.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/3b/95/960381081.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fd/22/a0/960381083.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d5/af/dc/960381084.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d3/a2/f3/960381085.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e0/43/29/960381086.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/22/b6/ce/960381087.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/51/16/ec/960381088.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/15/63/ac/960381089.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/42/27/32/960381090.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/cf/d9/9b/960381091.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/e2/d7/0f/960381092.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9e/11/76/960381093.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/c2/89/ab/960381094.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/3c/c1/ae/960381095.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/4e/df/c8/960381096.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/db/43/7a/960381097.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/ee/d8/1f/960381098.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/1a/3a/2e/965151290.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/84/60/6a/973404037.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9f/b0/6a/973404039.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fe/ed/a6/973074413.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/84/8f/a2/973074459.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/8e/69/43/960381014.jpg\"\n        ],\n        \"distance\": 109.42578005,\n        \"hasGarden\": true,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1866\",\n        \"advertisementReference\": \"W-02O9QR\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"96917886\",\n        \"energyConsumption\": \"D\",\n        \"energyEmission\": \"E\",\n        \"energyConsumptionVal\": 167,\n        \"energyEmissionVal\": 33,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"20b5d421-dab4-484f-896f-d0a4780b9089\",\n        \"siteId\": 1,\n        \"bedrooms\": 2,\n        \"bathrooms\": 2,\n        \"sqm\": 107,\n        \"plotSize\": 0,\n        \"title\": \"Ático en venta en calle de Cabrera\",\n        \"description\": \"Dolça Llar presenta en exclusiva este espectacular ático totalmente reformado en el corazón del poble de Sant Andreu. El ático cuenta con 85 m² útiles de vivienda (+ 25m² de terraza) distribuidos en: Gran salón-comedor de 32m² con salida a una tranquila terraza de 25m², orientada al Sur, 2 habitaciones (antes 3), una individual y una doble con baño en suite completo. Cocina americana (con isla) equipada con todos sus electrodomésticos y una despensa perfecta para el almacenaje. Dispone también de un segundo baño completo con plato de ducha. Totalmente Exterior, muy tranquilo y silencioso, ideal para el descanso diario ya que está ubicado en una las zonas mas céntricas y tranquilas de Sant Andreu. Su orientación es Sur, cuenta con sol directo al ser un piso alto y alrededor tiene vistas despejadas y panorámicas a Sant Andreu. El piso esta completamente reformado, cuenta con aire acondicionado con bomba de calor, calefacción de gas, suelo de parquet, ventanas de aluminio (doble cristal) y muchos detalles mas.. . (toldo eléctrico etc. ) Contacta con nosotros para hacer una visita. En el precio del inmueble no se incluye los gastos de notaría, registro, impuestos y los honorarios que se le puedan girar al comprador. Realizamos asesoramiento financiero gratuito y sin compromiso. ¡No dudes en visitarlo!\",\n        \"advertiserName\": \"Dolça Llar Sant Andreu\",\n        \"agencyName\": \"Dolça Llar\",\n        \"latitude\": 41.436839,\n        \"longitude\": 2.1869533,\n        \"price\": 438000,\n        \"propertyType\": \"Ático\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 3,\n        \"propertyCategoryId\": 3,\n        \"address\": \"Calle de Cabrera;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle de Cabrera\",\n        \"floor\": \"Planta 5ª exterior\",\n        \"parking\": 0,\n        \"priceSqm\": 4093.46,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"936179364\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/104313567/\",\n        \"batchDate\": \"2024-06-14\",\n        \"publicationDate\": \"2024-03-14T13:08:17.228Z\",\n        \"score\": 7255.3587216000005,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/7f/93/7d/1216414308.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3f/c9/2f/1216414306.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/9d/56/09/1216414323.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ea/36/35/1216414311.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/27/28/79/1216414309.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/eb/b1/93/1216414324.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/67/7f/79/1216414299.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ed/2a/3d/1216414300.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3b/68/4b/1216414312.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/33/c2/10/1216414298.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/02/96/62/1216414305.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/bb/63/1b/1216414304.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/90/id.pro.es.image.master/2e/0b/dd/1216449838.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/1c/48/81/1216414307.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3f/c9/2f/1216414306.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/9d/56/09/1216414323.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ea/36/35/1216414311.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/27/28/79/1216414309.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/eb/b1/93/1216414324.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/67/7f/79/1216414299.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ed/2a/3d/1216414300.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3b/68/4b/1216414312.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/33/c2/10/1216414298.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/02/96/62/1216414305.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/bb/63/1b/1216414304.webp\"\n        ],\n        \"distance\": 120.92264536,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": true,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1974\",\n        \"advertisementReference\": \"2009\",\n        \"hasStorageRoom\": false,\n        \"height\": 3,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"104313567\",\n        \"enabled\": true,\n        \"exterior\": true\n    },\n    {\n        \"id\": \"c87e52d7-b78e-4249-a80f-7c159bd86501\",\n        \"siteId\": 1,\n        \"bedrooms\": 3,\n        \"bathrooms\": 3,\n        \"sqm\": 200,\n        \"plotSize\": 0,\n        \"title\": \"Dúplex en venta en calle Gran de Sant Andreu, 80\",\n        \"description\": \"CASA CON PARKING Y TERRAZA en LA SAGRERA Barcelona en venta Casa idealmente ubicada compuesta de 3 plantas, en cada una de ellas cocina y baño, pensada para sacar mucha rentabilidad o bien para dos familias o padres e hijos, al lado del metro, obra nueva del 2007. Parking en la misma casa, varias terrazas y balcones. Se puede entregar totalmente equipada lista para volver a alquilar. Urge su venta. Características Destacadas: Amplia terraza Diseño moderno y acabados de alta calidad. Ubicación estratégica en el corazón de la ciudad Espacios luminosos y bien distribuidos. Cerca de servicios, transporte público y zonas verdes. Detalles Técnicos: Dormitorios: 3 Baños: 3 Metros cuadrados: 197 Precio anterior 650.000 € + honorarios 3% Precio actual Honorarios a cargo del comprador.\",\n        \"advertiserName\": \"luis\",\n        \"latitude\": 41.4361921,\n        \"longitude\": 2.1897199,\n        \"price\": 499000,\n        \"propertyType\": \"Dúplex\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 4,\n        \"propertyCategoryId\": 4,\n        \"address\": \"Calle Gran de Sant Andreu, 80;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"Calle Gran de Sant Andreu\",\n        \"floor\": \"Planta 3ª exterior\",\n        \"parking\": 0,\n        \"priceSqm\": 2495,\n        \"stateType\": \"Para Reformar\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/104020653/\",\n        \"batchDate\": \"2024-05-19\",\n        \"publicationDate\": \"2024-03-08T08:02:16.566Z\",\n        \"deleteDate\": \"2024-05-16\",\n        \"score\": 7299.3998016,\n        \"renovated\": false,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/0b/f6/73/1227104054.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/8c/78/ec/1227103987.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/28/83/62/1207398924.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/40/3d/64/1207398897.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/aa/4c/ab/1227104049.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/db/26/89/1227104068.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/e7/7b/80/1227104066.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/0f/4c/1c/1227103986.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/40/1f/99/1207398914.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/4d/c9/64/1207398808.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/37/d8/18/1207398880.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/34/63/d2/1207398821.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/ff/fb/5c/1227104058.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/d3/23/0d/1207398873.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/70/ca/a0/1207398878.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/c8/20/50/1227104070.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/3c/53/2b/1227104069.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/e9/38/27/1227104050.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/73/05/84/1227104056.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/05/04/4c/1227104039.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/26/5c/81/1227104072.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/2b/e1/77/1227104037.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/dd/54/de/1227104036.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/48/f7/ca/1227104059.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/f7/e9/a6/1227104047.webp\"\n        ],\n        \"distance\": 121.65666336,\n        \"hasGarden\": false,\n        \"hasTerrace\": true,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"2007\",\n        \"advertisementReference\": \"104020653\",\n        \"hasStorageRoom\": true,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"104020653\",\n        \"enabled\": true,\n        \"exterior\": true\n    },\n    {\n        \"id\": \"5f5b4c88-5145-42c1-985c-25d35969e19f\",\n        \"siteId\": 3,\n        \"bedrooms\": 5,\n        \"bathrooms\": 2,\n        \"sqm\": 189,\n        \"plotSize\": 0,\n        \"title\": \"Chalet casa / villa en excelentes condiciones de 4 dormitorios en venta en sant cugat en Barcelona\",\n        \"description\": \"Desde Lucas Fox presentamos esta casa independiente en un entorno privilegiado y con espectaculares vistas a la montaña del Tibidabo y a la sierra de Collserola. La casa está construida sobre una parcela de 576m2 y dispone de 189m2 construidos y excelentemente orientada. A pie de calle encontramos el garaje de la casa, y a través de un tramo de escaleras nos adentramos al jardín, rodeado de árboles, arbustos y plantas y nos conduce a entrada principal de la casa y también la zona de la piscina. Al acceder a la vivienda, encontramos un cómodo y amplio salón - comedor con una espectacular chimenea. El salón dispone degrandes ventanales con la carpintería de madera con cámara térmica. Desde el comedor accedemos a la cocina tipo office. En la misma planta baja también nos encontramos con dos habitaciones que comparten un baño completo y que a su vez es el baño de cortesía. Desde la cocina también podemos acceder al jardín para disfrutar de la piscina y el comedor de verano situado debajo de una bonita pérgola. Subimos a la planta primera y accedemos a un gran sala-estudio y que ofrece unas vistas espectaculares. Esta misma planta también dispone de dos habitaciones dobles y un gran baño completo. La vivienda se reformó durante el 2001, dotando a la casa de forjado sanitario en planta baja. Dispone de suelos de madera en toda las estancias. La propiedad dispone de caldera de gas natural y calefacción por radiadores.\",\n        \"agencyName\": \"LUCAS FOX SANT CUGAT\",\n        \"latitude\": 41.43566,\n        \"longitude\": 2.18913,\n        \"price\": 695000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"Sant Andreu de Palomar;Sant Andreu;Barcelona;\",\n        \"parking\": 0,\n        \"priceSqm\": 3677.25,\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"0034933562989\",\n        \"siteUrl\": \"https://www.habitaclia.com/i4975004334324.htm\",\n        \"batchDate\": \"2023-12-16\",\n        \"publicationDate\": \"2023-09-29T17:03:55.655Z\",\n        \"deleteDate\": \"2023-12-16\",\n        \"score\": 7390.5640578,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331700XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331703XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331706XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331709XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331712XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331715XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331718XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331721XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331724XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331727XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331730XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331733XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331736XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331739XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331742XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331745XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331748XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331751XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331753XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331755XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331757XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331759XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331761XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331762XL.webp\",\n            \"https://cdn.lystos.com/imgh/4975-4334324/casa--villa-en-excelentes-condiciones-de-4-dormitorios-en-venta-en-sant-cugat-barcelona_4975-img4334324-415331763XL.webp\"\n        ],\n        \"distance\": 123.17606763,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": true,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"STC44929\",\n        \"hasStorageRoom\": true,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"4975004334324\",\n        \"energyConsumption\": \"D\",\n        \"energyEmission\": \"D\",\n        \"energyConsumptionVal\": 150,\n        \"energyEmissionVal\": 30,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"7e3be5da-7379-41a5-84b0-1fada0e568ce\",\n        \"siteId\": 3,\n        \"bedrooms\": 3,\n        \"bathrooms\": 2,\n        \"sqm\": 155,\n        \"plotSize\": 0,\n        \"title\": \"Dúplex con 3 habitaciones con ascensor, parking, calefacción y aire acondicionado en Barcelona\",\n        \"description\": \"REF. CM-STAND-620 VISITAS AL CRISTINA () SEIS-CERO-UNO-TRES-CUATRO-SIETE-NUEVE-CUATRO-SIETE LA CASA AGENCY PRESENTA: Sant Andreu 2021 Real Estate S.L. tiene el honor de presentarles este maravilloso Bajo Duplex en una de las mejores zonas del barrio de Sant Andreu. En una finca de obra seminueva (año 2006) y reformado en el año 2008, este maravilloso dúplex es un oasis en plena ciudad de Barcelona. Consta de 202m2, incluido las terrazas, y un diseño moderno, con una reforma de alta gama que hacen de esta vivienda un hogar de lujo. Los 132m2 cuadrados utiles de vivienda se encuentran distribuidos de la siguiente forma: Planta Baja: Al ingresar a la vivienda ya nos impactara la calidad de la reforma y lo acogedor de sus amplias y luminosas estancias. En el recibidor nos encontramos con un aseo, adaptado tambien como galeria. Al finalizar el mismo, nos encontramos con el acogedor living/comedor con cocina americana. Esta estancia consta de 40m2 y tiene un enorme ventanal a la terraza de uso privado de la vivienda. Esta terraza suma en total 70m2 de uso totalmente privado, y tiene acceso facil y directo a la piscina comunitaria de la finca. Primera Planta: En este sector tenemos la zona de noche, donde nos econtramos con 2 habitaciones medianas y 1 habitacion doble, todas exteriores a la terraza privada y a la piscina comunitaria. Tambien encontramos la 4ta y ultima habitacion, doble y principal, en suite, con un precioso cuarto de baño completo. Los suelos son de parquet y la vivienda esta dotada de calefaccion y aire acondicionado. Presentamos tambien la opcion de adquirir amplia plaza de parking en la misma finca, con una amplitud de 40m2 en la cual podras aparcar facilmente dos coches y tres motos. Muy bien comunicado, cerca de zonas comerciales del barrio Gran Sant Andreu, Metro L1 estación Sant Andreu, Rodalies Sant Andreu Comtal y Sant Andreu Arenal, varias líneas de autobuses, CAP de Sant Andreu. A unos 15 minutos del C. C. La Maquinista. Ven a visitarlo y no pierdas esta increíble oportunidad. ¿Necesitas asesoramiento financiero? Nuestros asesores financieros profesionales te orientarán sin compromiso en el trámite de hipotecas ¡DE MANERA TOTALMENTE GRATUITA! Además, si deseas conocer el valor de tu vivienda, contáctenos y te la valoramos SIN COMPROMISO Y SIN COSTE. El precio de venta del inmueble no incluye los honorarios de la inmobiliaria, ni los tributos que gravan la compraventa (ITP o IVA), ni, en caso de haberlos, los notariales y los registrales, que satisface el comprador. ¡CONTACTA AHORA PARA AGENDAR UNA VISITA! Te esperamos en LA CASA AGENCY. Juntos encontraremos tu hogar.\",\n        \"agencyName\": \"LA CASA AGENCY\",\n        \"latitude\": 41.43613,\n        \"longitude\": 2.18972,\n        \"price\": 620000,\n        \"propertyType\": \"Dúplex\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 4,\n        \"propertyCategoryId\": 4,\n        \"address\": \"Sant Andreu de Palomar;Sant Andreu;Barcelona;\",\n        \"parking\": 1,\n        \"priceSqm\": 4000,\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.habitaclia.com/i5329004356239.htm\",\n        \"batchDate\": \"2024-03-10\",\n        \"publicationDate\": \"2024-01-02T18:05:35.217Z\",\n        \"deleteDate\": \"2024-03-10\",\n        \"score\": 7468.181703,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827210XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827211XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827212XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827213XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827214XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827215XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827216XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827217XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827218XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827219XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827220XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827221XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827222XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827223XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827224XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827225XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827226XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827227XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827228XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827229XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827230XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827231XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827232XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827233XL.webp\",\n            \"https://cdn.lystos.com/imgh/5329-4356239/duplex-con-3-habitaciones-con-ascensor-parking-calefaccion-y-aire-acondicionado-barcelona_5329-img4356239-450827234XL.webp\"\n        ],\n        \"distance\": 124.46969505,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": true,\n        \"hasLift\": true,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"2006\",\n        \"advertisementReference\": \"CM-STAND-620\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"5329004356239\",\n        \"energyConsumption\": \"D\",\n        \"energyEmission\": \"D\",\n        \"energyConsumptionVal\": 160,\n        \"energyEmissionVal\": 42,\n        \"enabled\": true,\n        \"exterior\": false\n    },\n    {\n        \"id\": \"98793181\",\n        \"siteId\": 1,\n        \"bedrooms\": 2,\n        \"bathrooms\": 2,\n        \"sqm\": 139,\n        \"plotSize\": 0,\n        \"title\": \"Chalet adosado en venta en agusti i mila\",\n        \"description\": \"Espectacular casa d'obra nova de 139m² en dues plantes + pati de 60m2. Situada al nucli antic del barri de sant Andreu. La planta baixa consta de rebedor, un despatx/habitació actualment oberta com espai polivalent, bany complet amb plat de dutxa, cuina oberta amb una illa, un ampli menjador molt acollidor amb grans finestrals que donen al porxo i al pati de la casa. La Primera planta està distribuïda en una habitació doble exterior amb vestidor que dóna al pati, un bany complet amb plat de dutxa i una habitació individual exterior de 15 m2 amb sortida al balcó. La casa té uns acabats de gran qualitat, totalment reformada i restaurada l'any 2020, disposa de calefacció a tot l'habitatge, fusteria d'alumini de doble vidre ''climalit'' amb recambra, parets recobertes amb pladur i fibra de vidre i parets originals restaurades; preinstal·lació per aire condicionat al menjador i l'habitació de matrimoni, preinstal·lació de llar de foc al menjador, possibilitat de fer golfes a la primera planta (amb bigues preparades). Teulada nova, amb un 30% de pendent, bigues originals restaurades i bigues de fusta noves a tota la casa amb claraboies als sostres per donar més lluminositat. Excel·lent ubicació, ja que està situat a un carrer molt tranquil i cèntric, a tocar del carrer Gran de Sant Andreu, a prop d'escoles i comerços del barri. Molt ben comunicada pel transport públic de Barcelona com és el metro(L1) i diverses línies d'autobusos, i a prop de l'entrada i sortida de Barcelona per la Meridiana, Rondes i el nus de la Trinitat. Oportunitat! Preu: 590.000€.\",\n        \"advertiserName\": \"das assessorament i serveis\",\n        \"latitude\": 41.4377301,\n        \"longitude\": 2.1885002,\n        \"price\": 590000,\n        \"propertyType\": \"Chalet\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 1,\n        \"propertyCategoryId\": 10,\n        \"address\": \"agusti i mila;Barrio Sant Andreu;Distrito Sant Andreu;Barcelona;Área de Barcelona, Barcelona;\",\n        \"streetName\": \"agusti i mila\",\n        \"parking\": 0,\n        \"priceSqm\": 4244.6,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/98793181/\",\n        \"batchDate\": \"2022-09-23\",\n        \"publicationDate\": \"2022-09-14T00:00:00Z\",\n        \"deleteDate\": \"2022-09-19\",\n        \"score\": 7496.108145,\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2e/eb/ef/1024018081.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/03/d8/c7/1024018082.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/67/0c/60/1024018113.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2f/5e/81/1024018094.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/8d/9a/9d/1024018115.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/96/43/9d/1024018093.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/e0/b9/ea/1024018080.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/a5/d3/f8/1024018084.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/67/e3/1024018103.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/78/b3/7e/1024018114.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/62/89/ed/1024018095.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/3a/a1/26/1024018104.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/73/d0/21/1024018680.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/bd/3f/72/1024019137.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/7d/a8/6e/1024018105.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/03/d8/c7/1024018082.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/67/0c/60/1024018113.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2f/5e/81/1024018094.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/8d/9a/9d/1024018115.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/96/43/9d/1024018093.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/e0/b9/ea/1024018080.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/a5/d3/f8/1024018084.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/be/67/e3/1024018103.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/78/b3/7e/1024018114.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/62/89/ed/1024018095.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/3a/a1/26/1024018104.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/73/d0/21/1024018680.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/bd/3f/72/1024019137.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/90/id.pro.es.image.master/7d/a8/6e/1024018105.jpg\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/2e/eb/ef/1024018081.jpg\"\n        ],\n        \"distance\": 124.93513575,\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": true,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"advertisementReference\": \"46456566456454\",\n        \"hasStorageRoom\": false,\n        \"stats\": [],\n        \"scrapeStats\": false,\n        \"externalId\": \"98793181\",\n        \"enabled\": true,\n        \"exterior\": false\n    }\n]"}],"_postman_id":"6f89f88f-c4ff-4e58-93b2-ab93e09d2b1f"}],"id":"2f9fc309-e94b-4bd7-9b7b-1eeaff5772cf","description":"<p>The <code>/listings</code> endpoint enables the retrieval of comprehensive listing data from multiple portals, consolidating diverse sources of information in a single, streamlined access point.</p>\n<ul>\n<li><p>ListingVo — An <strong>object</strong> that contains the following properties:</p>\n<ul>\n<li><p><code>id</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: UUID primary key<br />  <strong>Example</strong>: \"e30eb6d7-4839-45d0-b330-fb0e9054a208\"</p>\n</li>\n<li><p><code>siteId</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Portal ID<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>propertyCategoryId</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Subcategory ID of property<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>propertyType</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Type of property<br />  <strong>Example</strong>: \"Penthouse\"</p>\n</li>\n<li><p><code>title</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Listing title<br />  <strong>Example</strong>: \"Piso en venta en Carrer Valencia\"</p>\n</li>\n<li><p><code>description</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Description of listing<br />  <strong>Example</strong>: \"Piso grande en el centro de Madrid con mucha luz natural\"</p>\n</li>\n<li><p><code>address</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Address of the property separated by semi-colons<br />  <strong>Example</strong>: \"Carrer Valencia; La Sagrera; Barcelona\"</p>\n</li>\n<li><p><code>street_name</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of street<br />  <strong>Example</strong>: \"Carrer Mallorca\"</p>\n</li>\n<li><p><code>floor</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Floor of flat<br />  <strong>Example</strong>: \"Planta 3ª exterior\"</p>\n</li>\n<li><p><code>door</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Flat foor number<br />  <strong>Example</strong>: 5</p>\n</li>\n<li><p><code>districtArea</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of district<br />  <strong>Example</strong>: \"Sarrià-Sant Gervasi\"</p>\n</li>\n<li><p><code>neighborhood</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of Neighborhood<br />  <strong>Example</strong>: \"Sant Andreu\"</p>\n</li>\n<li><p><code>municipalityName</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of municipality<br />  <strong>Example</strong>: \"Castelldefels\"</p>\n</li>\n<li><p><code>provinceName</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of province<br />  <strong>Example</strong>: \"Barcelona\"</p>\n</li>\n<li><p><code>latitude</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: latitude<br />  <strong>Example</strong>: 39.4371357</p>\n</li>\n<li><p><code>longitude</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: longitude<br />  <strong>Example</strong>: -0.5743199</p>\n</li>\n<li><p><code>coordinates</code><br />  <strong>Type</strong>: Point<br />  <strong>Explanation</strong>: coordinates<br />  <strong>Example</strong>: 0101002662......</p>\n</li>\n<li><p><code>sqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: square meters of listing<br />  <strong>Example</strong>: 73.00</p>\n</li>\n<li><p><code>bedrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of bedrooms<br />  <strong>Example</strong>: 3</p>\n</li>\n<li><p><code>bathrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of bathrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>parking</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: If the listing has a parking spot or garage (1 = yes, 2 = no)<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>price</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Price of listing<br />  <strong>Example</strong>: 175000.00</p>\n</li>\n<li><p><code>priceSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Price per square meter<br />  <strong>Example</strong>: 566.12</p>\n</li>\n<li><p><code>facingType</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Orientation of the listing<br />  <strong>Example</strong>: \"North\"</p>\n</li>\n<li><p><code>stateType</code><br />  <strong>Type</strong>: String (Enum below)<br />  <strong>Explanation</strong>: Condition of listing<br />  <strong>Example</strong>: \"Para Reformar\"</p>\n</li>\n<li><p><code>stateTypeId</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Condition of listing<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>advertiserType</code><br />  <strong>Type</strong>: String (Enum below)<br />  <strong>Explanation</strong>: Type of advertiser<br />  <strong>Example</strong>: \"Particular\"</p>\n</li>\n<li><p><code>advertiserTypeId</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Type of advertiser<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>advertiserName</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of advertiser<br />  <strong>Example</strong>: \"Paco Correa\"</p>\n</li>\n<li><p><code>advertiserReference</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Reference of advertiser<br />  <strong>Example</strong>: \"X12345\"</p>\n</li>\n<li><p><code>advertiserPhone</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Advertiser phone number<br />  <strong>Example</strong>: 655444332</p>\n</li>\n<li><p><code>agencyName</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name of agency advertising the listing<br />  <strong>Example</strong>: \"DonPiso\"</p>\n</li>\n<li><p><code>siteUrl</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: URL of the listing<br />  <strong>Example</strong>: \"<a href=\"https://www.idealista.com/inmueble/98155635/\">https://www.idealista.com/inmueble/98155635/</a>\"</p>\n</li>\n<li><p><code>images</code><br />  <strong>Type</strong>: Array<br />  <strong>Explanation</strong>: List of URLS of listing images<br />  <strong>Example</strong>: [\"photo1.com\",\"photo2.com\",\"photo3.com\"]</p>\n</li>\n<li><p><code>publicationDate</code><br />  <strong>Type</strong>: Timestamp with timezone<br />  <strong>Explanation</strong>: Date of listing publication<br />  <strong>Example</strong>: 1689734435.475</p>\n</li>\n<li><p><code>deleteDate</code><br />  <strong>Type</strong>: Date<br />  <strong>Explanation</strong>: Listing withdrawal date<br />  <strong>Example</strong>: [2023,10,18]</p>\n</li>\n<li><p><code>modificationDate</code><br />  <strong>Type</strong>: Timestamp with timezone<br />  <strong>Explanation</strong>: Date of last modification<br />  <strong>Example</strong>: 1689734435.475</p>\n</li>\n<li><p><code>hasAirCon</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has A/C<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasBuiltinWardrobes</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has built-in wardrobes<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasLift</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a lift<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>isExterior</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing is exterior (in case of flats)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasGarden</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a garden<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasPool</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a swimming pool<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasTerrace</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a terrace<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasStorage</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has an external storage room(normally in case of flats)<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>height</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Height of the listing if it is a flat<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>externalId</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: ID of listing in portal<br />  <strong>Example</strong>: \"123456\"</p>\n</li>\n<li><p><code>constructionYear</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Year of construction<br />  <strong>Example</strong>: 1985</p>\n</li>\n<li><p><code>energyConsumption</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Energy consumption rating (letter)<br />  <strong>Example</strong>: A</p>\n</li>\n<li><p><code>energyEmission</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Energy emission rating (letter)<br />  <strong>Example</strong>: G</p>\n</li>\n<li><p><code>energyConsumptionVal</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Energy consumption value<br />  <strong>Example</strong>: 88.00</p>\n</li>\n<li><p><code>energyEmissionVal</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Energy emission value<br />  <strong>Example</strong>: 18.00</p>\n</li>\n<li><p><code>isRented</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing for sale is currently being rented out<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>sqmUsable</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Usable meters squared of listing<br />  <strong>Example</strong>: 73.00</p>\n</li>\n<li><p><code>plotSize</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Size of plot in meters squared<br />  <strong>Example</strong>: 500.00</p>\n</li>\n<li><p><code>propertyTypeId</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: ID of property type<br />  <strong>Example</strong>: 16</p>\n</li>\n<li><p><code>hasHeating</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has heating<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasStoreRoom</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has store room (in case of commercial property or warehouse)<br />  <strong>Example</strong>:</p>\n</li>\n<li><p><code>hasSmokeExtractor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a smoke extractor (in case of commercial property)<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasFullKitchen</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a fully equipped kitchen (in case of commercial property or warehouse)<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>shopWindow</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of shop windows (in case of commercial property)<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>location</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Location (in case of commercial property)<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>previousUse</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Previous use of listing (in case of commercial property)<br />  <strong>Example</strong>: \"Bar/Restaurant\"</p>\n</li>\n<li><p><code>facade</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of meters of the facade (in case of commercial property)<br />  <strong>Example</strong>: 8</p>\n</li>\n<li><p><code>risked</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has squatters<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>bareOwnership</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Bare ownership refers to the ownership of property without the right to use or enjoy it.<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>auction</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing is up for auction<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>touristLicense</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a tourist licence<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>furnished</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing comes furnished<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>initialPrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Initial price of listing<br />  <strong>Example</strong>: 100000.00</p>\n</li>\n<li><p><code>garagePrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Extra cost for garage/parking spot<br />  <strong>Example</strong>: 20000.00</p>\n</li>\n<li><p><code>flatCount</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of flats in a building (Only applies to property type EDIFICIO)<br />  <strong>Example</strong>: 23</p>\n</li>\n<li><p><code>floorCount</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of floors in a building (Only applies to property type EDIFICIO)<br />  <strong>Example</strong>: 5</p>\n</li>\n<li><p><code>liftCount</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of lifts in a building (Only applies to property type EDIFICIO)<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>parkingCount</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Number of parking spots in a building or office (Applies to property type EDIFICIO and OFICINA)<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>hasTenants</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing/building has tenants (Only applies to property type EDIFICIO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>buildingType</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Type of building<br />  <strong>Example</strong>: Edificio residencial</p>\n</li>\n<li><p><code>hasMotoSpace</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the listing has a space for motorbikes (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasParkingCovered</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the garage/parking spot is covered/indoors. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAutoDoor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the garage has an automatic door. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAlarm</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the garage has an alarm. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSecurityCamera</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the garage has a security camera. (Only applies to property type GARAJE)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAccess24h</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the storage room has 24h access. (Only applies to property type TRASTERO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasLoadingArea</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the storage room has a loading area. (Only applies to property type TRASTERO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>openPlan</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office is open plan. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>mixedUse</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office is mixed use. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasAccessControl</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office has controlled access(fob or access card). (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSecurityDoor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office has a security door. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasExtinguisher</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office has fire extinguishers. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasEmergencyExit</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office has emergency exits. (Only applies to property type OFICINA)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasFireResistantDoor</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the office has fire resistant doors. (Only applies to property type 'Office')<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasWaterSupply</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has a water supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasEnergySupply</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has an energy supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasSewerSystem</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has a sewer supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasNaturalGas</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has a gas supply. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasStreetLighting</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has street lighting. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>hasPavement</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain has pavement. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>buildable</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain can be built upon. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>urbanTerrain</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If the terrain is urban. (Only applies to property type TERRENO)<br />  <strong>Example</strong>: false</p>\n</li>\n<li><p><code>councilTax</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Annual cost of council tax (IBI)<br />  <strong>Example</strong>: 500.00</p>\n</li>\n<li><p><code>advertiserEmail</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Email address of advertiser<br />  <strong>Example</strong>: <a href=\"https://mailto:juanpirealestate@gmail.com\">juanpirealestate@gmail.com</a></p>\n</li>\n<li><p><code>sqmRoom</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Square meters of bedroom for rent(Only applies to property type HABITACION)<br />  <strong>Example</strong>: 10</p>\n</li>\n<li><p><code>maxPersons</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Max number of persons allowed to stay in a rental flat(Only applies to property type HABITACION)<br />  <strong>Example</strong>: 10</p>\n</li>\n<li><p><code>billsIncluded</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: If bills are included or not(Only applies to property type HABITACION)<br />  <strong>Example</strong>: 10</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"list-of-enums\"><strong>List of Enums</strong></h2>\n<p><code>propertyCategoryId</code></p>\n<p>CASA(1),<br />PISO(2),<br />ATICO(3),<br />DUPLEX(4),<br />TRIPLEX(5),<br />LOFT(6),<br />ESTUDIO(7),<br />CASA_RURAL(8),<br />CASA_O_CHALET(9),<br />CHALET(10),<br />CHALET_PAREADO(11),<br />CHALET_ADOSADO(12),<br />CASERON(13),<br />MASIA(14),<br />PLANTA_BAJA(15),<br />TORRE(16),<br />APARTAMENTO(17),<br />CORTIJO(18),<br />PALACIO(19),<br />FINCA(20),<br />CASTILLO(21),<br />VINEDO(22),<br />HOTEL(23),<br />ECUESTRE(24),<br />LOCAL(25),<br />NAVE(26),<br />TERRENO(27),<br />PARCELA(28),<br />ADOSADO(29),<br />VILLA(30);</p>\n<p><code>siteId</code></p>\n<p>IDEALISTA(1),<br />FOTOCASA(2),<br />HABITACLIA(3),<br />ENGELVOLKERS(4),<br />LUCASFOX(5),<br />PISOSCOM(7),<br />ALISEDA(8),<br />INDOMIO(14),<br />TECNOCASA(15),<br />INMOCMS(16),<br />INMOVILLA(17),<br />PROPERTYTOP(18),<br />MALAGAMLS(19),<br />GREENACRES(20),<br />SOLVIA(21),<br />FACILITEA(22),<br />PROPERSTAR(23);</p>\n<p><code>advertiserType</code></p>\n<p>PROFESSIONAL(\"Profesional\"),<br />FSBO(\"Particular\"),<br />BANK(\"Banco\"),<br />PROMOTOR(\"Promotora\")</p>\n<p><code>advertiserTypeId</code></p>\n<p>PROFESIONAL(1),<br />PARTICULAR(2),<br />BANCO(3),<br />PROMOTORA(4);</p>\n<p><code>height</code></p>\n<p>PLANTA_INTERMEDIA(1),<br />BAJO(2),<br />ULTIMA_PLANTA(3);</p>\n<p><code>propertyTypeId</code></p>\n<p>CASA(1),<br />PISO(2),<br />ATICO(3),<br />DUPLEX(4),<br />LOCAL(5),<br />NAVE(6),<br />OTROS(7),<br />VIVIENDA_UNDEFINED(8),<br />GARAJE(9),<br />TRASTERO(10),<br />EDIFICIO(11),<br />OFICINA(12),<br />TERRENO(13),<br />HABITACION(14);</p>\n<p><code>location</code></p>\n<p>SHOPPING_CENTER(1),<br />STREET_LEVEL(2),<br />INTERMEDIATE_LEVEL(3),<br />UNDERGROUND(4);</p>\n<p><code>stateTypeId</code></p>\n<p>OBRA_NUEVA(1),<br />BUEN_ESTADO(2),<br />PARA_REFORMAR(3);</p>\n","_postman_id":"2f9fc309-e94b-4bd7-9b7b-1eeaff5772cf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Webhooks","item":[{"name":"New Alert","id":"1dbd7647-6945-4721-bb52-03343dea810e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"listingVo\": {\n        \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n        \"siteId\": 1,\n        \"parentListingId\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n        \"bedrooms\": 3,\n        \"bathrooms\": 2,\n        \"sqm\": 88,\n        \"plotSize\": 0,\n        \"title\": \"Piso en venta en Pont Nou-Corazón de Jesús\",\n        \"description\": \"Se vende un piso encantador en una ubicación privilegiada. El piso cuenta con una distribución funcional y espacios bien iluminados. Consta de tres de habitaciones acogedoras, un baño completo, una cocina equipada y un luminoso salón-comedor. El piso se encuentra en excelente estado. Además, cuenta con servicios cerca como, piscinas, gimnasios. Su ubicación estratégica permite acceder fácilmente a tiendas, restaurantes, parques y transporte público. No pierda la oportunidad de adquirir este hermoso piso que combina comodidad, estilo y una excelente ubicación. ¡Contáctanos para más información o para programar una visita! Ayudamos a nuestros clientes a conseguir el 100 % de financiación. NO PUEDES DEJAR PASAR ESTA GRAN OPORTUNIDAD! Ven a visitarla, te encantará!\",\n        \"advertiserName\": \"Nm Gestiones Inmobiliarias\",\n        \"agencyName\": \"Nm Gestiones Inmobiliarias\",\n        \"latitude\": 38.2670484,\n        \"longitude\": -0.7116658,\n        \"price\": 79000,\n        \"propertyType\": \"Piso\",\n        \"listingType\": 1,\n        \"propertyTypeId\": 2,\n        \"propertyCategoryId\": 2,\n        \"address\": \"Barrio Pont Nou-Corazón de Jesús;Distrito Elche Ciudad;Elche / Elx;Baix Vinalopó, Alicante;\",\n        \"floor\": \"Planta 3ª exterior\",\n        \"parking\": 0,\n        \"priceSqm\": 897.73,\n        \"stateType\": \"Buen Estado\",\n        \"advertiserType\": \"Profesional\",\n        \"advertiserPhone\": \"\",\n        \"siteUrl\": \"https://www.idealista.com/inmueble/102066586/\",\n        \"batchDate\": [\n            2023,\n            10,\n            22\n        ],\n        \"publicationDate\": 1689734435.475,\n        \"deleteDate\": [\n            2023,\n            10,\n            18\n        ],\n        \"renovated\": true,\n        \"images\": [\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/2e/ff/1143110387.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/36/d6/1143110404.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n        ],\n        \"historic\": [\n            {\n                \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"price\": 79000,\n                \"batchDate\": [\n                    2023,\n                    7,\n                    19\n                ],\n                \"publicationDate\": 1689734435.475,\n                \"images\": [\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/2e/ff/1143110387.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2b/0f/7a/1143110395.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fa/11/d7/1143110388.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n                ],\n                \"type\": 1\n            },\n            {\n                \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"price\": 79000,\n                \"batchDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"publicationDate\": 1689734435.475,\n                \"deleteDate\": [\n                    2023,\n                    10,\n                    18\n                ],\n                \"images\": [\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n                ],\n                \"type\": 5\n            }\n        ],\n        \"hasGarden\": false,\n        \"hasTerrace\": false,\n        \"hasSwimmingPool\": false,\n        \"hasLift\": false,\n        \"hasAirCon\": false,\n        \"hasHeating\": false,\n        \"hasStoreRoom\": false,\n        \"hasSmokeExtractor\": false,\n        \"hasFullKitchen\": false,\n        \"constructionYear\": \"1964\",\n        \"advertisementReference\": \"NM1359JES\",\n        \"hasStorageRoom\": false,\n        \"height\": 1,\n        \"stats\": [],\n        \"externalId\": \"102066586\",\n        \"providers\": [\n            {\n                \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"siteId\": 1,\n                \"parentListingId\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"bedrooms\": 3,\n                \"bathrooms\": 2,\n                \"sqm\": 88,\n                \"plotSize\": 0,\n                \"title\": \"Piso en venta en Pont Nou-Corazón de Jesús\",\n                \"description\": \"Se vende un piso encantador en una ubicación privilegiada. El piso cuenta con una distribución funcional y espacios bien iluminados. Consta de tres de habitaciones acogedoras, un baño completo, una cocina equipada y un luminoso salón-comedor. El piso se encuentra en excelente estado. Además, cuenta con servicios cerca como, piscinas, gimnasios. Su ubicación estratégica permite acceder fácilmente a tiendas, restaurantes, parques y transporte público. No pierda la oportunidad de adquirir este hermoso piso que combina comodidad, estilo y una excelente ubicación. ¡Contáctanos para más información o para programar una visita! Ayudamos a nuestros clientes a conseguir el 100 % de financiación. NO PUEDES DEJAR PASAR ESTA GRAN OPORTUNIDAD! Ven a visitarla, te encantará!\",\n                \"advertiserName\": \"Nm Gestiones Inmobiliarias\",\n                \"agencyName\": \"Nm Gestiones Inmobiliarias\",\n                \"latitude\": 38.2670484,\n                \"longitude\": -0.7116658,\n                \"price\": 79000,\n                \"propertyType\": \"Piso\",\n                \"listingType\": 1,\n                \"propertyTypeId\": 2,\n                \"propertyCategoryId\": 2,\n                \"address\": \"Barrio Pont Nou-Corazón de Jesús;Distrito Elche Ciudad;Elche / Elx;Baix Vinalopó, Alicante;\",\n                \"floor\": \"Planta 3ª exterior\",\n                \"parking\": 0,\n                \"priceSqm\": 897.73,\n                \"stateType\": \"Buen Estado\",\n                \"advertiserType\": \"Profesional\",\n                \"advertiserPhone\": \"\",\n                \"siteUrl\": \"https://www.idealista.com/inmueble/102066586/\",\n                \"batchDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"publicationDate\": 1689734435.475,\n                \"deleteDate\": [\n                    2023,\n                    10,\n                    18\n                ],\n                \"renovated\": true,\n                \"images\": [\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/2e/ff/1143110387.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/47/36/d6/1143110404.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n                    \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n                ],\n                \"historic\": [\n                    {\n                        \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            7,\n                            19\n                        ],\n                        \"publicationDate\": 1689734435.475,\n                        \"images\": [\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/eb/2e/ff/1143110387.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/2b/0f/7a/1143110395.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/fa/11/d7/1143110388.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n                        ],\n                        \"type\": 1\n                    },\n                    {\n                        \"id\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            10,\n                            22\n                        ],\n                        \"publicationDate\": 1689734435.475,\n                        \"deleteDate\": [\n                            2023,\n                            10,\n                            18\n                        ],\n                        \"images\": [\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/9a/2b/70/1143110392.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/d2/5b/af/1143110414.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL/0/id.pro.es.image.master/68/2c/8c/1143110415.webp\",\n                            \"https://cdn.lystos.com/blur/WEB_DETAIL_TOP/0/id.pro.es.image.master/6f/39/a4/1143110362.webp\"\n                        ],\n                        \"type\": 5\n                    }\n                ],\n                \"hasGarden\": false,\n                \"hasTerrace\": false,\n                \"hasSwimmingPool\": false,\n                \"hasLift\": false,\n                \"hasAirCon\": false,\n                \"hasHeating\": false,\n                \"hasStoreRoom\": false,\n                \"hasSmokeExtractor\": false,\n                \"hasFullKitchen\": false,\n                \"constructionYear\": \"1964\",\n                \"advertisementReference\": \"NM1359JES\",\n                \"hasStorageRoom\": false,\n                \"height\": 1,\n                \"stats\": [],\n                \"externalId\": \"102066586\"\n            },\n            {\n                \"id\": \"651a7443-061d-4ffc-bfc1-1a708c2ed202\",\n                \"siteId\": 2,\n                \"parentListingId\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"bedrooms\": 3,\n                \"bathrooms\": 2,\n                \"sqm\": 88,\n                \"plotSize\": 0,\n                \"title\": \"Piso en venta en Pont Nou - Corazón de Jesús\",\n                \"description\": \"Se vende un piso encantador en una ubicación privilegiada. El piso cuenta con una distribución funcional y espacios bien iluminados. Consta de tres de habitaciones acogedoras, un baño completo, una cocina equipada y un luminoso salón-comedor. El piso se encuentra en excelente estado. Además, cuenta con servicios cerca como , piscinas, gimnasios. Su ubicación estratégica permite acceder fácilmente a tiendas, restaurantes, parques y transporte público. No pierda la oportunidad de adquirir este hermoso piso que combina comodidad, estilo y una excelente ubicación. ¡Contáctanos para más información o para programar una visita! Ayudamos a nuestros clientes a conseguir el 100 % de financiación. NO PUEDES DEJAR PASAR ESTA GRAN OPORTUNIDAD !! Ven a visitarla, te encantará !!\",\n                \"advertiserName\": \"nm gestiones inmobiliarias\",\n                \"agencyName\": \"NM GESTIONES INMOBILIARIAS\",\n                \"latitude\": 38.264973,\n                \"longitude\": -0.71113,\n                \"price\": 79000,\n                \"propertyType\": \"Piso\",\n                \"listingType\": 1,\n                \"propertyTypeId\": 2,\n                \"propertyCategoryId\": 2,\n                \"address\": \"Elche ciudad;Pont Nou - Corazu00F3n de Jesu00FAs;Elche / Elx;\",\n                \"floor\": \"3ª planta\",\n                \"parking\": 0,\n                \"priceSqm\": 897.73,\n                \"stateType\": \"Buen Estado\",\n                \"advertiserType\": \"Profesional\",\n                \"advertiserPhone\": \"967 561 364\",\n                \"siteUrl\": \"https://www.fotocasa.es/es/comprar/vivienda/elche-elx/pont-nou-corazon-de-jesus/178577557/d\",\n                \"batchDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"publicationDate\": 1689735396.377,\n                \"deleteDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"renovated\": true,\n                \"images\": [\n                    \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991041.webp\",\n                    \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991043.webp\",\n                    \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991055.webp\",\n                    \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991057.webp\",\n                    \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991059.webp\"\n                ],\n                \"historic\": [\n                    {\n                        \"id\": \"651a7443-061d-4ffc-bfc1-1a708c2ed202\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            7,\n                            19\n                        ],\n                        \"publicationDate\": 1689735396.377,\n                        \"images\": [\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991041.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991043.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991044.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991057.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991059.webp\"\n                        ],\n                        \"type\": 1\n                    },\n                    {\n                        \"id\": \"651a7443-061d-4ffc-bfc1-1a708c2ed202\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            10,\n                            22\n                        ],\n                        \"publicationDate\": 1689735396.377,\n                        \"deleteDate\": [\n                            2023,\n                            10,\n                            22\n                        ],\n                        \"images\": [\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991041.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991043.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991055.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991057.webp\",\n                            \"https://cdn.lystos.com/images/inmofactory/documents/1/123378/34538977/605991059.webp\"\n                        ],\n                        \"type\": 5\n                    }\n                ],\n                \"hasGarden\": false,\n                \"hasTerrace\": false,\n                \"hasSwimmingPool\": true,\n                \"hasLift\": false,\n                \"hasAirCon\": false,\n                \"hasHeating\": false,\n                \"hasStoreRoom\": false,\n                \"hasSmokeExtractor\": false,\n                \"hasFullKitchen\": false,\n                \"advertisementReference\": \"NM1359JES\",\n                \"hasStorageRoom\": false,\n                \"stats\": [],\n                \"externalId\": \"178577557\",\n                \"energyConsumption\": \"G\",\n                \"energyEmission\": \"G\",\n                \"enabled\": true,\n                \"exterior\": false\n            },\n            {\n                \"id\": \"aa29c9be-2219-4871-82b2-309bbf093d0f\",\n                \"siteId\": 3,\n                \"parentListingId\": \"5dfecabe-f14c-4566-b2a2-84e032061e42\",\n                \"bedrooms\": 3,\n                \"bathrooms\": 2,\n                \"sqm\": 88,\n                \"plotSize\": 0,\n                \"title\": \"Piso ¡fantástico piso en plaza obispo suri! en Pont Nou - Corazón de Jesús Elche / Elx\",\n                \"description\": \"Se vende un piso encantador en una ubicación privilegiada. El piso cuenta con una distribución funcional y espacios bien iluminados. Consta de tres de habitaciones acogedoras, un baño completo, una cocina equipada y un luminoso salón-comedor. El piso se encuentra en excelente estado. Además, cuenta con servicios cerca como , piscinas, gimnasios. Su ubicación estratégica permite acceder fácilmente a tiendas, restaurantes, parques y transporte público. No pierda la oportunidad de adquirir este hermoso piso que combina comodidad, estilo y una excelente ubicación. ¡Contáctanos para más información o para programar una visita! Ayudamos a nuestros clientes a conseguir el 100 % de financiación. NO PUEDES DEJAR PASAR ESTA GRAN OPORTUNIDAD !! Ven a visitarla, te encantará !!\",\n                \"agencyName\": \"Nm Gestiones Inmobiliarias\",\n                \"latitude\": 38.2667915,\n                \"longitude\": -0.7097499,\n                \"price\": 79000,\n                \"propertyType\": \"Piso\",\n                \"listingType\": 1,\n                \"propertyTypeId\": 2,\n                \"propertyCategoryId\": 2,\n                \"address\": \"Pont Nou - Corazón de Jesús;Elche Ciudad;Elche / Elx;\",\n                \"parking\": 0,\n                \"priceSqm\": 897.73,\n                \"advertiserType\": \"Profesional\",\n                \"advertiserPhone\": \"625828740\",\n                \"siteUrl\": \"https://www.habitaclia.com/i29548000001155.htm\",\n                \"batchDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"publicationDate\": 1689734842.567,\n                \"deleteDate\": [\n                    2023,\n                    10,\n                    22\n                ],\n                \"renovated\": true,\n                \"images\": [\n                    \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128359XL.webp\",\n                    \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128368XL.webp\"\n                ],\n                \"historic\": [\n                    {\n                        \"id\": \"aa29c9be-2219-4871-82b2-309bbf093d0f\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            7,\n                            19\n                        ],\n                        \"publicationDate\": 1689734842.567,\n                        \"images\": [\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128359XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128366XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128367XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128368XL.webp\"\n                        ],\n                        \"type\": 1\n                    },\n                    {\n                        \"id\": \"aa29c9be-2219-4871-82b2-309bbf093d0f\",\n                        \"price\": 79000,\n                        \"batchDate\": [\n                            2023,\n                            10,\n                            22\n                        ],\n                        \"publicationDate\": 1689734842.567,\n                        \"deleteDate\": [\n                            2023,\n                            10,\n                            22\n                        ],\n                        \"images\": [\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128359XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128366XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128367XL.webp\",\n                            \"https://cdn.lystos.com/imgh/29548-1155/fantastico-piso-en-plaza-obispo-suri-elche-elx_29548-img1155-388128368XL.webp\"\n                        ],\n                        \"type\": 5\n                    }\n                ],\n                \"hasGarden\": false,\n                \"hasTerrace\": false,\n                \"hasSwimmingPool\": false,\n                \"hasLift\": false,\n                \"hasAirCon\": false,\n                \"hasHeating\": false,\n                \"hasStoreRoom\": false,\n                \"hasSmokeExtractor\": false,\n                \"hasFullKitchen\": false,\n                \"constructionYear\": \"1964\",\n                \"advertisementReference\": \"NM1359JES\",\n                \"hasStorageRoom\": false,\n                \"stats\": [],\n                \"externalId\": \"29548000001155\",\n                \"enabled\": true,\n                \"exterior\": false\n            }\n        ],\n        \"enabled\": true,\n        \"exterior\": true\n    },\n    \"listingUpdateType\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.site/86bf627b-7577-4f3e-a302-f3d326ea927c","description":"<p>A webhook that sends updates on any changes to listings—such as price increases, new publications, or removals from a specific portal—directly to your API every 30 minutes.</p>\n<p>The listing JSON object sent represents a property listing on a given portal. Key components include:</p>\n<ul>\n<li><p><strong>Basic details of main listing</strong>: <code>id</code>, <code>title</code>, <code>description</code>, <code>price</code></p>\n</li>\n<li><p><strong>historic</strong>: An array logging updates, like price changes or removals, with details (<code>batch_date</code>, <code>type</code>).</p>\n</li>\n<li><p><strong>providers</strong>: An array of duplicate listings (same property that has been posted on other real estate portals) each with its own <code>historic</code> for tracking changes made in that specific portal.</p>\n</li>\n<li><p><strong>listingUpdateType:</strong> Type of change made to the listing or one of its duplicates</p>\n</li>\n</ul>\n<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>listingUpdateType</code></p>\n<p>NEW_PUBLICATION(1),<br />PRICE_INCREASE(2),<br />PRICE_DECREASE(3),<br />NEW_IMAGES(4),<br />DELETED(5),<br />REPUBLISHED(6);</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"host":["https://webhook.site/86bf627b-7577-4f3e-a302-f3d326ea927c"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dbd7647-6945-4721-bb52-03343dea810e"},{"name":"Test Integration","id":"99008268-00b8-4c5a-b28e-4f55712bfa56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"listingId\": \"4ffcd514-96bc-4e2a-8595-56349443af01\",\n  \"listingType\": \"1\",\n  \"webhookSearchId\": YOUR WEBHOOK SEARCH ID HERE\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/webhooks/test","description":"<p>Method to send alert manually</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","webhooks","test"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99008268-00b8-4c5a-b28e-4f55712bfa56"}],"id":"2210b54c-ad87-48c2-94f7-89c6dfb1c3fe","_postman_id":"2210b54c-ad87-48c2-94f7-89c6dfb1c3fe","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Valuations","item":[{"name":"Create Valuation","id":"d5492036-ea81-47df-aee5-02790a7d5d7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"propertyVo\": {\n    \"attributes\": [\n      {\n        \"attributeId\": 2,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 4,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 19,\n        \"booleanValue\": null,\n        \"decimalValue\": 1\n      },\n      {\n        \"attributeId\": 13,\n        \"booleanValue\": null,\n        \"decimalValue\": 3\n      }\n    ],\n    \"bathrooms\": 2,\n    \"bedrooms\": 3,\n    \"cadastralReference\": \"0029814DF3802G0014RR\",\n    \"sqm\": \"158\",\n    \"plot\": \"537\",\n    \"typeId\": 2\n  }, \"valuationType\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/valuations","description":"<p>The POST <code>/valuations</code> endpoint is used to generate property valuations based on a combination of property attributes, valuation settings, and listing &amp; sales comparables.</p>\n<p>Valuation can be done by Cadastral reference or address (latitude + longitude)</p>\n<p>The JSON object sent represents a property with settings for generate a valuation. Key components include:</p>\n<ul>\n<li><p><strong>Basic property</strong>: attributes, cadastral reference, address, sqm...</p>\n</li>\n<li><p><strong>valuations (optional)</strong>: Custom comparables (listings/sales)</p>\n</li>\n<li><p><strong>settings (optional)</strong> :</p>\n<ul>\n<li><p>listingPercentage: Weight assigned to listings versus sales comparables</p>\n</li>\n<li><p>priceModifier: Percentage adjustment applied to the valuation price</p>\n</li>\n</ul>\n</li>\n<li><p><strong>valuationType</strong>: 1 (sales) . 2 (rental)</p>\n</li>\n</ul>\n<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>attributeId</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>LIFT(1L),AC(2L),HEATING(3L),PARKING(4L),BALCONY(5L),GARDEN(7L),POOL(8L),EXTERIOR(9L),CONCIERGE(10L),TOURISM_LICENSE(11L),ADAPTED(12L),GENERAL_FINISHINGS(13L),ORIENTATION_TYPE_ID(19L),NEAR_URBANIZATION(20L),INSIDE_URBANIZATION(21L),GOOD_VIEWS(22L),SECURITY(23L),PRIVATE_SPORT_AREA(24L),DOMOTICA(25L),SQM_REGISTER(26L),FULLY_EQUIPPED_KITCHEN(27L),SMOKE_EXTRACTOR(28L),STORE_ROOM_COMMERCIAL(29L),FACADE_WIDTH(30L),PREVIOUS_USE(31L),SHOP_WINDOWS(32L),LOCATION(33L),TERRACE(34L),FURNISHED(35L),TWENTYFOUR_HOUR_ACCESS(36L),LOADING_AREA(37L),OPEN_PLAN(38L),MIXED_USE(39L),ACCESS_CONTROL(40L),SECURITY_DOOR(41L),EXTINGUISHER(42L),EMERGENCY_EXIT(43L),FIRE_RESISTANT_DOOR(44L),WATER_SUPPLY(45L),ENERGY_SUPPLY(46L),SEWER_SYSTEM(47L),NATURAL_GAS(48L),STREET_LIGHTING(49L),PAVEMENT(50L),BUILDABLE(51L),URBAN_TERRAIN(52L),MOTORBIKE_SPACE(53L),PARKING_COVERED(54L),AUTOMATIC_DOOR(55L),ALARM(56L),SECURITY_CAMERA(57L),TENANTS(58L);\n\n</code></pre><p><em>*</em> <code>GENERAL_FINISHINGS(13L)</code> <em>*</em></p>\n<p>Valores para los acabados generales:</p>\n<p>1 - Muy Buenos<br />2 - Buenos<br />3 - Normales<br />4 - Malos<br />5 - Muy Malos</p>\n<p><em>*</em> <code>ORIENTATION_TYPE_ID(19L)</code> <em>*</em></p>\n<p>Valores para la orientación</p>\n<p>1 - Norte<br />2 - Noroeste<br />3 - Oeste<br />4 - Suroeste<br />5 - Sur<br />6 - Sureste<br />7 - Este<br />8 - Noreste</p>\n<p><code>typeId</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>CASA(1),PISO(2),ATICO(3),DUPLEX(4),LOCAL(5),NAVE(6),OTROS(7),VIVIENDA_UNDEFINED(8),GARAJE(9),TRASTERO(10),EDIFICIO(11),OFICINA(12),TERRENO(13);\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","valuations"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"4ea94f4f-81a7-417e-9e2e-c22117761b28","name":"Create Valuation (Cadastre)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"propertyVo\": {\n    \"attributes\": [\n      {\n        \"attributeId\": 2,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 4,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 19,\n        \"booleanValue\": null,\n        \"decimalValue\": 1\n      },\n      {\n        \"attributeId\": 13,\n        \"booleanValue\": null,\n        \"decimalValue\": 3\n      }\n    ],\n    \"bathrooms\": 2,\n    \"bedrooms\": 3,\n    \"cadastralReference\": \"0029814DF3802G0014RR\",\n    \"sqm\": \"158\",\n    \"plot\": \"537\",\n    \"typeId\": 2\n  },\n  \"valuationType\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/valuations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3a8be67c-a04d-47b1-a946-8360ee7b9cf0","name":"Create Valuation (Address)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"propertyVo\": {\n    \"attributes\": [\n      {\n        \"attributeId\": 2,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 4,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 19,\n        \"booleanValue\": null,\n        \"decimalValue\": 1\n      },\n      {\n        \"attributeId\": 13,\n        \"booleanValue\": null,\n        \"decimalValue\": 3\n      }\n    ],\n    \"bathrooms\": 2,\n    \"bedrooms\": 3,\n  \n    \"latitude\": 41.392432897896654,\n    \"longitude\": 2.1618488261124003,\n    \"sqm\": \"158\",\n    \"plot\": \"537\",\n    \"typeId\": 2,\n    \"address\": \"Rambla Catalunya, 80, 02- Barcelona\"\n  }, \n  \"valuationType\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/valuations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bb1f13b7-84b5-4f9f-b992-5aad30b4a084","name":"Create Valuation with settings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"propertyVo\": {\n    \"attributes\": [\n      {\n        \"attributeId\": 2,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 4,\n        \"booleanValue\": true,\n        \"decimalValue\": null\n      },\n      {\n        \"attributeId\": 19,\n        \"booleanValue\": null,\n        \"decimalValue\": 1\n      },\n      {\n        \"attributeId\": 13,\n        \"booleanValue\": null,\n        \"decimalValue\": 3\n      }\n    ],\n    \"bathrooms\": 2,\n    \"bedrooms\": 3,\n    \"cadastralReference\": \"0029814DF3802G0014RR\",\n    \"sqm\": \"158\",\n    \"plot\": \"537\",\n    \"typeId\": 2\n  },\n  \"valuationSettingsVo\":{\n   \"priceModifier\":0.1,\n   \"listingPercentage\":0.9 \n  }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/valuations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d5492036-ea81-47df-aee5-02790a7d5d7d"}],"id":"c5cd12b9-c1a7-4283-9459-331beffe64a5","description":"<p>The <code>/valuations</code> endpoint is used to generate property valuations based on a combination of property attributes, valuation settings, and listing &amp; sales comparables.</p>\n","_postman_id":"c5cd12b9-c1a7-4283-9459-331beffe64a5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Sales","item":[{"name":"Search Comparables","id":"9a129807-3816-41b2-b684-5f71779a6369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sortBy\": \"RELEVANCE\",\n    \"orderBy\": \"DESC\",\n    \"type\": 1,\n    \"propertyVo\": {\n        \"typeId\": 1,\n        \"sqm\": 168,\n        \"latitude\": 41.43661068,\n        \"longitude\": 2.18837155\n    },\n    \"dateFrom\": null,\n    \"dateTo\": null,\n    \"polygonArea\": \"MULTIPOLYGON (((2.18837155 41.4455938328412, 2.1892075235031077 41.44557194730685, 2.1900394225425583 41.44550639737211, 2.1908631925378836 41.445397502521274, 2.1916748185774857 41.44524579349568, 2.1924703450097898 41.44505200970367, 2.1932458947438174 41.44481709561255, 2.193997688164587 41.44454219613993, 2.194722061570668 41.44422865106727, 2.1954154850435996 41.4438779885029, 2.196074579661732 41.44349191742652, 2.196696133974286 41.4430723193518, 2.1972771196551615 41.44262123914788, 2.1978147062600435 41.44214087506474, 2.198306275014874 41.44163356801115, 2.198749431568517 41.44110179013797, 2.1991420176476097 41.44054813278231, 2.1994821215570157 41.439975293831715, 2.199768087474999 41.43938606457009, 2.1999985234982065 41.43878331606983, 2.2001723083976774 41.438169985196154, 2.2002885970534685 41.43754906029261, 2.2003468245419557 41.43692356661709, 2.200346708856489 41.43629655159974, 2.2002882522487544 41.43567106999443, 2.200171741184947 41.435050168996376, 2.199997744917609 41.43443687339817, 2.1997671126807186 41.43383417085678, 2.1994809695223134 41.433244997342875, 2.199140710795529 41.43267222284377, 2.198747995335445 41.43211863738892, 2.1983047373554534 41.43158693746639, 2.1978130971030643 41.431079712896086, 2.197275470321033 41.43059943422338, 2.1966944765654213 41.43014844069469, 2.1960729464377087 41.42972892887291, 2.1954139077932675 41.429342941948384, 2.1947205709934097 41.42899235979686, 2.1939963132727955 41.428678889832895, 2.1932446622981985 41.42840405870292, 2.192469278998497 41.42816920485816, 2.191673939749218 41.42797547204362, 2.1908625179980357 41.42782380373438, 2.190038965420282 41.427714938546295, 2.189207292695768 41.427649406643326, 2.18837155 41.427627527158805, 2.1875358073042315 41.427649406643326, 2.1867041345797182 41.427714938546295, 2.185880582001964 41.42782380373438, 2.1850691602507815 41.42797547204362, 2.1842738210015025 41.42816920485816, 2.183498437701801 41.42840405870292, 2.182746786727204 41.428678889832895, 2.18202252900659 41.42899235979686, 2.1813291922067326 41.429342941948384, 2.180670153562291 41.42972892887291, 2.1800486234345784 41.43014844069469, 2.1794676296789666 41.43059943422338, 2.1789300028969354 41.431079712896086, 2.1784383626445463 41.43158693746639, 2.177995104664554 41.43211863738892, 2.1776023892044702 41.43267222284377, 2.1772621304776862 41.433244997342875, 2.1769759873192807 41.43383417085678, 2.1767453550823905 41.43443687339817, 2.176571358815053 41.435050168996376, 2.1764548477512458 41.43567106999443, 2.1763963911435105 41.43629655159974, 2.176396275458044 41.43692356661709, 2.176454502946531 41.43754906029261, 2.1765707916023223 41.438169985196154, 2.1767445765017928 41.43878331606983, 2.1769750125250003 41.43938606457009, 2.177260978442984 41.439975293831715, 2.1776010823523895 41.44054813278231, 2.177993668431482 41.44110179013797, 2.1784368249851256 41.44163356801115, 2.178928393739956 41.44214087506474, 2.1794659803448386 41.44262123914788, 2.1800469660257136 41.4430723193518, 2.180668520338268 41.44349191742652, 2.1813276149563996 41.4438779885029, 2.182021038429332 41.44422865106727, 2.1827454118354126 41.44454219613993, 2.1834972052561827 41.44481709561255, 2.1842727549902103 41.44505200970367, 2.1850682814225144 41.44524579349568, 2.1858799074621165 41.445397502521274, 2.1867036774574413 41.44550639737211, 2.187535576496892 41.44557194730685, 2.18837155 41.4455938328412)))\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/sales/search-comparables","description":"<p><strong>Note:</strong></p>\n<p>This endpoint returns a max of 20 results per request</p>\n<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>typeId</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>CASA(1),PISO(2),ATICO(3),DUPLEX(4),LOCAL(5),NAVE(6),OTROS(7),VIVIENDA_UNDEFINED(8),GARAJE(9),TRASTERO(10),EDIFICIO(11),OFICINA(12),TERRENO(13),HABITACION(14);\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","sales","search-comparables"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"d509ebeb-34a8-4b9e-8b72-ab446accf461","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sortBy\": \"RELEVANCE\",\n    \"orderBy\": \"DESC\",\n    \"type\": 1,\n    \"propertyVo\": {\n        \"typeId\": 1,\n        \"sqm\": 168,\n        \"latitude\": 41.43661068,\n        \"longitude\": 2.18837155\n    },\n    \"dateFrom\": null,\n    \"dateTo\": null,\n    \"polygonArea\": \"MULTIPOLYGON (((2.18837155 41.4455938328412, 2.1892075235031077 41.44557194730685, 2.1900394225425583 41.44550639737211, 2.1908631925378836 41.445397502521274, 2.1916748185774857 41.44524579349568, 2.1924703450097898 41.44505200970367, 2.1932458947438174 41.44481709561255, 2.193997688164587 41.44454219613993, 2.194722061570668 41.44422865106727, 2.1954154850435996 41.4438779885029, 2.196074579661732 41.44349191742652, 2.196696133974286 41.4430723193518, 2.1972771196551615 41.44262123914788, 2.1978147062600435 41.44214087506474, 2.198306275014874 41.44163356801115, 2.198749431568517 41.44110179013797, 2.1991420176476097 41.44054813278231, 2.1994821215570157 41.439975293831715, 2.199768087474999 41.43938606457009, 2.1999985234982065 41.43878331606983, 2.2001723083976774 41.438169985196154, 2.2002885970534685 41.43754906029261, 2.2003468245419557 41.43692356661709, 2.200346708856489 41.43629655159974, 2.2002882522487544 41.43567106999443, 2.200171741184947 41.435050168996376, 2.199997744917609 41.43443687339817, 2.1997671126807186 41.43383417085678, 2.1994809695223134 41.433244997342875, 2.199140710795529 41.43267222284377, 2.198747995335445 41.43211863738892, 2.1983047373554534 41.43158693746639, 2.1978130971030643 41.431079712896086, 2.197275470321033 41.43059943422338, 2.1966944765654213 41.43014844069469, 2.1960729464377087 41.42972892887291, 2.1954139077932675 41.429342941948384, 2.1947205709934097 41.42899235979686, 2.1939963132727955 41.428678889832895, 2.1932446622981985 41.42840405870292, 2.192469278998497 41.42816920485816, 2.191673939749218 41.42797547204362, 2.1908625179980357 41.42782380373438, 2.190038965420282 41.427714938546295, 2.189207292695768 41.427649406643326, 2.18837155 41.427627527158805, 2.1875358073042315 41.427649406643326, 2.1867041345797182 41.427714938546295, 2.185880582001964 41.42782380373438, 2.1850691602507815 41.42797547204362, 2.1842738210015025 41.42816920485816, 2.183498437701801 41.42840405870292, 2.182746786727204 41.428678889832895, 2.18202252900659 41.42899235979686, 2.1813291922067326 41.429342941948384, 2.180670153562291 41.42972892887291, 2.1800486234345784 41.43014844069469, 2.1794676296789666 41.43059943422338, 2.1789300028969354 41.431079712896086, 2.1784383626445463 41.43158693746639, 2.177995104664554 41.43211863738892, 2.1776023892044702 41.43267222284377, 2.1772621304776862 41.433244997342875, 2.1769759873192807 41.43383417085678, 2.1767453550823905 41.43443687339817, 2.176571358815053 41.435050168996376, 2.1764548477512458 41.43567106999443, 2.1763963911435105 41.43629655159974, 2.176396275458044 41.43692356661709, 2.176454502946531 41.43754906029261, 2.1765707916023223 41.438169985196154, 2.1767445765017928 41.43878331606983, 2.1769750125250003 41.43938606457009, 2.177260978442984 41.439975293831715, 2.1776010823523895 41.44054813278231, 2.177993668431482 41.44110179013797, 2.1784368249851256 41.44163356801115, 2.178928393739956 41.44214087506474, 2.1794659803448386 41.44262123914788, 2.1800469660257136 41.4430723193518, 2.180668520338268 41.44349191742652, 2.1813276149563996 41.4438779885029, 2.182021038429332 41.44422865106727, 2.1827454118354126 41.44454219613993, 2.1834972052561827 41.44481709561255, 2.1842727549902103 41.44505200970367, 2.1850682814225144 41.44524579349568, 2.1858799074621165 41.445397502521274, 2.1867036774574413 41.44550639737211, 2.187535576496892 41.44557194730685, 2.18837155 41.4455938328412)))\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/sales/search-comparables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\",\n        \"streetName\": \"MATAGALLS\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Matagalls, 1-30\",\n        \"constructionYear\": 2004,\n        \"deedDate\": \"2021-06-01\",\n        \"sqm\": 151.05,\n        \"price\": 510000,\n        \"priceSqm\": 3376.37,\n        \"latitude\": 41.43676196,\n        \"longitude\": 2.18806843,\n        \"score\": 242.84358352,\n        \"distance\": 30.35544794,\n        \"buildingId\": \"ES.SDGC.BU.2277601DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f4655a3cd896e7888de59661f3b28ed4cacafc4b2cc22491e31e30b06d9c7029\",\n        \"streetName\": \"PONS I GALLARZA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Pons I Gallarza, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2023-03-01\",\n        \"sqm\": 197,\n        \"price\": 500000,\n        \"priceSqm\": 2538.07,\n        \"latitude\": 41.43538324,\n        \"longitude\": 2.18862767,\n        \"score\": 276.2909962,\n        \"distance\": 138.1454981,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"d1904b6ed94cd23c1175be8cd18b1755db00dda65d0345bf9a83e4331ae59cda\",\n        \"streetName\": \"RECESVINT\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Recesvint, 1-30\",\n        \"constructionYear\": 1881,\n        \"deedDate\": \"2023-09-01\",\n        \"sqm\": 133,\n        \"price\": 500000,\n        \"priceSqm\": 3759.4,\n        \"latitude\": 41.43808459,\n        \"longitude\": 2.18635687,\n        \"score\": 469.32189194,\n        \"distance\": 234.66094597,\n        \"buildingId\": \"ES.SDGC.BU.2178504DF3827G\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.2575.17.2178504DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f72445edad0bf52ada63bd9faa5df2030608b9945dbecca2296faeb7e6dfc732\",\n        \"streetName\": \"CABRERA\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Cabrera, 31-60\",\n        \"constructionYear\": 1936,\n        \"deedDate\": \"2023-07-01\",\n        \"sqm\": 138,\n        \"price\": 340000,\n        \"priceSqm\": 2463.77,\n        \"latitude\": 41.43596951,\n        \"longitude\": 2.18504369,\n        \"score\": 572.86459902,\n        \"distance\": 286.43229951,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"92519e8e82cbd72755c1f87677879c29e5e88bab92ddcfc08425fa48f4899cea\",\n        \"streetName\": \"SANT HIPOLIT\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Sant Hipolit, 31-60\",\n        \"constructionYear\": 1950,\n        \"deedDate\": \"2022-03-01\",\n        \"sqm\": 203.56,\n        \"price\": 618000,\n        \"priceSqm\": 3035.96,\n        \"latitude\": 41.43767199,\n        \"longitude\": 2.18652815,\n        \"score\": 775.0166344,\n        \"distance\": 193.7541586,\n        \"buildingId\": \"ES.SDGC.BU.2178214DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"501b2a0d3d7ed2c8e4f359a4c85dae1b73950f28146876bd18d7dd324e805be5\",\n        \"streetName\": \"PALMERES\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Palmeres, 1-30\",\n        \"constructionYear\": 2006,\n        \"deedDate\": \"2022-11-01\",\n        \"sqm\": 152.12,\n        \"price\": 320000,\n        \"priceSqm\": 2103.6,\n        \"latitude\": 41.43308404,\n        \"longitude\": 2.18621787,\n        \"score\": 862.58226548,\n        \"distance\": 431.29113274,\n        \"buildingId\": \"ES.SDGC.BU.2073509DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"4505ba74167942591f6a283a1372655f66fe1bc437411d31d4d6ca4ab273e366\",\n        \"streetName\": \"MONTPELLER\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Montpeller, 1-30\",\n        \"constructionYear\": 1936,\n        \"deedDate\": \"2022-04-01\",\n        \"sqm\": 147.9,\n        \"price\": 540000,\n        \"priceSqm\": 3651.12,\n        \"latitude\": 41.43474831,\n        \"longitude\": 2.18737138,\n        \"score\": 892.96460496,\n        \"distance\": 223.24115124,\n        \"buildingId\": \"ES.SDGC.BU.2175706DF3827E\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"573feed12a56056aff94896c6127034d8bdc97087d1737cc1898e7adeba0638f\",\n        \"streetName\": \"COMERÇ\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Comerç, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-07-01\",\n        \"sqm\": 182,\n        \"price\": 740000,\n        \"priceSqm\": 4065.93,\n        \"latitude\": 41.43497515,\n        \"longitude\": 2.19002333,\n        \"score\": 912.44197312,\n        \"distance\": 228.11049328,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"27232a6abebc6ca95fd771a7497caa874bf6a0d87d70eef0d77648215de262fd\",\n        \"streetName\": \"AGUSTI I MILA\",\n        \"streetNumber\": \"61-90\",\n        \"address\": \"Agusti I Mila, 61-90\",\n        \"constructionYear\": 2009,\n        \"deedDate\": \"2022-09-01\",\n        \"sqm\": 158.47,\n        \"priceSqm\": 3028.96,\n        \"latitude\": 41.43848876,\n        \"longitude\": 2.18665144,\n        \"score\": 1013.28646092,\n        \"distance\": 253.32161523,\n        \"buildingId\": \"ES.SDGC.BU.2178512DF3827G\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.38.73.2178512DF3827G\",\n        \"plan\": 5,\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"55130e4253c7dc48309144f9d3f2ebcaf5dbd6b07aaf03df29d3116072056458\",\n        \"streetName\": \"RAMON BATLLE\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ramon Batlle, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-12-01\",\n        \"sqm\": 150.74,\n        \"price\": 250000,\n        \"priceSqm\": 1658.48,\n        \"latitude\": 41.43194155,\n        \"longitude\": 2.19035292,\n        \"score\": 1089.65209528,\n        \"distance\": 544.82604764,\n        \"buildingId\": \"ES.SDGC.BU.2472804DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"e940e1ab8ef2daba9466dfb391467f8600fc39352838babcd77105f5b2535c0d\",\n        \"streetName\": \"RAMON BATLLE\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ramon Batlle, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2023-01-01\",\n        \"sqm\": 150.74,\n        \"price\": 355000,\n        \"priceSqm\": 2355.05,\n        \"latitude\": 41.43194155,\n        \"longitude\": 2.19035292,\n        \"score\": 1089.65209528,\n        \"distance\": 544.82604764,\n        \"buildingId\": \"ES.SDGC.BU.2472804DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"adeb1880d05216058e935ae88c61388b97e6544b98542a865d551757ddc5791d\",\n        \"streetName\": \"RUBEN DARIO\",\n        \"streetNumber\": \"91-120\",\n        \"address\": \"Ruben Dario, 91-120\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-10-01\",\n        \"sqm\": 143.7,\n        \"price\": 450000,\n        \"priceSqm\": 3131.52,\n        \"latitude\": 41.43452388,\n        \"longitude\": 2.18532699,\n        \"score\": 1375.5573138,\n        \"distance\": 343.88932845,\n        \"buildingId\": \"ES.SDGC.BU.2074406DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"42020f84c596e5bd973d3cf4320de3b21af6818d54ecd3f28f3bcbfa24ed8b23\",\n        \"streetName\": \"CUBA\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Cuba, 31-60\",\n        \"constructionYear\": 1998,\n        \"deedDate\": \"2023-03-01\",\n        \"sqm\": 148.72,\n        \"price\": 619000,\n        \"priceSqm\": 4162.18,\n        \"latitude\": 41.42916396,\n        \"longitude\": 2.1889777,\n        \"score\": 1659.15818374,\n        \"distance\": 829.57909187,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f4466f2a555c0d2c509b29eed183dd49ec45237e62ac545e73a4cd66c22a487e\",\n        \"streetName\": \"MONTPELLER\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Montpeller, 31-60\",\n        \"constructionYear\": 1940,\n        \"deedDate\": \"2020-12-01\",\n        \"sqm\": 148.09,\n        \"price\": 350000,\n        \"priceSqm\": 2363.43,\n        \"latitude\": 41.43480172,\n        \"longitude\": 2.18610508,\n        \"score\": 2207.74442112,\n        \"distance\": 275.96805264,\n        \"buildingId\": \"ES.SDGC.BU.2175207DF3827E\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"562320a8de1fba1f0835c103678026b0c00a59a175d630459c98514f13613503\",\n        \"streetName\": \"VALLES\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Valles, 31-60\",\n        \"constructionYear\": 1890,\n        \"deedDate\": \"2022-10-01\",\n        \"sqm\": 136.25,\n        \"price\": 385000,\n        \"priceSqm\": 2825.69,\n        \"latitude\": 41.43129481,\n        \"longitude\": 2.18679123,\n        \"score\": 2422.40805764,\n        \"distance\": 605.60201441,\n        \"buildingId\": \"ES.SDGC.BU.2171515DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"429aff462f2735e48bdbf8675eea27253c0f82335bc6466c022e884b981a1a35\",\n        \"streetName\": \"LIUVA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Liuva, 1-30\",\n        \"constructionYear\": 1870,\n        \"deedDate\": \"2022-07-01\",\n        \"sqm\": 187,\n        \"price\": 630000,\n        \"priceSqm\": 3368.98,\n        \"latitude\": 41.43093224,\n        \"longitude\": 2.19099896,\n        \"score\": 2673.30676496,\n        \"distance\": 668.32669124,\n        \"buildingId\": \"ES.SDGC.BU.2471703DF3827A\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"c5618b053107807155268f980414b9dcae0d820eebe55fa7a251b4fa8a799ffc\",\n        \"streetName\": \"IGNASI IGLESIAS\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Ignasi Iglesias, 31-60\",\n        \"constructionYear\": 1955,\n        \"deedDate\": \"2021-06-01\",\n        \"sqm\": 162,\n        \"priceSqm\": 4074.07,\n        \"latitude\": 41.43358882,\n        \"longitude\": 2.18774046,\n        \"score\": 2720.87432248,\n        \"distance\": 340.10929031,\n        \"buildingId\": \"ES.SDGC.BU.2273402DF3827C\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.7007.45.2273402DF3827C\",\n        \"plan\": 5,\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"830191447385b1a7b97788cd4bf85b5e7bda98238e6fbd7411f900c5200c069f\",\n        \"streetName\": \"IGNASI IGLESIAS\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ignasi Iglesias, 1-30\",\n        \"constructionYear\": 2002,\n        \"deedDate\": \"2020-12-01\",\n        \"sqm\": 217.12,\n        \"price\": 480000,\n        \"priceSqm\": 2210.76,\n        \"latitude\": 41.433324,\n        \"longitude\": 2.188552,\n        \"score\": 2926.17687768,\n        \"distance\": 365.77210971,\n        \"buildingId\": \"ES.SDGC.BU.2273415DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"7710b8d6285231752bc33c19ef2039b82ebf02c50667be469c3d73e9eda2aa53\",\n        \"streetName\": \"GRAN DE SANT ANDREU\",\n        \"streetNumber\": \"181-210\",\n        \"address\": \"Gran De Sant Andreu, 181-210\",\n        \"constructionYear\": 1950,\n        \"deedDate\": \"2021-05-01\",\n        \"sqm\": 141.61,\n        \"price\": 585000,\n        \"priceSqm\": 4131.06,\n        \"latitude\": 41.43328932,\n        \"longitude\": 2.18927696,\n        \"score\": 3015.62260392,\n        \"distance\": 376.95282549,\n        \"buildingId\": \"ES.SDGC.BU.2273421DF3827C\",\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"876e3403ceeae3dacdcf4edaa2c84b1dd67d9d1c58e6f53d0597e676edf03759\",\n        \"streetName\": \"SANT SEBASTIA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Sant Sebastia, 1-30\",\n        \"constructionYear\": 2004,\n        \"deedDate\": \"2021-12-01\",\n        \"sqm\": 159,\n        \"price\": 410000,\n        \"priceSqm\": 2578.62,\n        \"latitude\": 41.42983498,\n        \"longitude\": 2.19129324,\n        \"score\": 3167.26880892,\n        \"distance\": 791.81720223,\n        \"buildingId\": \"ES.SDGC.BU.2469716DF3826G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    }\n]"}],"_postman_id":"9a129807-3816-41b2-b684-5f71779a6369"}],"id":"276f0389-b7aa-4569-94b6-2ba1785ab62b","description":"<p>Sales endpoints would provide access to real-time and historical sales data, allowing developers to retrieve, analyze, and utilize detailed sales information for e-commerce platforms, retail chains, or individual stores</p>\n","_postman_id":"276f0389-b7aa-4569-94b6-2ba1785ab62b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Insights","item":[{"name":"data","id":"47773959-0f12-42f4-a6eb-86e6f6856dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"latitude\": \"41.44089228737786\",\n\"longitude\": \"2.188878455227394\",\n\"chartId\": \"1\",\n\"comparableRequestVo\": {\n    \"listingType\": \"1\",\n    \"propertyTypeList\":[1,2,3,4,7,8]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/insights","description":"<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>propertyTypeId</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>CASA(1),PISO(2),ATICO(3),DUPLEX(4),LOCAL(5),NAVE(6),OTROS(7),VIVIENDA_UNDEFINED(8),GARAJE(9),TRASTERO(10),EDIFICIO(11),OFICINA(12),TERRENO(13),HABITACION(14);\n\n</code></pre><p><code>chartId</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PRICE_LISTING_EVOLUTION(1), //evolución precio m2 anuncios\n    SUPPLY_AND_DEMAND(2),\n    PRICE_DISTRIBUTION(3), //Distribución por precio\n    PRICE_SQM_DISTRIBUTION(4), // Distribución por Euros / m2\n    DEED_DATE_SALES_DISTRIBUTION(5),\n    PRICE_SALES_EVOLUTION(6), //evolución precio ventas reales\n    AREA_PRICE_SQM(7), //Area - Ordenación por Precio m2\n    AREA_PRICE(8), //Area - Ordenación por Precio\n    AREA_LISTINGS_PUBLISHED(9), //Area - Ordenación por número de anuncios publicados\n    AREA_LISTINGS_RETIRED(10), // Area - Ordenación por número de anuncios retirados\n    ADVERTISER_TYPE_DISTRIBUTION(11), //Distribución por tipo de anunciante\n    AGENCY_DISTRIBUTION(12), //Distribución por agencias\n    STATE_TYPE_DISTRIBUTION(13), //Distribución por estado de la vivienda\n    PROPERTY_CATEGORY_DISTRIBUTION(14), //Distribución por tipo de propiedad\n    PRICE_DISTRIBUTION_RENTALS(15), //Distribución por precio (alquiler largo)\n    PRICE_SQM_DISTRIBUTION_RENTALS(16), // Distribución por Euros / m2 (alquiler largo)\n    ADVERTISER_TYPE_DISTRIBUTION_RENTALS(17), //Distribución por tipo de anunciante (alquiler largo)\n    AGENCY_DISTRIBUTION_RENTALS(18), //Distribución por agencias (alquiler largo)\n    PROPERTY_CATEGORY_DISTRIBUTION_RENTALS(19), //Distribución por tipo de propiedad (alquiler largo)\n    AREA_LISTINGS_FSBO(20), //Area - Ordenación por número de anuncios publicados de Venta de particulares\n    AREA_LISTINGS_NEWBUILD(21), //Area - Ordenación por número de anuncios publicados de Obra Nueva\n    AREA_PRICE_SQM_NEWBUILD(22), //Area - Ordenación por precio m2 de Venta de Obra Nueva\n    AREA_PRICE_NEWBUILD(23), //Area - Ordenación por precio de Venta de Obra Nueva\n    AREA_PRICE_SQM_RENTALS(24), //Area - Ordenación por Precio m2 (Alquiler largo)\n    AREA_LISTINGS_PUBLISHED_RENTALS(25), //Area - Ordenación por número de anuncios publicados (Alquiler largo)\n    AREA_LISTINGS_RETIRED_RENTALS(26), // Area - Ordenación por número de anuncios retirados (Alquiler largo)\n    CADASTRE_PROPERTY_TYPE_DISTRIBUTION(27), //Catastro - Distribución por tipología de construcción\n    CADASTRE_USE_DISTRIBUTION(28), // Catastro - Distribución edificios por uso\n    CADASTRE_CONSTRUCTION_YEAR_DISTRIBUTION(29), // Catastro - Distribución por año de construcción\n    CADASTRE_UNITS_DISTRIBUTION(30), //Catastro - Distribución unidades por área\n    CADASTRE_ENERGY_DISTRIBUTION(32), //Catastro - Distribución de unidades por certificado energético\n    DEMOGRAPHICS_NATIONALITY(33), //Demographics - Población extranjera por nacionalidad\n    DEMOGRAPHICS_PEOPLE_PER_HOUSE(34), // Demographics - Personas por hogar\n    DEMOGRAPHICS_POPULATION_EVOLUTION(35), // Demographics - Evolución de la población\n    DEMOGRAPHICS_SALARY_EVOLUTION(36), // Demographics - Evolución del salario bruto\n    DEMOGRAPHICS_TENENCY(37), // Demographics - Régimen de tenencia de la vivienda\n    DEMOGRAPHICS_AGE(38), // Demographics - Edad media\n    DAYS_IN_MARKET(39), // Dias en el mercado\n    DAYS_IN_MARKET_RENTALS(40), // Dias en el mercado (rentals)\n    LISTING_PRICE_VARIATION(41), //Distribución por variación de precio publicado y retirado\n    LISTING_PRICE_VARIATION_PERCENTAGE(42), //Distribución por variación de precio publicado y retirado (Percentage)\n    SALES_CONSTRUCTION_YEAR_DISTRIBUTION(43), //Ventas reales - Distribución por fecha de construccion\n    PRICE_LISTING_EVOLUTION_RENTALS(44), //Alquiler largo plazo - Precio m2 de anuncios retirados\n    LISTINGS_PUBLISHED_DISTRIBUTION(45), //Venta - Anuncios Publicados\n    LISTINGS_PUBLISHED_DISTRIBUTION_RENTALS(46), //Alquiler - Anuncios Publicados\n    LISTINGS_RETIRED_DISTRIBUTION(47), //Venta - Anuncios Retirados\n    LISTINGS_RETIRED_DISTRIBUTION_RENTALS(48),//Alquiler - Anuncios Retirados\n    SUPPLY_AND_DEMAND_RENTALS(49),\n    PRICE_SQM_SALES_EVOLUTION(50),\n    LISTING_SUMMARY(51),\n    PRICE_LISTING_EVOLUTION_LF(52), //evolución precio m2 anuncios;\n    LISTINGS_RETIRED_DISTRIBUTION_LF(53); //Venta - Anuncios Retirados\n\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","insights"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"6832e6eb-1ce6-4d89-8912-c727b797cc1b","name":"by areaId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"areaId\":\"2a353f1a-2570-41af-a4b6-99fdb4388278\",\n\"chartId\": \"1\",\n\"comparableRequestVo\": {\n    \"listingType\": \"1\",\n    \"propertyTypeList\":[1,2,3,4,7,8]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/insights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\",\n        \"streetName\": \"MATAGALLS\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Matagalls, 1-30\",\n        \"constructionYear\": 2004,\n        \"deedDate\": \"2021-06-01\",\n        \"sqm\": 151.05,\n        \"price\": 510000,\n        \"priceSqm\": 3376.37,\n        \"latitude\": 41.43676196,\n        \"longitude\": 2.18806843,\n        \"score\": 242.84358352,\n        \"distance\": 30.35544794,\n        \"buildingId\": \"ES.SDGC.BU.2277601DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f4655a3cd896e7888de59661f3b28ed4cacafc4b2cc22491e31e30b06d9c7029\",\n        \"streetName\": \"PONS I GALLARZA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Pons I Gallarza, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2023-03-01\",\n        \"sqm\": 197,\n        \"price\": 500000,\n        \"priceSqm\": 2538.07,\n        \"latitude\": 41.43538324,\n        \"longitude\": 2.18862767,\n        \"score\": 276.2909962,\n        \"distance\": 138.1454981,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"d1904b6ed94cd23c1175be8cd18b1755db00dda65d0345bf9a83e4331ae59cda\",\n        \"streetName\": \"RECESVINT\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Recesvint, 1-30\",\n        \"constructionYear\": 1881,\n        \"deedDate\": \"2023-09-01\",\n        \"sqm\": 133,\n        \"price\": 500000,\n        \"priceSqm\": 3759.4,\n        \"latitude\": 41.43808459,\n        \"longitude\": 2.18635687,\n        \"score\": 469.32189194,\n        \"distance\": 234.66094597,\n        \"buildingId\": \"ES.SDGC.BU.2178504DF3827G\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.2575.17.2178504DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f72445edad0bf52ada63bd9faa5df2030608b9945dbecca2296faeb7e6dfc732\",\n        \"streetName\": \"CABRERA\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Cabrera, 31-60\",\n        \"constructionYear\": 1936,\n        \"deedDate\": \"2023-07-01\",\n        \"sqm\": 138,\n        \"price\": 340000,\n        \"priceSqm\": 2463.77,\n        \"latitude\": 41.43596951,\n        \"longitude\": 2.18504369,\n        \"score\": 572.86459902,\n        \"distance\": 286.43229951,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"92519e8e82cbd72755c1f87677879c29e5e88bab92ddcfc08425fa48f4899cea\",\n        \"streetName\": \"SANT HIPOLIT\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Sant Hipolit, 31-60\",\n        \"constructionYear\": 1950,\n        \"deedDate\": \"2022-03-01\",\n        \"sqm\": 203.56,\n        \"price\": 618000,\n        \"priceSqm\": 3035.96,\n        \"latitude\": 41.43767199,\n        \"longitude\": 2.18652815,\n        \"score\": 775.0166344,\n        \"distance\": 193.7541586,\n        \"buildingId\": \"ES.SDGC.BU.2178214DF3827G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"501b2a0d3d7ed2c8e4f359a4c85dae1b73950f28146876bd18d7dd324e805be5\",\n        \"streetName\": \"PALMERES\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Palmeres, 1-30\",\n        \"constructionYear\": 2006,\n        \"deedDate\": \"2022-11-01\",\n        \"sqm\": 152.12,\n        \"price\": 320000,\n        \"priceSqm\": 2103.6,\n        \"latitude\": 41.43308404,\n        \"longitude\": 2.18621787,\n        \"score\": 862.58226548,\n        \"distance\": 431.29113274,\n        \"buildingId\": \"ES.SDGC.BU.2073509DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"4505ba74167942591f6a283a1372655f66fe1bc437411d31d4d6ca4ab273e366\",\n        \"streetName\": \"MONTPELLER\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Montpeller, 1-30\",\n        \"constructionYear\": 1936,\n        \"deedDate\": \"2022-04-01\",\n        \"sqm\": 147.9,\n        \"price\": 540000,\n        \"priceSqm\": 3651.12,\n        \"latitude\": 41.43474831,\n        \"longitude\": 2.18737138,\n        \"score\": 892.96460496,\n        \"distance\": 223.24115124,\n        \"buildingId\": \"ES.SDGC.BU.2175706DF3827E\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"573feed12a56056aff94896c6127034d8bdc97087d1737cc1898e7adeba0638f\",\n        \"streetName\": \"COMERÇ\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Comerç, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-07-01\",\n        \"sqm\": 182,\n        \"price\": 740000,\n        \"priceSqm\": 4065.93,\n        \"latitude\": 41.43497515,\n        \"longitude\": 2.19002333,\n        \"score\": 912.44197312,\n        \"distance\": 228.11049328,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"27232a6abebc6ca95fd771a7497caa874bf6a0d87d70eef0d77648215de262fd\",\n        \"streetName\": \"AGUSTI I MILA\",\n        \"streetNumber\": \"61-90\",\n        \"address\": \"Agusti I Mila, 61-90\",\n        \"constructionYear\": 2009,\n        \"deedDate\": \"2022-09-01\",\n        \"sqm\": 158.47,\n        \"priceSqm\": 3028.96,\n        \"latitude\": 41.43848876,\n        \"longitude\": 2.18665144,\n        \"score\": 1013.28646092,\n        \"distance\": 253.32161523,\n        \"buildingId\": \"ES.SDGC.BU.2178512DF3827G\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.38.73.2178512DF3827G\",\n        \"plan\": 5,\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"55130e4253c7dc48309144f9d3f2ebcaf5dbd6b07aaf03df29d3116072056458\",\n        \"streetName\": \"RAMON BATLLE\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ramon Batlle, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-12-01\",\n        \"sqm\": 150.74,\n        \"price\": 250000,\n        \"priceSqm\": 1658.48,\n        \"latitude\": 41.43194155,\n        \"longitude\": 2.19035292,\n        \"score\": 1089.65209528,\n        \"distance\": 544.82604764,\n        \"buildingId\": \"ES.SDGC.BU.2472804DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"e940e1ab8ef2daba9466dfb391467f8600fc39352838babcd77105f5b2535c0d\",\n        \"streetName\": \"RAMON BATLLE\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ramon Batlle, 1-30\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2023-01-01\",\n        \"sqm\": 150.74,\n        \"price\": 355000,\n        \"priceSqm\": 2355.05,\n        \"latitude\": 41.43194155,\n        \"longitude\": 2.19035292,\n        \"score\": 1089.65209528,\n        \"distance\": 544.82604764,\n        \"buildingId\": \"ES.SDGC.BU.2472804DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"adeb1880d05216058e935ae88c61388b97e6544b98542a865d551757ddc5791d\",\n        \"streetName\": \"RUBEN DARIO\",\n        \"streetNumber\": \"91-120\",\n        \"address\": \"Ruben Dario, 91-120\",\n        \"constructionYear\": 1900,\n        \"deedDate\": \"2022-10-01\",\n        \"sqm\": 143.7,\n        \"price\": 450000,\n        \"priceSqm\": 3131.52,\n        \"latitude\": 41.43452388,\n        \"longitude\": 2.18532699,\n        \"score\": 1375.5573138,\n        \"distance\": 343.88932845,\n        \"buildingId\": \"ES.SDGC.BU.2074406DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"42020f84c596e5bd973d3cf4320de3b21af6818d54ecd3f28f3bcbfa24ed8b23\",\n        \"streetName\": \"CUBA\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Cuba, 31-60\",\n        \"constructionYear\": 1998,\n        \"deedDate\": \"2023-03-01\",\n        \"sqm\": 148.72,\n        \"price\": 619000,\n        \"priceSqm\": 4162.18,\n        \"latitude\": 41.42916396,\n        \"longitude\": 2.1889777,\n        \"score\": 1659.15818374,\n        \"distance\": 829.57909187,\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"f4466f2a555c0d2c509b29eed183dd49ec45237e62ac545e73a4cd66c22a487e\",\n        \"streetName\": \"MONTPELLER\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Montpeller, 31-60\",\n        \"constructionYear\": 1940,\n        \"deedDate\": \"2020-12-01\",\n        \"sqm\": 148.09,\n        \"price\": 350000,\n        \"priceSqm\": 2363.43,\n        \"latitude\": 41.43480172,\n        \"longitude\": 2.18610508,\n        \"score\": 2207.74442112,\n        \"distance\": 275.96805264,\n        \"buildingId\": \"ES.SDGC.BU.2175207DF3827E\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"562320a8de1fba1f0835c103678026b0c00a59a175d630459c98514f13613503\",\n        \"streetName\": \"VALLES\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Valles, 31-60\",\n        \"constructionYear\": 1890,\n        \"deedDate\": \"2022-10-01\",\n        \"sqm\": 136.25,\n        \"price\": 385000,\n        \"priceSqm\": 2825.69,\n        \"latitude\": 41.43129481,\n        \"longitude\": 2.18679123,\n        \"score\": 2422.40805764,\n        \"distance\": 605.60201441,\n        \"buildingId\": \"ES.SDGC.BU.2171515DF3827A\",\n        \"propertyTypeId\": 1,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"429aff462f2735e48bdbf8675eea27253c0f82335bc6466c022e884b981a1a35\",\n        \"streetName\": \"LIUVA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Liuva, 1-30\",\n        \"constructionYear\": 1870,\n        \"deedDate\": \"2022-07-01\",\n        \"sqm\": 187,\n        \"price\": 630000,\n        \"priceSqm\": 3368.98,\n        \"latitude\": 41.43093224,\n        \"longitude\": 2.19099896,\n        \"score\": 2673.30676496,\n        \"distance\": 668.32669124,\n        \"buildingId\": \"ES.SDGC.BU.2471703DF3827A\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"c5618b053107807155268f980414b9dcae0d820eebe55fa7a251b4fa8a799ffc\",\n        \"streetName\": \"IGNASI IGLESIAS\",\n        \"streetNumber\": \"31-60\",\n        \"address\": \"Ignasi Iglesias, 31-60\",\n        \"constructionYear\": 1955,\n        \"deedDate\": \"2021-06-01\",\n        \"sqm\": 162,\n        \"priceSqm\": 4074.07,\n        \"latitude\": 41.43358882,\n        \"longitude\": 2.18774046,\n        \"score\": 2720.87432248,\n        \"distance\": 340.10929031,\n        \"buildingId\": \"ES.SDGC.BU.2273402DF3827C\",\n        \"buildingAddressId\": \"ES.SDGC.AD.08.900.7007.45.2273402DF3827C\",\n        \"plan\": 5,\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"830191447385b1a7b97788cd4bf85b5e7bda98238e6fbd7411f900c5200c069f\",\n        \"streetName\": \"IGNASI IGLESIAS\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Ignasi Iglesias, 1-30\",\n        \"constructionYear\": 2002,\n        \"deedDate\": \"2020-12-01\",\n        \"sqm\": 217.12,\n        \"price\": 480000,\n        \"priceSqm\": 2210.76,\n        \"latitude\": 41.433324,\n        \"longitude\": 2.188552,\n        \"score\": 2926.17687768,\n        \"distance\": 365.77210971,\n        \"buildingId\": \"ES.SDGC.BU.2273415DF3827C\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"7710b8d6285231752bc33c19ef2039b82ebf02c50667be469c3d73e9eda2aa53\",\n        \"streetName\": \"GRAN DE SANT ANDREU\",\n        \"streetNumber\": \"181-210\",\n        \"address\": \"Gran De Sant Andreu, 181-210\",\n        \"constructionYear\": 1950,\n        \"deedDate\": \"2021-05-01\",\n        \"sqm\": 141.61,\n        \"price\": 585000,\n        \"priceSqm\": 4131.06,\n        \"latitude\": 41.43328932,\n        \"longitude\": 2.18927696,\n        \"score\": 3015.62260392,\n        \"distance\": 376.95282549,\n        \"buildingId\": \"ES.SDGC.BU.2273421DF3827C\",\n        \"propertyTypeId\": 8,\n        \"units\": [],\n        \"aggregated\": true\n    },\n    {\n        \"id\": \"876e3403ceeae3dacdcf4edaa2c84b1dd67d9d1c58e6f53d0597e676edf03759\",\n        \"streetName\": \"SANT SEBASTIA\",\n        \"streetNumber\": \"1-30\",\n        \"address\": \"Sant Sebastia, 1-30\",\n        \"constructionYear\": 2004,\n        \"deedDate\": \"2021-12-01\",\n        \"sqm\": 159,\n        \"price\": 410000,\n        \"priceSqm\": 2578.62,\n        \"latitude\": 41.42983498,\n        \"longitude\": 2.19129324,\n        \"score\": 3167.26880892,\n        \"distance\": 791.81720223,\n        \"buildingId\": \"ES.SDGC.BU.2469716DF3826G\",\n        \"propertyTypeId\": 2,\n        \"units\": [],\n        \"aggregated\": true\n    }\n]"},{"id":"3ad47af9-ed71-4d44-b870-11f9291b8222","name":"search by lat long","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"latitude\": \"41.44089228737786\",\n\"longitude\": \"2.188878455227394\",\n\"chartId\": \"1\",\n\"comparableRequestVo\": {\n    \"listingType\": \"1\",\n    \"propertyTypeList\":[1,2,3,4,7,8]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/insights"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"47773959-0f12-42f4-a6eb-86e6f6856dea"}],"id":"e8e89127-c9b7-4508-a880-f1dfa9c0a360","description":"<p>Insights</p>\n","_postman_id":"e8e89127-c9b7-4508-a880-f1dfa9c0a360","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Cadastre","item":[{"name":"search-addresses","id":"3eeaee73-51c8-4991-8da0-f2e7aaecf946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"latitude\": 41.374968532338414,  \n  \"longitude\": 2.126771824874616,\n  \"streetAddress\": \"Carrer Ventura Plaja\",\n  \"streetNumber\": \"14\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/cadastre/search-addresses","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","cadastre","search-addresses"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"a6d2b278-1eb4-44d7-9055-6df662984cf7","name":"search-addresses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"latitude\": 41.374968532338414,  \n  \"longitude\": 2.126771824874616,\n  \"streetAddress\": \"Carrer Ventura Plaja\",\n  \"streetNumber\": \"14\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/cadastre/search-addresses"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3eeaee73-51c8-4991-8da0-f2e7aaecf946"}],"id":"7a854947-d6ca-45a9-a039-858e688fb4b1","description":"<p>Cadastre</p>\n","_postman_id":"7a854947-d6ca-45a9-a039-858e688fb4b1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Collections","item":[{"name":"Create Collection","id":"7d8c9408-052c-403b-bc98-d0801a505d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"nueva\"}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/collections","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","collections"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"1aa287f5-bc52-4d5d-aef9-58015430f7fd","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"nueva\"}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"\n    {\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\"\n    }\n"}],"_postman_id":"7d8c9408-052c-403b-bc98-d0801a505d0b"}],"id":"ec3d98b8-4c0a-4bf1-b218-0e699d403289","description":"<p>Create collections to organize and share your ads with customers.<br />Connect them to alerts to automatically add new ads, keeping them always<br />up to date without extra effort.</p>\n","_postman_id":"ec3d98b8-4c0a-4bf1-b218-0e699d403289","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}},{"name":"Alerts","item":[{"name":"Create Alert","id":"4a0b9317-cb93-4e40-ab6c-3d5cc7123b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"emailNotification\": true,\n    \"whatsappNotification\": false,\n    \"name\": \"tsdt\",\n    \"periodicity\": 2,\n    \"request\": {\n        \"type\": 2,\n        \"propertyTypeList\": [\n            1,\n            2,\n            3,\n            4,\n            7,\n            8\n        ],\n        \"advertiserTypeList\": [],\n        \"heightList\": [],\n        \"stateTypeList\": [],\n        \"listingStatus\": [\n            1\n        ],\n        \"minBedrooms\": null,\n        \"minBathrooms\": null,\n        \"listingType\": 1,\n        \"minPrice\": null,\n        \"maxPrice\": null,\n        \"polygon\": \"MULTIPOLYGON (((2.10136662386756 41.54018777403863, 2.080767258633185 41.53915987022138, 2.061541184414435 41.53607606074268, 2.039568528164435 41.52373935245713, 2.03819523714881 41.521683005690825, 2.039568528164435 41.50625832205818, 2.045061692226935 41.498030321230914, 2.061541184414435 41.48260000191853, 2.072527512539435 41.476426845142136, 2.08763371371131 41.47128209865661, 2.11509953402381 41.4651078638813, 2.15629826449256 41.46613694384269, 2.176897629726935 41.467166007471306, 2.198870285976935 41.47128209865661, 2.21672306918006 41.477455745439045, 2.23045597933631 41.48980127496261, 2.231829270351935 41.49700174761919, 2.23045597933631 41.50625832205818, 2.226336106289435 41.51037193041993, 2.220842942226935 41.51448527740759, 2.218096360195685 41.51654185288472, 2.215349778164435 41.51757011611884, 2.21397648714881 41.51757011611884, 2.212603196133185 41.5185983630166, 2.10136662386756 41.54018777403863)))\"\n    },\n    \"listingAge\": 2,\n    \"listingAgeDays\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/alerts","description":"<ul>\n<li><p>The <strong>object</strong> that contains the following properties:</p>\n<ul>\n<li><p><code>listingType</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Set the type of listing, either Sales or Rentals<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>emailNotification</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Get new listings sent to your email address<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>whatsappNotification</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Get new listings sent to your whatsapp<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>name</code><br />  <strong>Type</strong>: String<br />  <strong>Explanation</strong>: Name given to your alert<br />  <strong>Example</strong>: \"Particulares in Barcelona\"</p>\n</li>\n<li><p><code>periodicity</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Indicates whether you want to receive alerts every 30 minutes or once daily<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>propertyTypeList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Specify the property types you would like to recieve (E.g. only penthouses and duplexes)<br />  <strong>Example</strong>: [1,2,5,7]</p>\n</li>\n<li><p><code>advertiserTypeIdList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Specifiy the advertiser types of the listings (E.g. Only particulares/fsbos)<br />  <strong>Example</strong>: [2,3]</p>\n</li>\n<li><p><code>stateTypeList</code><br />  <strong>Type</strong>: Array of Integers (Enum below)<br />  <strong>Explanation</strong>: Specifiy the condition of the listings (E.g. Properties in good condition or new builds)<br />  <strong>Example</strong>: [1,3]</p>\n</li>\n<li><p><code>minBedrooms</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: Minimum number of bedrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>minBathrooms</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Minimum number of bathrooms<br />  <strong>Example</strong>: 2</p>\n</li>\n<li><p><code>minPrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Minimum price<br />  <strong>Example</strong>: 500000.00</p>\n</li>\n<li><p><code>maxPrice</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Maximum price<br />  <strong>Example</strong>: 1000000.00</p>\n</li>\n<li><p><code>minSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Minimum meters squared<br />  <strong>Example</strong>: 50</p>\n</li>\n<li><p><code>maxSqm</code><br />  <strong>Type</strong>: Double<br />  <strong>Explanation</strong>: Maximum meters squared<br />  <strong>Example</strong>: 200</p>\n</li>\n<li><p><code>hasAirCon</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has airconditioning<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasBuiltinWardrobes</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has built-in wardrobes<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasGarden</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has garden<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasPool</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has swimming pool<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasLift</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has lift<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasAirCon</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has airconditioning<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasStorage</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has external storage room<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>hasTerrace</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Has terrace<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>isExterior</code><br />  <strong>Type</strong>: Boolean<br />  <strong>Explanation</strong>: Property is exterior facing<br />  <strong>Example</strong>: true</p>\n</li>\n<li><p><code>listingAge</code><br />  <strong>Type</strong>: Integer (Enum below)<br />  <strong>Explanation</strong>: Receive alerts for new listings, or alerts for listings that have been published for a specified amount of time (In case of the latter, <code>listingAgeDays</code> must be set)<br />  <strong>Example</strong>: 1</p>\n</li>\n<li><p><code>listingAgeDays</code><br />  <strong>Type</strong>: Integer<br />  <strong>Explanation</strong>: If <code>listingAge</code> is set to 2 (receive alerts after set amount of time), this value must be set. E.g. A value of 30 would indicate that you would like to receive alerts for listings that have been published for 30 days and are still on the market.<br />  <strong>Example</strong>: 30</p>\n</li>\n<li><p><code>collectionId</code><br />  <strong>Type</strong>: String (UUID of a collection created in lystos)<br />  <strong>Explanation</strong>: Link listings in your alert to be put straight into a specified pre-created collection<br />  <strong>Example</strong>: \"1c9bed11-07f7-4735-88ea-6c59a7b405fa\"</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"list-of-enums\">List of Enums</h3>\n<p><code>listingType</code></p>\n<p>SALE(1),<br />RENTAL(2);</p>\n<p><code>periodicity</code></p>\n<p>IMMEDIATLY(1), //(every 30 minutes)<br />DAILY(2);</p>\n<p><code>propertyTypeId</code></p>\n<p>CASA(1),<br />PISO(2),<br />ATICO(3),<br />DUPLEX(4),<br />LOCAL(5),<br />NAVE(6),<br />OTROS(7),<br />VIVIENDA_UNDEFINED(8),<br />GARAJE(9),<br />TRASTERO(10),<br />EDIFICIO(11),<br />OFICINA(12),<br />TERRENO(13),<br />HABITACION(14);</p>\n<p><code>stateTypeId</code></p>\n<p>OBRA_NUEVA(1),<br />BUEN_ESTADO(2),<br />PARA_REFORMAR(3);</p>\n<p><code>listingAge</code></p>\n<p>NEW(1),<br />OLD(2);  </p>\n<p><code>advertiserTypeId</code></p>\n<p>PROFESIONAL(1),<br />PARTICULAR(2),<br />BANCO(3),<br />PROMOTORA(4);</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","alerts"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"93a3813e-1349-4762-936a-925593d5795f","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"emailNotification\": true,\n    \"whatsappNotification\": false,\n    \"name\": \"tsdt\",\n    \"periodicity\": 2,\n    \"request\": {\n        \"type\": 2,\n        \"propertyTypeList\": [\n            1,\n            2,\n            3,\n            4,\n            7,\n            8\n        ],\n        \"advertiserTypeList\": [],\n        \"heightList\": [],\n        \"stateTypeList\": [],\n        \"listingStatus\": [\n            1\n        ],\n        \"minBedrooms\": null,\n        \"minBathrooms\": null,\n        \"listingType\": 1,\n        \"minPrice\": null,\n        \"maxPrice\": null,\n        \"agencyList\": [],\n        \"premiseType\": 1,\n        \"excludeAgencies\": false,\n        \"quickSale\": null,\n        \"renovation\": null,\n        \"longTermRental\": null,\n        \"shortTermRental\": null,\n        \"polygon\": \"MULTIPOLYGON (((2.10136662386756 41.54018777403863, 2.080767258633185 41.53915987022138, 2.061541184414435 41.53607606074268, 2.039568528164435 41.52373935245713, 2.03819523714881 41.521683005690825, 2.039568528164435 41.50625832205818, 2.045061692226935 41.498030321230914, 2.061541184414435 41.48260000191853, 2.072527512539435 41.476426845142136, 2.08763371371131 41.47128209865661, 2.11509953402381 41.4651078638813, 2.15629826449256 41.46613694384269, 2.176897629726935 41.467166007471306, 2.198870285976935 41.47128209865661, 2.21672306918006 41.477455745439045, 2.23045597933631 41.48980127496261, 2.231829270351935 41.49700174761919, 2.23045597933631 41.50625832205818, 2.226336106289435 41.51037193041993, 2.220842942226935 41.51448527740759, 2.218096360195685 41.51654185288472, 2.215349778164435 41.51757011611884, 2.21397648714881 41.51757011611884, 2.212603196133185 41.5185983630166, 2.10136662386756 41.54018777403863)))\"\n    },\n    \"platform\": 1,\n    \"collectionId\": \"c63ac396-632b-43a6-bf29-4b5c94ecb055\",\n    \"webhookSearchId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\"\n    }"}],"_postman_id":"4a0b9317-cb93-4e40-ab6c-3d5cc7123b31"},{"name":"Update Alert","id":"9f7ab37b-b0c2-4868-a7d7-00636737203a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"emailNotification\": true,\n    \"whatsappNotification\": false,\n    \"name\": \"tsdt\",\n    \"periodicity\": 2,\n    \"request\": {\n        \"type\": 2,\n        \"propertyTypeList\": [\n            1,\n            2,\n            3,\n            4,\n            7,\n            8\n        ],\n        \"advertiserTypeList\": [],\n        \"heightList\": [],\n        \"stateTypeList\": [],\n        \"listingStatus\": [\n            1\n        ],\n        \"minBedrooms\": null,\n        \"minBathrooms\": null,\n        \"listingType\": 1,\n        \"minPrice\": null,\n        \"maxPrice\": null,\n        \"polygon\": \"MULTIPOLYGON (((2.10136662386756 41.54018777403863, 2.080767258633185 41.53915987022138, 2.061541184414435 41.53607606074268, 2.039568528164435 41.52373935245713, 2.03819523714881 41.521683005690825, 2.039568528164435 41.50625832205818, 2.045061692226935 41.498030321230914, 2.061541184414435 41.48260000191853, 2.072527512539435 41.476426845142136, 2.08763371371131 41.47128209865661, 2.11509953402381 41.4651078638813, 2.15629826449256 41.46613694384269, 2.176897629726935 41.467166007471306, 2.198870285976935 41.47128209865661, 2.21672306918006 41.477455745439045, 2.23045597933631 41.48980127496261, 2.231829270351935 41.49700174761919, 2.23045597933631 41.50625832205818, 2.226336106289435 41.51037193041993, 2.220842942226935 41.51448527740759, 2.218096360195685 41.51654185288472, 2.215349778164435 41.51757011611884, 2.21397648714881 41.51757011611884, 2.212603196133185 41.5185983630166, 2.10136662386756 41.54018777403863)))\"\n    },\n    \"listingAge\": 2,\n    \"listingAgeDays\": 30\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/alerts/{{searchId}}","description":"<p>For key explanation, see POST Alert above</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","alerts","{{searchId}}"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"c39ddd4d-1930-48da-9d77-51792df4552c","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"emailNotification\": true,\n    \"whatsappNotification\": false,\n    \"name\": \"tsdt\",\n    \"periodicity\": 2,\n    \"request\": {\n        \"type\": 2,\n        \"propertyTypeList\": [\n            1,\n            2,\n            3,\n            4,\n            7,\n            8\n        ],\n        \"advertiserTypeList\": [],\n        \"heightList\": [],\n        \"stateTypeList\": [],\n        \"listingStatus\": [\n            1\n        ],\n        \"minBedrooms\": null,\n        \"minBathrooms\": null,\n        \"listingType\": 1,\n        \"minPrice\": null,\n        \"maxPrice\": null,\n        \"agencyList\": [],\n        \"premiseType\": 1,\n        \"excludeAgencies\": false,\n        \"quickSale\": null,\n        \"renovation\": null,\n        \"longTermRental\": null,\n        \"shortTermRental\": null,\n        \"polygon\": \"MULTIPOLYGON (((2.10136662386756 41.54018777403863, 2.080767258633185 41.53915987022138, 2.061541184414435 41.53607606074268, 2.039568528164435 41.52373935245713, 2.03819523714881 41.521683005690825, 2.039568528164435 41.50625832205818, 2.045061692226935 41.498030321230914, 2.061541184414435 41.48260000191853, 2.072527512539435 41.476426845142136, 2.08763371371131 41.47128209865661, 2.11509953402381 41.4651078638813, 2.15629826449256 41.46613694384269, 2.176897629726935 41.467166007471306, 2.198870285976935 41.47128209865661, 2.21672306918006 41.477455745439045, 2.23045597933631 41.48980127496261, 2.231829270351935 41.49700174761919, 2.23045597933631 41.50625832205818, 2.226336106289435 41.51037193041993, 2.220842942226935 41.51448527740759, 2.218096360195685 41.51654185288472, 2.215349778164435 41.51757011611884, 2.21397648714881 41.51757011611884, 2.212603196133185 41.5185983630166, 2.10136662386756 41.54018777403863)))\"\n    },\n    \"platform\": 1,\n    \"collectionId\": \"c63ac396-632b-43a6-bf29-4b5c94ecb055\",\n    \"webhookSearchId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/searches/32332"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\"\n    }"}],"_postman_id":"9f7ab37b-b0c2-4868-a7d7-00636737203a"},{"name":"Delete Alert","id":"9a4f2b83-4c8e-43c7-9aa2-4744aef0dcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.dev.lystos.com/v1/alerts/{{searchId}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","alerts","{{searchId}}"],"host":["apis.dev.lystos.com"],"query":[],"variable":[]}},"response":[{"id":"9853fedb-4810-4bd9-9773-3a4fe5206e5a","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"emailNotification\": true,\n    \"whatsappNotification\": false,\n    \"name\": \"tsdt\",\n    \"periodicity\": 2,\n    \"request\": {\n        \"type\": 2,\n        \"propertyTypeList\": [\n            1,\n            2,\n            3,\n            4,\n            7,\n            8\n        ],\n        \"advertiserTypeList\": [],\n        \"heightList\": [],\n        \"stateTypeList\": [],\n        \"listingStatus\": [\n            1\n        ],\n        \"minBedrooms\": null,\n        \"minBathrooms\": null,\n        \"listingType\": 1,\n        \"minPrice\": null,\n        \"maxPrice\": null,\n        \"agencyList\": [],\n        \"premiseType\": 1,\n        \"excludeAgencies\": false,\n        \"quickSale\": null,\n        \"renovation\": null,\n        \"longTermRental\": null,\n        \"shortTermRental\": null,\n        \"polygon\": \"MULTIPOLYGON (((2.10136662386756 41.54018777403863, 2.080767258633185 41.53915987022138, 2.061541184414435 41.53607606074268, 2.039568528164435 41.52373935245713, 2.03819523714881 41.521683005690825, 2.039568528164435 41.50625832205818, 2.045061692226935 41.498030321230914, 2.061541184414435 41.48260000191853, 2.072527512539435 41.476426845142136, 2.08763371371131 41.47128209865661, 2.11509953402381 41.4651078638813, 2.15629826449256 41.46613694384269, 2.176897629726935 41.467166007471306, 2.198870285976935 41.47128209865661, 2.21672306918006 41.477455745439045, 2.23045597933631 41.48980127496261, 2.231829270351935 41.49700174761919, 2.23045597933631 41.50625832205818, 2.226336106289435 41.51037193041993, 2.220842942226935 41.51448527740759, 2.218096360195685 41.51654185288472, 2.215349778164435 41.51757011611884, 2.21397648714881 41.51757011611884, 2.212603196133185 41.5185983630166, 2.10136662386756 41.54018777403863)))\"\n    },\n    \"platform\": 1,\n    \"collectionId\": \"c63ac396-632b-43a6-bf29-4b5c94ecb055\",\n    \"webhookSearchId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.dev.lystos.com/v1/searches/32332"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2623"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"480cd201-d548-4669-9426-bdf505a28eae"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AdqJoEc4DoEEpcg="},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"uuid","value":"9f777425-4abe-4eec-b997-927c7f65e0ce"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 30 Oct 2024 12:17:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"id\": \"80b0c96bf47ed9c5a222ae191cf95831b696536e34f4cb206bec47b6cb991d0b\"\n    }"}],"_postman_id":"9a4f2b83-4c8e-43c7-9aa2-4744aef0dcb8"}],"id":"900b66f7-2c8e-4284-94ac-8ac5242ab490","description":"<p>Set up alerts for new listings based on your exact search criteria. Define filters such as a custom polygon area, price range, minimum number of bedrooms, and other preferences. Receive new listings on your <strong>WhatsApp</strong> or by email every <strong>30 minutes</strong> (near real-time updates) or <strong>once per day</strong> (daily summary). This way, you never miss properties in the areas and price ranges that matter to you.</p>\n","_postman_id":"900b66f7-2c8e-4284-94ac-8ac5242ab490","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]},"isInherited":true,"source":{"_postman_id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","id":"d8fec2c4-44dc-4a30-a2e2-d7980bf93c5c","name":"API documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"YOUR API KEY HERE"}]}},"event":[{"listen":"prerequest","script":{"id":"061f017d-7f25-48c9-83e6-3801e07fa502","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb3d8cef-f55c-4b22-9c30-afba3b9ed47a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"apis.dev.lystos.com"},{"key":"listingId","value":"63d926e3-13b1-42a9-8fcc-0e3e9cd7b4b7","type":"default"},{"key":"webhookUrl","value":"https://webhook.site/86bf627b-7577-4f3e-a302-f3d326ea927c","type":"string"},{"key":"webhookSearchId","value":"YOUR WEBHOOK SEARCH ID HERE","type":"string"},{"key":"token","value":"YOUR API KEY HERE","type":"string"}]}