Raw Data
Preview and download this listing in various formats.
JSON schema reference
The JSON format follows the full Listing schema documented in the API reference, including all 70+ fields, types, and descriptions.
View API docs & schemaNeed another format?
Want XLSX, Parquet, Haystack, or something else? Open an issue or submit a pull request on GitHub.
Standard Formats
JSON format for API integration and data pipelines
{
"export_version": "1.0",
"export_date": "2026-06-20T22:09:05.904Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "111395767",
"import_url": "https://www.idealista.com/fr/inmueble/111395767/",
"import_host_slug": "es_idealista",
"price_string": "690 €/mois",
"price_float": 690,
"currency": "EUR",
"price_cents": 69000,
"price_currency": "EUR",
"title": "Chambre à louer - Calle de Biarritz, 7",
"description": "Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera",
"locale_code": "es",
"area_unit": "sqm",
"plot_area": 0,
"constructed_area": 0,
"year_construction": 0,
"count_bedrooms": 10,
"count_bathrooms": 0,
"count_toilets": 0,
"count_garages": 0,
"energy_rating": 0,
"energy_performance": 0,
"furnished": false,
"sold": false,
"reserved": false,
"for_rent_short_term": true,
"for_rent_long_term": false,
"for_sale": false,
"for_rent": true,
"address_string": "Guindalera, Madrid",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "",
"province": "",
"city": "",
"region": "",
"country": "Spain",
"latitude": 0,
"longitude": 0,
"main_image_url": "https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg",
"image_urls": [
{
"url": "https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg"
}
],
"related_urls": [],
"features": [],
"last_retrieved_at": "2026-05-07T12:38:49.691Z",
"deleted_at": null,
"active_from": null,
"available_to_rent_from": null,
"available_to_rent_till": null,
"property_type": "",
"property_subtype": "",
"tenure": "",
"listing_status": "",
"agent_name": "",
"agent_phone": "",
"agent_email": "",
"agent_logo_url": "",
"price_qualifier": "",
"floor_plan_urls": [],
"energy_certificate_grade": ""
}
],
"metadata": {
"export_version": "1.0",
"export_date": "2026-06-20T22:09:05.904Z",
"source_platform": "PropertyWebScraper",
"total_listings": 1,
"scraper_version": "5.0.0",
"duration_ms": 0
}
} CSV format for spreadsheets and database import
reference,title,price_float,currency,count_bedrooms,count_bathrooms,constructed_area,city,country,latitude,longitude,main_image_url,property_type,import_url,last_retrieved_at 111395767,"Chambre à louer - Calle de Biarritz, 7",690,EUR,10,0,0,,Spain,0,0,https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg,,https://www.idealista.com/fr/inmueble/111395767/,2026-05-07T12:38:49.691Z
GeoJSON format for mapping applications and GIS tools
XML format compatible with RETS (US MLS)
<?xml version="1.0" encoding="UTF-8"?>
<Listings xmlns="urn:property-web-scraper:rets" count="1" exportDate="2026-06-20T22:09:05.904Z">
<Listing>
<ListingKey>111395767</ListingKey>
<OriginalListingURL>https://www.idealista.com/fr/inmueble/111395767/</OriginalListingURL>
<SourceSystem>es_idealista</SourceSystem>
<ListPriceDisplay>690 €/mois</ListPriceDisplay>
<ListPrice>690</ListPrice>
<CurrencyCode>EUR</CurrencyCode>
<ListPriceCents>69000</ListPriceCents>
<CurrencyCode>EUR</CurrencyCode>
<ListingTitle>Chambre à louer - Calle de Biarritz, 7</ListingTitle>
<PublicRemarks>Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera</PublicRemarks>
<ListingLanguage>es</ListingLanguage>
<LivingAreaUnits>sqm</LivingAreaUnits>
<BedroomsTotal>10</BedroomsTotal>
<ForRentShortTerm>true</ForRentShortTerm>
<ForLease>true</ForLease>
<UnparsedAddress>Guindalera, Madrid</UnparsedAddress>
<Country>Spain</Country>
<MediaURL>https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg</MediaURL>
<ImageUrls>[{"url":"https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg"}]</ImageUrls>
<RelatedUrls>[]</RelatedUrls>
<Features>[]</Features>
<LastRetrievedAt>2026-05-07T12:38:49.691Z</LastRetrievedAt>
<FloorPlanUrls>[]</FloorPlanUrls>
<Media>
<MediaURL>https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg</MediaURL>
</Media>
</Listing>
</Listings> JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.idealista.com/fr/inmueble/111395767/",
"name": "Chambre à louer - Calle de Biarritz, 7",
"description": "Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera",
"url": "https://www.idealista.com/fr/inmueble/111395767/",
"inLanguage": "es",
"offers": {
"@type": "Offer",
"price": 690,
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "SingleFamilyResidence",
"address": {
"@type": "PostalAddress",
"addressCountry": "Spain"
},
"numberOfBedrooms": 10
},
"image": [
"https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg"
],
"dateModified": "2026-05-07T12:38:49.691Z"
}
]
} Industry Formats
BLM pipe-delimited format for UK property portals (Rightmove/Zoopla)
#HEADER# Version : 3i EOF : '^' EOR : '~' #DEFINITION# AGENT_REF^ADDRESS_1^ADDRESS_2^TOWN^COUNTY^POSTCODE1^POSTCODE2^DISPLAY_ADDRESS^COUNTRY^PROP_SUB_ID^PROP_SUB_ID_2^SUMMARY^DESCRIPTION^PRICE^PRICE_DISPLAY^PRICE_QUALIFIER^CURRENCY^TRANS_TYPE_ID^STATUS_ID^TENURE_TYPE_ID^BEDROOMS^BATHROOMS^TOILETS^PARKING^SIZE^SIZE_UNITS^PLOT_SIZE^YEAR_BUILT^EPC_RATING^EPC_LETTER^FURNISHED^AGENT_NAME^AGENT_PHONE^AGENT_EMAIL^AGENT_LOGO^LATITUDE^LONGITUDE^URL^FEATURE1^FEATURE2^FEATURE3^FEATURE4^FEATURE5^FEATURE6^FEATURE7^FEATURE8^FEATURE9^FEATURE10^MEDIA_IMAGE_00^MEDIA_IMAGE_01^MEDIA_IMAGE_02^MEDIA_IMAGE_03^MEDIA_IMAGE_04^MEDIA_IMAGE_05^MEDIA_IMAGE_06^MEDIA_IMAGE_07^MEDIA_IMAGE_08^MEDIA_IMAGE_09^MEDIA_FLOOR_PLAN_00^MEDIA_FLOOR_PLAN_01^~ #DATA# 111395767^^^^^^^Guindalera, Madrid^Spain^^^Chambre à louer - Calle de Biarritz, 7^Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera^690^690 €/mois^^EUR^2^^^10^^^^^sqm^^^^^^^^^^^^https://www.idealista.com/fr/inmueble/111395767/^^^^^^^^^^^https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg^^^^^^^^^^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>111395767</ref>
<url>https://www.idealista.com/fr/inmueble/111395767/</url>
<price>690</price>
<currency>EUR</currency>
<type>other</type>
<beds>10</beds>
<location>
<country>Spain</country>
<detail>Guindalera, Madrid</detail>
</location>
<title>
<es>Chambre à louer - Calle de Biarritz, 7</es>
</title>
<desc>
<es>Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera</es>
</desc>
<images>
<image><url>https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg</url></image>
</images>
</property>
</root> RESO Web API JSON format for US/Canadian MLS
{
"@odata.context": "https://api.reso.org/Property",
"@odata.count": 1,
"value": [
{
"ListingKey": "111395767",
"OriginalListingURL": "https://www.idealista.com/fr/inmueble/111395767/",
"SourceSystem": "es_idealista",
"ListPriceDisplay": "690 €/mois",
"ListPrice": 690,
"CurrencyCode": "EUR",
"ListPriceCents": 69000,
"ListingTitle": "Chambre à louer - Calle de Biarritz, 7",
"PublicRemarks": "Chambre dans appartement de 172 m², Chambre à louer - Calle de Biarritz, 7, Guindalera, Madrid, quartier Guindalera",
"ListingLanguage": "es",
"LivingAreaUnits": "sqm",
"BedroomsTotal": 10,
"ForLease": "true",
"UnparsedAddress": "Guindalera, Madrid",
"Country": "Spain",
"Media": [
{
"MediaURL": "https://img4.idealista.com/blur/WEB_DETAIL/0/id.pro.es.image.master/99/49/18/1435164106.jpg",
"MediaCategory": "Photo",
"Order": 1
}
]
}
]
}